flet-web 0.70.0.dev5319__py3-none-any.whl → 0.70.0.dev5347__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.
- flet_web/fastapi/flet_app.py +4 -3
- flet_web/fastapi/flet_fastapi.py +6 -6
- flet_web/fastapi/serve_fastapi_web_app.py +8 -9
- 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 +118744 -118033
- flet_web/web/main.dart.mjs +126 -75
- 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.dev5319.dist-info → flet_web-0.70.0.dev5347.dist-info}/METADATA +2 -2
- {flet_web-0.70.0.dev5319.dist-info → flet_web-0.70.0.dev5347.dist-info}/RECORD +14 -14
- {flet_web-0.70.0.dev5319.dist-info → flet_web-0.70.0.dev5347.dist-info}/WHEEL +0 -0
- {flet_web-0.70.0.dev5319.dist-info → flet_web-0.70.0.dev5347.dist-info}/top_level.txt +0 -0
flet_web/web/main.dart.mjs
CHANGED
|
@@ -891,6 +891,9 @@ class CompiledApp {
|
|
|
891
891
|
_1771: x0 => x0.total,
|
|
892
892
|
_1818: (x0,x1) => x0.draggable = x1,
|
|
893
893
|
_1834: x0 => x0.style,
|
|
894
|
+
_2191: (x0,x1) => x0.target = x1,
|
|
895
|
+
_2193: (x0,x1) => x0.download = x1,
|
|
896
|
+
_2218: (x0,x1) => x0.href = x1,
|
|
894
897
|
_2311: (x0,x1) => x0.src = x1,
|
|
895
898
|
_2406: x0 => x0.videoWidth,
|
|
896
899
|
_2407: x0 => x0.videoHeight,
|
|
@@ -3944,6 +3947,9 @@ class CompiledApp {
|
|
|
3944
3947
|
"spontaneous",
|
|
3945
3948
|
"_animationController",
|
|
3946
3949
|
"exit",
|
|
3950
|
+
"right_pan_end",
|
|
3951
|
+
"right_pan_update",
|
|
3952
|
+
"right_pan_start",
|
|
3947
3953
|
"sd",
|
|
3948
3954
|
"multi_long_press",
|
|
3949
3955
|
"multi_tap",
|
|
@@ -6112,10 +6118,8 @@ class CompiledApp {
|
|
|
6112
6118
|
"WebView",
|
|
6113
6119
|
"WebViewControl build: ",
|
|
6114
6120
|
"Webview is not yet supported on this platform.",
|
|
6115
|
-
"View",
|
|
6116
|
-
"Column",
|
|
6117
|
-
"Row",
|
|
6118
6121
|
"expand",
|
|
6122
|
+
"host_expanded",
|
|
6119
6123
|
"expand_loose",
|
|
6120
6124
|
"FlexFit.",
|
|
6121
6125
|
"skip_properties",
|
|
@@ -6125,13 +6129,11 @@ class CompiledApp {
|
|
|
6125
6129
|
"small_size",
|
|
6126
6130
|
"text_color",
|
|
6127
6131
|
"_theme",
|
|
6132
|
+
"Error displaying ",
|
|
6133
|
+
"Control can be positioned absolutely with \"left\", \"top\", \"right\" and \"bottom\" properties inside Stack control only and page.overlay.",
|
|
6128
6134
|
"animate_position",
|
|
6135
|
+
"host_positioned",
|
|
6129
6136
|
"on_animation_end",
|
|
6130
|
-
"Stack",
|
|
6131
|
-
"Page",
|
|
6132
|
-
"Overlay",
|
|
6133
|
-
"Error displaying ",
|
|
6134
|
-
"Control can be positioned absolutely with \"left\", \"top\", \"right\" and \"bottom\" properties inside Stack control only.",
|
|
6135
6137
|
"duration",
|
|
6136
6138
|
"curve",
|
|
6137
6139
|
"bouncein",
|
|
@@ -6187,7 +6189,6 @@ class CompiledApp {
|
|
|
6187
6189
|
"_turnsAnimation",
|
|
6188
6190
|
"rotate",
|
|
6189
6191
|
"angle",
|
|
6190
|
-
"container",
|
|
6191
6192
|
"animate_size",
|
|
6192
6193
|
"animate_opacity",
|
|
6193
6194
|
"Webview is not yet supported on this Platform.",
|
|
@@ -18583,13 +18584,17 @@ class CompiledApp {
|
|
|
18583
18584
|
"show_drag_handle",
|
|
18584
18585
|
"barrier_color",
|
|
18585
18586
|
"drag_handle_color",
|
|
18587
|
+
"indicator",
|
|
18588
|
+
"indicator_animation",
|
|
18589
|
+
"splash_border_radius",
|
|
18590
|
+
"tab_alignment",
|
|
18591
|
+
"divider_height",
|
|
18586
18592
|
"label_color",
|
|
18587
18593
|
"unselected_label_color",
|
|
18588
|
-
"
|
|
18589
|
-
"
|
|
18590
|
-
"
|
|
18591
|
-
"
|
|
18592
|
-
"divider_height",
|
|
18594
|
+
"startOffset",
|
|
18595
|
+
"TabAlignment.",
|
|
18596
|
+
"TabIndicatorAnimation.",
|
|
18597
|
+
"insets",
|
|
18593
18598
|
"TabBarIndicatorSize.",
|
|
18594
18599
|
"track_visibility",
|
|
18595
18600
|
"track_border_color",
|
|
@@ -18629,6 +18634,7 @@ class CompiledApp {
|
|
|
18629
18634
|
"system_navigation_bar_icon_brightness",
|
|
18630
18635
|
"status_bar_brightness",
|
|
18631
18636
|
"status_bar_icon_brightness",
|
|
18637
|
+
"Page",
|
|
18632
18638
|
"pwa",
|
|
18633
18639
|
"debug",
|
|
18634
18640
|
"wasm",
|
|
@@ -18663,6 +18669,7 @@ class CompiledApp {
|
|
|
18663
18669
|
"SegmentedButton",
|
|
18664
18670
|
"Semantics",
|
|
18665
18671
|
"MergeSemantics",
|
|
18672
|
+
"Column",
|
|
18666
18673
|
"Dismissible",
|
|
18667
18674
|
"GestureDetector",
|
|
18668
18675
|
"GridView",
|
|
@@ -18704,6 +18711,7 @@ class CompiledApp {
|
|
|
18704
18711
|
"TextButton",
|
|
18705
18712
|
"OutlinedButton",
|
|
18706
18713
|
"FletApp",
|
|
18714
|
+
"KeyboardListener",
|
|
18707
18715
|
"SubmenuButton",
|
|
18708
18716
|
"FloatingActionButton",
|
|
18709
18717
|
"Icon",
|
|
@@ -18721,11 +18729,15 @@ class CompiledApp {
|
|
|
18721
18729
|
"ShaderMask",
|
|
18722
18730
|
"RangeSlider",
|
|
18723
18731
|
"ReorderableDraggable",
|
|
18732
|
+
"Row",
|
|
18724
18733
|
"Screenshot",
|
|
18725
18734
|
"Slider",
|
|
18726
18735
|
"SnackBar",
|
|
18736
|
+
"Stack",
|
|
18727
18737
|
"Switch",
|
|
18728
18738
|
"Tabs",
|
|
18739
|
+
"TabBar",
|
|
18740
|
+
"TabBarView",
|
|
18729
18741
|
"Text",
|
|
18730
18742
|
"TextField",
|
|
18731
18743
|
"CupertinoTextField",
|
|
@@ -18733,6 +18745,7 @@ class CompiledApp {
|
|
|
18733
18745
|
"MenuBar",
|
|
18734
18746
|
"VerticalDivider",
|
|
18735
18747
|
"MenuItemButton",
|
|
18748
|
+
"View",
|
|
18736
18749
|
"SafeArea",
|
|
18737
18750
|
"SelectionArea",
|
|
18738
18751
|
"RadioGroup",
|
|
@@ -18913,6 +18926,7 @@ class CompiledApp {
|
|
|
18913
18926
|
"media_change",
|
|
18914
18927
|
"view_padding",
|
|
18915
18928
|
"view_insets",
|
|
18929
|
+
"device_pixel_ratio",
|
|
18916
18930
|
"Platform brightness updated: ",
|
|
18917
18931
|
"platform_brightness",
|
|
18918
18932
|
"platform_brightness_change",
|
|
@@ -19601,6 +19615,7 @@ class CompiledApp {
|
|
|
19601
19615
|
"_InputDecoratorState.prefix",
|
|
19602
19616
|
"_InputDecoratorState.suffix",
|
|
19603
19617
|
"helperError",
|
|
19618
|
+
"container",
|
|
19604
19619
|
"counter",
|
|
19605
19620
|
"suffixIcon",
|
|
19606
19621
|
"prefixIcon",
|
|
@@ -19672,14 +19687,11 @@ class CompiledApp {
|
|
|
19672
19687
|
"extent_offset",
|
|
19673
19688
|
"affinity",
|
|
19674
19689
|
"normalized",
|
|
19675
|
-
"
|
|
19676
|
-
"
|
|
19677
|
-
"
|
|
19678
|
-
"
|
|
19679
|
-
"
|
|
19680
|
-
"indicator_thickness",
|
|
19681
|
-
"tab_alignment",
|
|
19682
|
-
"splash_border_radius",
|
|
19690
|
+
"TabControl build: ",
|
|
19691
|
+
"icon_margin",
|
|
19692
|
+
"TabBarViewControl build: ",
|
|
19693
|
+
"viewport_fraction",
|
|
19694
|
+
"TabBarView must be used within a Tabs control",
|
|
19683
19695
|
"tabPanel",
|
|
19684
19696
|
"_childrenWithKey",
|
|
19685
19697
|
"CacheExtentStyle.",
|
|
@@ -19695,18 +19707,25 @@ class CompiledApp {
|
|
|
19695
19707
|
"_localizations",
|
|
19696
19708
|
"_currentDisplayedMonthDate",
|
|
19697
19709
|
"_currentMonth",
|
|
19710
|
+
"_tabController",
|
|
19711
|
+
"TabBarControl build: ",
|
|
19712
|
+
"indicator_padding",
|
|
19713
|
+
"scrollable",
|
|
19714
|
+
"indicator_thickness",
|
|
19715
|
+
"tabs",
|
|
19716
|
+
"TabBar indicator: ",
|
|
19717
|
+
"TabBar must be used within a Tabs control",
|
|
19698
19718
|
"_tabStripWidth",
|
|
19699
19719
|
"tabBar",
|
|
19700
|
-
"startOffset",
|
|
19701
19720
|
"isDark",
|
|
19702
19721
|
"_tabKeys",
|
|
19703
19722
|
"_labelPaddings",
|
|
19704
|
-
"
|
|
19705
|
-
"
|
|
19706
|
-
"
|
|
19707
|
-
"
|
|
19708
|
-
"
|
|
19709
|
-
"Tabs.
|
|
19723
|
+
"hovering",
|
|
19724
|
+
"TabsControl.",
|
|
19725
|
+
"Unknown Tabs method: ",
|
|
19726
|
+
"selected_index",
|
|
19727
|
+
"TabsControl build: ",
|
|
19728
|
+
"Tabs.content must be provided and visible",
|
|
19710
19729
|
"AdaptiveSwitch build: ",
|
|
19711
19730
|
"SwitchControl build: ",
|
|
19712
19731
|
"inactive_thumb_color",
|
|
@@ -19887,7 +19906,6 @@ class CompiledApp {
|
|
|
19887
19906
|
" more bytes, available ",
|
|
19888
19907
|
"Don't know how to serialize ",
|
|
19889
19908
|
"Negative ext type is reserved",
|
|
19890
|
-
"Unable to encode object. No Encoder specified.",
|
|
19891
19909
|
"Size must be at most 0xFFFFFFFF",
|
|
19892
19910
|
"Map is too big to be serialized with msgpack",
|
|
19893
19911
|
"Array is too big to be serialized with msgpack",
|
|
@@ -26510,9 +26528,15 @@ class CompiledApp {
|
|
|
26510
26528
|
"get_directory_path",
|
|
26511
26529
|
"files",
|
|
26512
26530
|
"allow_multiple",
|
|
26513
|
-
"
|
|
26531
|
+
"\"src_bytes\" is required when saving a file on Web, Android and iOS.",
|
|
26532
|
+
"file_name",
|
|
26533
|
+
"\"file_name\" is required when saving a file on Web.",
|
|
26534
|
+
"new-file",
|
|
26514
26535
|
"Get Directory Path dialog is not supported on web.",
|
|
26515
26536
|
"Unknown FilePicker method: ",
|
|
26537
|
+
"The bytes are required when saving a file on the web.",
|
|
26538
|
+
"A file name is required when saving a file on the web.",
|
|
26539
|
+
"The file name should include a valid file extension.",
|
|
26516
26540
|
"You are setting a type [",
|
|
26517
26541
|
"]. Custom extension filters are only allowed with FileType.custom, please change it or remove filters.",
|
|
26518
26542
|
"FilePickerResult(files: ",
|
|
@@ -26532,7 +26556,6 @@ class CompiledApp {
|
|
|
26532
26556
|
"FilePicker Error: File '",
|
|
26533
26557
|
"' (id: ",
|
|
26534
26558
|
") not found.",
|
|
26535
|
-
"file_name",
|
|
26536
26559
|
"Cannot read file from null stream",
|
|
26537
26560
|
"Uploading ",
|
|
26538
26561
|
"Upload endpoint returned code ",
|
|
@@ -26892,7 +26915,6 @@ class CompiledApp {
|
|
|
26892
26915
|
"_extendedController",
|
|
26893
26916
|
"_destinationControllers",
|
|
26894
26917
|
"_positionAnimation",
|
|
26895
|
-
"indicator",
|
|
26896
26918
|
"Tab ",
|
|
26897
26919
|
" of ",
|
|
26898
26920
|
"$tabIndex",
|
|
@@ -28428,6 +28450,14 @@ class CompiledApp {
|
|
|
28428
28450
|
"on_open",
|
|
28429
28451
|
"on_close",
|
|
28430
28452
|
"alignment_offset",
|
|
28453
|
+
"KeyboardListener.",
|
|
28454
|
+
"Unknown KeyboardListener method: ",
|
|
28455
|
+
"KeyboardListener build: ",
|
|
28456
|
+
"KeyboardListener control has no content.",
|
|
28457
|
+
"include_semantics",
|
|
28458
|
+
"key_down",
|
|
28459
|
+
"key_up",
|
|
28460
|
+
"key_repeat",
|
|
28431
28461
|
"FletApp build: ",
|
|
28432
28462
|
"reconnect_interval_ms",
|
|
28433
28463
|
"reconnect_timeout_ms",
|
|
@@ -30672,6 +30702,9 @@ class CompiledApp {
|
|
|
30672
30702
|
"multi_tap_touches",
|
|
30673
30703
|
"drag_interval",
|
|
30674
30704
|
"hover_interval",
|
|
30705
|
+
"on_right_pan_start",
|
|
30706
|
+
"on_right_pan_update",
|
|
30707
|
+
"on_right_pan_end",
|
|
30675
30708
|
"GestureDetector should have at least one event handler defined",
|
|
30676
30709
|
"Dismissible.",
|
|
30677
30710
|
"RQ==",
|
|
@@ -30718,6 +30751,60 @@ class CompiledApp {
|
|
|
30718
30751
|
"on_did_gain_accessibility_focus",
|
|
30719
30752
|
"on_did_lose_accessibility_focus",
|
|
30720
30753
|
"on_set_text",
|
|
30754
|
+
"Canvas.",
|
|
30755
|
+
"get_capture",
|
|
30756
|
+
"clear_capture",
|
|
30757
|
+
"Unknown Canvas method: ",
|
|
30758
|
+
"paint.size: ",
|
|
30759
|
+
"Line",
|
|
30760
|
+
"Circle",
|
|
30761
|
+
"Arc",
|
|
30762
|
+
"Color",
|
|
30763
|
+
"Oval",
|
|
30764
|
+
"Fill",
|
|
30765
|
+
"Points",
|
|
30766
|
+
"Rect",
|
|
30767
|
+
"Path",
|
|
30768
|
+
"Shadow",
|
|
30769
|
+
"_image",
|
|
30770
|
+
"_hash",
|
|
30771
|
+
"SA==",
|
|
30772
|
+
"SQ==",
|
|
30773
|
+
"canvas.drawImageRect(",
|
|
30774
|
+
"loadCanvasImage(",
|
|
30775
|
+
"_loading",
|
|
30776
|
+
"HTTP ",
|
|
30777
|
+
"Missing image source: 'src' or 'src_bytes'",
|
|
30778
|
+
"_image_error",
|
|
30779
|
+
"ImageDescriptor.",
|
|
30780
|
+
" is not supported on web.",
|
|
30781
|
+
"TextPainter.paint called when text geometry was not yet calculated.\nPlease call layout() before paint() to position the text before painting it.",
|
|
30782
|
+
"transparent_occluder",
|
|
30783
|
+
"moveto",
|
|
30784
|
+
"lineto",
|
|
30785
|
+
"arc",
|
|
30786
|
+
"sweep_angle",
|
|
30787
|
+
"arcto",
|
|
30788
|
+
"large_arc",
|
|
30789
|
+
"clockwise",
|
|
30790
|
+
"oval",
|
|
30791
|
+
"conicto",
|
|
30792
|
+
"cp1x",
|
|
30793
|
+
"cp1y",
|
|
30794
|
+
"cubicto",
|
|
30795
|
+
"cp2x",
|
|
30796
|
+
"cp2y",
|
|
30797
|
+
"subpath",
|
|
30798
|
+
"elements",
|
|
30799
|
+
"counterClockwise",
|
|
30800
|
+
"PathDirection.",
|
|
30801
|
+
"PathArcSize.",
|
|
30802
|
+
"_DashOffsetType.",
|
|
30803
|
+
"stroke_dash_pattern",
|
|
30804
|
+
"PointMode.",
|
|
30805
|
+
"point_mode",
|
|
30806
|
+
"use_center",
|
|
30807
|
+
"Sg==",
|
|
30721
30808
|
"Canvas build: ",
|
|
30722
30809
|
"resize_interval",
|
|
30723
30810
|
"SegmentedButtonControl build: ",
|
|
@@ -31120,7 +31207,7 @@ class CompiledApp {
|
|
|
31120
31207
|
"fit_content",
|
|
31121
31208
|
"soft_line_break",
|
|
31122
31209
|
"MarkdownListItemCrossAxisAlignment.",
|
|
31123
|
-
"
|
|
31210
|
+
"Sw==",
|
|
31124
31211
|
"li",
|
|
31125
31212
|
"fn-",
|
|
31126
31213
|
"ol",
|
|
@@ -43662,10 +43749,6 @@ class CompiledApp {
|
|
|
43662
43749
|
"Skerm",
|
|
43663
43750
|
"BottomAppBarControl build: ",
|
|
43664
43751
|
"notch_margin",
|
|
43665
|
-
"clockwise",
|
|
43666
|
-
"counterClockwise",
|
|
43667
|
-
"PathDirection.",
|
|
43668
|
-
"PathArcSize.",
|
|
43669
43752
|
"geometryListenable",
|
|
43670
43753
|
"Scaffold.geometryOf() called with a context that does not contain a Scaffold.",
|
|
43671
43754
|
"This usually happens when the context provided is from the same StatefulWidget as that whose build function actually creates the Scaffold widget being sought.",
|
|
@@ -43822,8 +43905,8 @@ class CompiledApp {
|
|
|
43822
43905
|
"pub.dev : https://pub.dev/packages/media_kit#installation\n",
|
|
43823
43906
|
"TIP: Copy-paste required packages from the above link to your pubspec.yaml.\n",
|
|
43824
43907
|
"If you recently added the packages, make sure to re-run the project (\"hot-restart\" & \"hot-reload\" is not sufficient for native plugins).\n",
|
|
43825
|
-
"
|
|
43826
|
-
"
|
|
43908
|
+
"TA==",
|
|
43909
|
+
"TQ==",
|
|
43827
43910
|
"flutter/backgesture",
|
|
43828
43911
|
"flutter/menu",
|
|
43829
43912
|
"Menu.selectedCallback",
|
|
@@ -43853,10 +43936,10 @@ class CompiledApp {
|
|
|
43853
43936
|
"",
|
|
43854
43937
|
"oldKeyedChildren",
|
|
43855
43938
|
"RenderViewport.excludeFromScrolling",
|
|
43856
|
-
"
|
|
43857
|
-
"
|
|
43939
|
+
"Tg==",
|
|
43940
|
+
"Tw==",
|
|
43858
43941
|
"newChild",
|
|
43859
|
-
"
|
|
43942
|
+
"UA==",
|
|
43860
43943
|
"isKeyboardKey",
|
|
43861
43944
|
"rect(",
|
|
43862
43945
|
"px)",
|
|
@@ -43877,8 +43960,6 @@ class CompiledApp {
|
|
|
43877
43960
|
"()",
|
|
43878
43961
|
"_borderTouchTooltipPaint",
|
|
43879
43962
|
"_bgTouchTooltipPaint",
|
|
43880
|
-
"TextPainter.paint called when text geometry was not yet calculated.\nPlease call layout() before paint() to position the text before painting it.",
|
|
43881
|
-
"_DashOffsetType.",
|
|
43882
43963
|
"_gridPaint",
|
|
43883
43964
|
"_rangeAnnotationPaint",
|
|
43884
43965
|
"_backgroundPaint",
|
|
@@ -43968,36 +44049,6 @@ class CompiledApp {
|
|
|
43968
44049
|
", distance: ",
|
|
43969
44050
|
"No elements",
|
|
43970
44051
|
"lastLng",
|
|
43971
|
-
"PointMode.",
|
|
43972
|
-
"Line",
|
|
43973
|
-
"Circle",
|
|
43974
|
-
"Arc",
|
|
43975
|
-
"Color",
|
|
43976
|
-
"Oval",
|
|
43977
|
-
"Fill",
|
|
43978
|
-
"Points",
|
|
43979
|
-
"Rect",
|
|
43980
|
-
"Path",
|
|
43981
|
-
"Shadow",
|
|
43982
|
-
"transparent_occluder",
|
|
43983
|
-
"moveto",
|
|
43984
|
-
"lineto",
|
|
43985
|
-
"arc",
|
|
43986
|
-
"sweep_angle",
|
|
43987
|
-
"arcto",
|
|
43988
|
-
"large_arc",
|
|
43989
|
-
"oval",
|
|
43990
|
-
"conicto",
|
|
43991
|
-
"cp1x",
|
|
43992
|
-
"cp1y",
|
|
43993
|
-
"cubicto",
|
|
43994
|
-
"cp2x",
|
|
43995
|
-
"cp2y",
|
|
43996
|
-
"subpath",
|
|
43997
|
-
"elements",
|
|
43998
|
-
"stroke_dash_pattern",
|
|
43999
|
-
"point_mode",
|
|
44000
|
-
"use_center",
|
|
44001
44052
|
"textfield",
|
|
44002
44053
|
"long-pressable",
|
|
44003
44054
|
"adjustable",
|
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: QQVFD4HK8CD7W78G</li>
|
|
10
|
+
<li>HostId: 0x47s5eAaBqQ8uxX0WVw3iHJ59rAi8PUFmDtc2UKKeUxzE9jRrDyD8YnBXA5y5iyMFriGzXKGXw=</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.dev5347
|
|
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.dev5347
|
|
13
13
|
Requires-Dist: fastapi>=0.115.12
|
|
14
14
|
Requires-Dist: uvicorn[standard]>=0.35.0
|
|
15
15
|
|
|
@@ -1,26 +1,26 @@
|
|
|
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=C5eOQRvLe2rp39tzAGSBXRxmMrTuQ57BcrjLlBaW8Xs,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
|
-
flet_web/fastapi/flet_app.py,sha256=
|
|
7
|
+
flet_web/fastapi/flet_app.py,sha256=9qdRBiNdzKQh2YnJJgS7XaNWer_FN9Ntpp1bXfdrnZI,13374
|
|
8
8
|
flet_web/fastapi/flet_app_manager.py,sha256=JzKAK0KOS41SrbjWaV3ujAQIG-tXdxCNZBEILzL_0Ro,5217
|
|
9
|
-
flet_web/fastapi/flet_fastapi.py,sha256=
|
|
9
|
+
flet_web/fastapi/flet_fastapi.py,sha256=Wu79QOgbHkFcO_Wss0RO2AjzPWjLpzlRrghhDsqY-Mw,4768
|
|
10
10
|
flet_web/fastapi/flet_oauth.py,sha256=GsR4g4GFFGvYYyn7-ljqu3P3ASOHxyBsGb6W5Y0z75I,2589
|
|
11
11
|
flet_web/fastapi/flet_static_files.py,sha256=ge6oddTwud4jWn_ZMIFDqGrGDaleSzDOM49Mh7FOe6U,7270
|
|
12
12
|
flet_web/fastapi/flet_upload.py,sha256=6QqRIOuntJ3xUUlfDl47XI3Na2zeCqpZYm1ZFwoFbYM,3115
|
|
13
13
|
flet_web/fastapi/oauth_state.py,sha256=aRHxfx0_zaQq6NDsvRqqkp0E_OqYxSkz4D1HH8EAhRQ,361
|
|
14
|
-
flet_web/fastapi/serve_fastapi_web_app.py,sha256=
|
|
14
|
+
flet_web/fastapi/serve_fastapi_web_app.py,sha256=Xc6KAaxN65SL_zfhY-6HbKcP6aQ8AsRBr4x9gIlGci4,2569
|
|
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=oWnlpk3o3L2lnlR5zdCN4vGjK42BtQU2vx6Wm79CLDg,9815
|
|
19
|
+
flet_web/web/flutter_service_worker.js,sha256=Mgk4HQ1ZLMSQNq6FMCBsOVPiASAYvhAzmvGGNdBxlNY,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=_00r61gY0m7PztdDBbCresxQNE_f0vqcAgKX-pHQeOI,8604864
|
|
22
|
+
flet_web/web/main.dart.mjs,sha256=lnRryMuointiQqKxONJKkxmFXfhVj0pR5h-s1FIs8H4,1858276
|
|
23
|
+
flet_web/web/main.dart.wasm,sha256=C_4rnNanObRjZqF4En95vgqdwVhK87721h5I9I7RFv0,7037875
|
|
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=-fBdVYQVt2szEPrAzRdw0t6hGXwCt15UTVzCUQ1yphA,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.dev5347.dist-info/METADATA,sha256=lDx-jIEQj6vd_BnvRNiT6ZAmJyiExXa6ISCuINertLY,595
|
|
69
|
+
flet_web-0.70.0.dev5347.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
70
|
+
flet_web-0.70.0.dev5347.dist-info/top_level.txt,sha256=1MXw6P2bxjBa70vz-6oTGqGmmLOWipyD7EaaivWoW1A,9
|
|
71
|
+
flet_web-0.70.0.dev5347.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|