flet-web 0.70.0.dev5490__py3-none-any.whl → 0.70.0.dev5499__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of flet-web might be problematic. Click here for more details.
- flet_web/version.py +1 -1
- flet_web/web/flutter_bootstrap.js +1 -1
- flet_web/web/flutter_service_worker.js +4 -4
- flet_web/web/main.dart.js +75034 -74967
- flet_web/web/main.dart.mjs +20 -13
- flet_web/web/main.dart.wasm +0 -0
- flet_web/web/pyodide/micropip-0.8.0-py3-none-any.whl +2 -2
- {flet_web-0.70.0.dev5490.dist-info → flet_web-0.70.0.dev5499.dist-info}/METADATA +2 -2
- {flet_web-0.70.0.dev5490.dist-info → flet_web-0.70.0.dev5499.dist-info}/RECORD +11 -11
- {flet_web-0.70.0.dev5490.dist-info → flet_web-0.70.0.dev5499.dist-info}/WHEEL +0 -0
- {flet_web-0.70.0.dev5490.dist-info → flet_web-0.70.0.dev5499.dist-info}/top_level.txt +0 -0
flet_web/web/main.dart.mjs
CHANGED
|
@@ -6118,10 +6118,10 @@ class CompiledApp {
|
|
|
6118
6118
|
"WebView",
|
|
6119
6119
|
"WebViewControl build: ",
|
|
6120
6120
|
"Webview is not yet supported on this platform.",
|
|
6121
|
-
"expand",
|
|
6122
6121
|
"host_expanded",
|
|
6123
6122
|
"expand_loose",
|
|
6124
6123
|
"FlexFit.",
|
|
6124
|
+
"expand",
|
|
6125
6125
|
"skip_properties",
|
|
6126
6126
|
"badge",
|
|
6127
6127
|
"label_visible",
|
|
@@ -6178,6 +6178,14 @@ class CompiledApp {
|
|
|
6178
6178
|
"lineartoeaseout",
|
|
6179
6179
|
"slowmiddle",
|
|
6180
6180
|
"animation_end",
|
|
6181
|
+
"animate_margin",
|
|
6182
|
+
"BoxBorder.lerp can only interpolate Border and BorderDirectional classes.",
|
|
6183
|
+
"BoxBorder.lerp() was called with two objects of type ",
|
|
6184
|
+
":\n",
|
|
6185
|
+
"However, only Border and BorderDirectional classes are supported by this method.",
|
|
6186
|
+
"For a more general interpolation method, consider using ShapeBorder.lerp instead.",
|
|
6187
|
+
"align",
|
|
6188
|
+
"animate_align",
|
|
6181
6189
|
"aspect_ratio",
|
|
6182
6190
|
"animate_offset",
|
|
6183
6191
|
"_offsetAnimation",
|
|
@@ -6396,11 +6404,6 @@ class CompiledApp {
|
|
|
6396
6404
|
"_jsLoaded",
|
|
6397
6405
|
"com.alexmercerind.media_kit_video.",
|
|
6398
6406
|
"_buildScope",
|
|
6399
|
-
"BoxBorder.lerp can only interpolate Border and BorderDirectional classes.",
|
|
6400
|
-
"BoxBorder.lerp() was called with two objects of type ",
|
|
6401
|
-
":\n",
|
|
6402
|
-
"However, only Border and BorderDirectional classes are supported by this method.",
|
|
6403
|
-
"For a more general interpolation method, consider using ShapeBorder.lerp instead.",
|
|
6404
6407
|
"material",
|
|
6405
6408
|
"_ActivityIndicatorType.",
|
|
6406
6409
|
"adaptive",
|
|
@@ -8625,7 +8628,7 @@ class CompiledApp {
|
|
|
8625
8628
|
"CupertinoDatePicker",
|
|
8626
8629
|
"CupertinoBottomSheet",
|
|
8627
8630
|
"PopupMenuButton",
|
|
8628
|
-
"
|
|
8631
|
+
"StateView",
|
|
8629
8632
|
"CupertinoSlidingSegmentedButton",
|
|
8630
8633
|
"SegmentedButton",
|
|
8631
8634
|
"Semantics",
|
|
@@ -9659,8 +9662,11 @@ class CompiledApp {
|
|
|
9659
9662
|
"TabControl build: ",
|
|
9660
9663
|
"icon_margin",
|
|
9661
9664
|
"TabBarViewControl build: ",
|
|
9662
|
-
"viewport_fraction",
|
|
9663
9665
|
"TabBarView must be used within a Tabs control",
|
|
9666
|
+
"_tabController",
|
|
9667
|
+
"Error displaying TabBarView: height is unbounded.",
|
|
9668
|
+
"Set a fixed height, a non-zero expand, or/and place inside a control with bounded height.",
|
|
9669
|
+
"viewport_fraction",
|
|
9664
9670
|
"tabPanel",
|
|
9665
9671
|
"_childrenWithKey",
|
|
9666
9672
|
"CacheExtentStyle.",
|
|
@@ -9676,7 +9682,6 @@ class CompiledApp {
|
|
|
9676
9682
|
"_localizations",
|
|
9677
9683
|
"_currentDisplayedMonthDate",
|
|
9678
9684
|
"_currentMonth",
|
|
9679
|
-
"_tabController",
|
|
9680
9685
|
"TabBarControl build: ",
|
|
9681
9686
|
"indicator_padding",
|
|
9682
9687
|
"scrollable",
|
|
@@ -16910,8 +16915,8 @@ class CompiledApp {
|
|
|
16910
16915
|
"label (string or visible Control) must be provided",
|
|
16911
16916
|
"NavigationRail constraints.maxWidth: ",
|
|
16912
16917
|
"NavigationRail constraints.maxHeight: ",
|
|
16913
|
-
"Error displaying NavigationRail",
|
|
16914
|
-
"
|
|
16918
|
+
"Error displaying NavigationRail: height is unbounded.",
|
|
16919
|
+
"Either set a fixed \"height\" or nest NavigationRail inside expanded control or control with a fixed height.",
|
|
16915
16920
|
"destinations",
|
|
16916
16921
|
"_extendedAnimation",
|
|
16917
16922
|
"_extendedController",
|
|
@@ -18031,6 +18036,8 @@ class CompiledApp {
|
|
|
18031
18036
|
"prototype_item",
|
|
18032
18037
|
"ListView constraints.maxWidth: ",
|
|
18033
18038
|
"ListView constraints.maxHeight: ",
|
|
18039
|
+
"Error displaying ListViewControl: height is unbounded.",
|
|
18040
|
+
"Set a fixed height, a non-zero expand, or place inside a control with bounded height.",
|
|
18034
18041
|
"ListTile build: ",
|
|
18035
18042
|
"subtitle",
|
|
18036
18043
|
"toggle_inputs",
|
|
@@ -20683,6 +20690,7 @@ class CompiledApp {
|
|
|
20683
20690
|
"runs_count",
|
|
20684
20691
|
"max_extent",
|
|
20685
20692
|
"child_aspect_ratio",
|
|
20693
|
+
"Error displaying GridViewControl: height is unbounded.",
|
|
20686
20694
|
"GestureDetector build: ",
|
|
20687
20695
|
"on_tap_up",
|
|
20688
20696
|
"on_secondary_tap_up",
|
|
@@ -20835,7 +20843,7 @@ class CompiledApp {
|
|
|
20835
20843
|
"highlightPressScaleAnimation",
|
|
20836
20844
|
"_SegmentLocation.",
|
|
20837
20845
|
"separatorOpacityController",
|
|
20838
|
-
"
|
|
20846
|
+
"StateView.build: ",
|
|
20839
20847
|
"PopupMenuButton build: ",
|
|
20840
20848
|
"popup_animation_style",
|
|
20841
20849
|
"Show menu",
|
|
@@ -21220,7 +21228,6 @@ class CompiledApp {
|
|
|
21220
21228
|
"footnotes",
|
|
21221
21229
|
"blockquote",
|
|
21222
21230
|
"td",
|
|
21223
|
-
"align",
|
|
21224
21231
|
"sup",
|
|
21225
21232
|
"sups",
|
|
21226
21233
|
"ul",
|
flet_web/web/main.dart.wasm
CHANGED
|
Binary file
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<li>Code: NoSuchKey</li>
|
|
7
7
|
<li>Message: The specified key does not exist.</li>
|
|
8
8
|
<li>Key: v0.27.7/full/micropip-0.8.0-py3-none-any.whl</li>
|
|
9
|
-
<li>RequestId:
|
|
10
|
-
<li>HostId:
|
|
9
|
+
<li>RequestId: 7ME5F9AER7GFFVVV</li>
|
|
10
|
+
<li>HostId: dyR/minCVSiAnM2Ynwec9dR+PkKMNxnAR9HgEN4KUtnWWTx3o6FB6U5kq78db4178uuG+NksA4M=</li>
|
|
11
11
|
</ul>
|
|
12
12
|
<hr/>
|
|
13
13
|
</body>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-web
|
|
3
|
-
Version: 0.70.0.
|
|
3
|
+
Version: 0.70.0.dev5499
|
|
4
4
|
Summary: Flet web client in Flutter.
|
|
5
5
|
Author-email: "Appveyor Systems Inc." <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/flet-dev/flet
|
|
|
9
9
|
Project-URL: Documentation, https://flet.dev/docs
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
-
Requires-Dist: flet==0.70.0.
|
|
12
|
+
Requires-Dist: flet==0.70.0.dev5499
|
|
13
13
|
Requires-Dist: fastapi>=0.115.12
|
|
14
14
|
Requires-Dist: uvicorn[standard]>=0.35.0
|
|
15
15
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
flet_web/__init__.py,sha256=XjsjB5u4-oiovvMql7N0l2l8btKzRZmfglizwxN5qdE,384
|
|
2
2
|
flet_web/patch_index.py,sha256=XgINQpPRcQxjFxgU8YPjsE_yop-mXBzTavS_kvEjIfw,3480
|
|
3
3
|
flet_web/uploads.py,sha256=k2ZTFQo_MOXGcsJnKgH8m7_zpmcX-sOauarXbehEjNY,1579
|
|
4
|
-
flet_web/version.py,sha256=
|
|
4
|
+
flet_web/version.py,sha256=Vw-SQd8Wma-lA9I8WCOh92Z1FByeMzQpiCxhAHkDA_E,27
|
|
5
5
|
flet_web/fastapi/__init__.py,sha256=Jsean-ow_TCc-ygTDshkGmZplxnb8HJvO8gZ2KMErrY,395
|
|
6
6
|
flet_web/fastapi/app.py,sha256=PUDMtrHxVy0CLZ86eMS0rCoaHyAoSLA4IQgVh6Hojuc,5817
|
|
7
7
|
flet_web/fastapi/flet_app.py,sha256=i-oT_Xdts5J08PK24yUjDfwHKpDpCMPhNGa8nfJg_VY,13524
|
|
@@ -15,12 +15,12 @@ flet_web/fastapi/serve_fastapi_web_app.py,sha256=Xc6KAaxN65SL_zfhY-6HbKcP6aQ8AsR
|
|
|
15
15
|
flet_web/web/favicon.png,sha256=83Y7iihRHIC1ALYXYVizrRs2MNRA2YbWGL3UD4LTvOI,1028
|
|
16
16
|
flet_web/web/flutter.js,sha256=JxrlUKoVU4Te2BzVu-DxuHys2OIIkrJTAb_PZbUStPU,8535
|
|
17
17
|
flet_web/web/flutter.js.map,sha256=_d0CFioegTm9S1smEU4Sq7LuF0tGg4MBsnDG3VMG-6Y,41275
|
|
18
|
-
flet_web/web/flutter_bootstrap.js,sha256=
|
|
19
|
-
flet_web/web/flutter_service_worker.js,sha256=
|
|
18
|
+
flet_web/web/flutter_bootstrap.js,sha256=P_zcdi97r97XEIciO-KCZWNTbGIZ6nJ4leKptxTfT2o,9815
|
|
19
|
+
flet_web/web/flutter_service_worker.js,sha256=Ta9NL9j-T2ze5et-SMPTDqQYseEvoT_oExHRJnKyKYk,9000
|
|
20
20
|
flet_web/web/index.html,sha256=Zc4y4Uru6G5Cn9NsgK-0TJac_VBzi1tmHzuNXz6GdK4,3376
|
|
21
|
-
flet_web/web/main.dart.js,sha256=
|
|
22
|
-
flet_web/web/main.dart.mjs,sha256=
|
|
23
|
-
flet_web/web/main.dart.wasm,sha256=
|
|
21
|
+
flet_web/web/main.dart.js,sha256=IY2g5mmzshBzqgNV85Nl5YdjWuoeodn3ZTOHDDS4xaQ,8390952
|
|
22
|
+
flet_web/web/main.dart.mjs,sha256=iaNBjHVPk81sNFHOo4cL-iGyLij4zxJT9ft_FmwGfiI,1632541
|
|
23
|
+
flet_web/web/main.dart.wasm,sha256=2ZFOH_mFWIkzUiaG65K5R9RCEca6B8z50oF7OopFKzg,6599243
|
|
24
24
|
flet_web/web/manifest.json,sha256=_GwcP9mT4sS_BwdYPcDEhnpejqe933LeYIytZIgDnr0,789
|
|
25
25
|
flet_web/web/python-worker.js,sha256=84mMBNgqI3EEdzMMWM2af5N09gCmjka0GQ4YIbAUsFc,3488
|
|
26
26
|
flet_web/web/python.js,sha256=v4XV8eHwwpFczSBInxH7mVPAIpNPoK2Lz3_wHj-vfCc,2112
|
|
@@ -55,7 +55,7 @@ flet_web/web/icons/icon-maskable-192.png,sha256=JjQtcczM5M1ddM4W5EtJsNJR-kHO9iXz
|
|
|
55
55
|
flet_web/web/icons/icon-maskable-512.png,sha256=Iq5-TQS9BUn2U7T8ztgToh2EiWnLh9W4aTHIGja5c8o,11906
|
|
56
56
|
flet_web/web/icons/loading-animation.png,sha256=Zl6NT_QrVqNUatwcqmSZawFlMxWHsdm493XDBOE4gn4,17040
|
|
57
57
|
flet_web/web/pyodide/ffi.d.ts,sha256=Ldx3OUr6I3hK3jiNUquBGfPNcTmUpntImr2f4Tsklk0,44144
|
|
58
|
-
flet_web/web/pyodide/micropip-0.8.0-py3-none-any.whl,sha256=
|
|
58
|
+
flet_web/web/pyodide/micropip-0.8.0-py3-none-any.whl,sha256=M6NQqx9W3vT6i4Z1SxcdR8Y3nmE7MlHsk4YTfsGFLcY,379
|
|
59
59
|
flet_web/web/pyodide/package.json,sha256=vyIfYMiBYmI201ATdal3U2cqf6b-1w5Gngg_FXyKMNQ,3267
|
|
60
60
|
flet_web/web/pyodide/packaging-24.2-py3-none-any.whl,sha256=-_alrOWW644o_gCJ7PwLyi6zkwVj6coGrLmOpTArmfc,71930
|
|
61
61
|
flet_web/web/pyodide/pyodide-lock.json,sha256=nEW5FgAadQ9BAvwodJTz6rIVkJx1NcYmog24D9YzPiw,112205
|
|
@@ -65,7 +65,7 @@ flet_web/web/pyodide/pyodide.d.ts,sha256=UsTxGNBWOzEwUgq2A0Zw-1PtE4N9m4vmqgkGt2S
|
|
|
65
65
|
flet_web/web/pyodide/pyodide.js,sha256=tMsjpTq6GcIhZZuftAovGCgdaFaR3AZkf7Cv0Ggbr5g,14913
|
|
66
66
|
flet_web/web/pyodide/pyodide.mjs,sha256=BMBSyBWrsL8pgfo4wt-ljjEg7lKIyVbfKyoV4wF4LF8,13931
|
|
67
67
|
flet_web/web/pyodide/python_stdlib.zip,sha256=FmEVNHJuXYrCvY-SZBCy3LjW9JqiSRNGNTO0V6IRXBY,2360737
|
|
68
|
-
flet_web-0.70.0.
|
|
69
|
-
flet_web-0.70.0.
|
|
70
|
-
flet_web-0.70.0.
|
|
71
|
-
flet_web-0.70.0.
|
|
68
|
+
flet_web-0.70.0.dev5499.dist-info/METADATA,sha256=6hJdNKxL4-3EJ4SkVhKVT8KyTYidtoubCwIHQPbx_2g,595
|
|
69
|
+
flet_web-0.70.0.dev5499.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
70
|
+
flet_web-0.70.0.dev5499.dist-info/top_level.txt,sha256=1MXw6P2bxjBa70vz-6oTGqGmmLOWipyD7EaaivWoW1A,9
|
|
71
|
+
flet_web-0.70.0.dev5499.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|