flet-web 0.70.0.dev5089__py3-none-any.whl → 0.70.0.dev5276__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/assets/NOTICES +24 -0
- flet_web/web/flutter_bootstrap.js +1 -1
- flet_web/web/flutter_service_worker.js +5 -5
- flet_web/web/main.dart.js +110328 -109932
- flet_web/web/main.dart.mjs +311 -303
- 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.dev5089.dist-info → flet_web-0.70.0.dev5276.dist-info}/METADATA +2 -2
- {flet_web-0.70.0.dev5089.dist-info → flet_web-0.70.0.dev5276.dist-info}/RECORD +12 -12
- {flet_web-0.70.0.dev5089.dist-info → flet_web-0.70.0.dev5276.dist-info}/WHEEL +0 -0
- {flet_web-0.70.0.dev5089.dist-info → flet_web-0.70.0.dev5276.dist-info}/top_level.txt +0 -0
flet_web/web/main.dart.mjs
CHANGED
|
@@ -111,6 +111,7 @@ class CompiledApp {
|
|
|
111
111
|
_74: x0 => new Uint8Array(x0),
|
|
112
112
|
_75: (x0,x1,x2) => x0.set(x1,x2),
|
|
113
113
|
_76: (x0,x1) => x0.transferFromImageBitmap(x1),
|
|
114
|
+
_77: x0 => x0.arrayBuffer(),
|
|
114
115
|
_78: f => finalizeWrapper(f, function(x0) { return dartInstance.exports._78(f,arguments.length,x0) }),
|
|
115
116
|
_79: x0 => new window.FinalizationRegistry(x0),
|
|
116
117
|
_80: (x0,x1,x2,x3) => x0.register(x1,x2,x3),
|
|
@@ -263,6 +264,8 @@ class CompiledApp {
|
|
|
263
264
|
_871: (x0,x1) => x0.width = x1,
|
|
264
265
|
_873: (x0,x1) => x0.height = x1,
|
|
265
266
|
_876: (x0,x1) => x0.getContext(x1),
|
|
267
|
+
_932: x0 => x0.width,
|
|
268
|
+
_933: x0 => x0.height,
|
|
266
269
|
_935: (x0,x1) => x0.fetch(x1),
|
|
267
270
|
_936: x0 => x0.status,
|
|
268
271
|
_938: x0 => x0.body,
|
|
@@ -358,6 +361,9 @@ class CompiledApp {
|
|
|
358
361
|
_1094: (x0,x1) => x0.noValidate = x1,
|
|
359
362
|
_1095: (x0,x1) => x0.method = x1,
|
|
360
363
|
_1096: (x0,x1) => x0.action = x1,
|
|
364
|
+
_1097: (x0,x1) => new OffscreenCanvas(x0,x1),
|
|
365
|
+
_1103: (x0,x1) => x0.getContext(x1),
|
|
366
|
+
_1105: x0 => x0.convertToBlob(),
|
|
361
367
|
_1121: x0 => x0.orientation,
|
|
362
368
|
_1122: x0 => x0.width,
|
|
363
369
|
_1123: x0 => x0.height,
|
|
@@ -2899,7 +2905,6 @@ class CompiledApp {
|
|
|
2899
2905
|
"tall labelLarge 2021",
|
|
2900
2906
|
"tall labelMedium 2021",
|
|
2901
2907
|
"tall labelSmall 2021",
|
|
2902
|
-
"ButtonBarLayoutBehavior.",
|
|
2903
2908
|
"surface_variant",
|
|
2904
2909
|
"on_background",
|
|
2905
2910
|
"background",
|
|
@@ -4033,6 +4038,7 @@ class CompiledApp {
|
|
|
4033
4038
|
"border_radius",
|
|
4034
4039
|
"gradient",
|
|
4035
4040
|
"blend_mode",
|
|
4041
|
+
"shadows",
|
|
4036
4042
|
"image",
|
|
4037
4043
|
"src",
|
|
4038
4044
|
"src_base64",
|
|
@@ -4070,10 +4076,10 @@ class CompiledApp {
|
|
|
4070
4076
|
"Invalid padding character",
|
|
4071
4077
|
"offset",
|
|
4072
4078
|
"blur_style",
|
|
4073
|
-
"outer",
|
|
4074
|
-
"inner",
|
|
4075
4079
|
"blur_radius",
|
|
4076
4080
|
"spread_radius",
|
|
4081
|
+
"outer",
|
|
4082
|
+
"inner",
|
|
4077
4083
|
"stroke_align",
|
|
4078
4084
|
"dst",
|
|
4079
4085
|
"dstOver",
|
|
@@ -4376,8 +4382,9 @@ class CompiledApp {
|
|
|
4376
4382
|
"ColumnSize.",
|
|
4377
4383
|
"bgcolor",
|
|
4378
4384
|
"enable_feedback",
|
|
4379
|
-
"
|
|
4385
|
+
"tap_to_dismiss",
|
|
4380
4386
|
"exclude_from_semantics",
|
|
4387
|
+
"size_constraints",
|
|
4381
4388
|
"exit_duration",
|
|
4382
4389
|
"milliseconds",
|
|
4383
4390
|
"prefer_below",
|
|
@@ -4458,6 +4465,10 @@ class CompiledApp {
|
|
|
4458
4465
|
"hours",
|
|
4459
4466
|
"days",
|
|
4460
4467
|
"DurationUnit.",
|
|
4468
|
+
"min_height",
|
|
4469
|
+
"min_width",
|
|
4470
|
+
"max_height",
|
|
4471
|
+
"max_width",
|
|
4461
4472
|
"select_all",
|
|
4462
4473
|
"_radiusController",
|
|
4463
4474
|
"_radiusScale",
|
|
@@ -6107,30 +6118,9 @@ class CompiledApp {
|
|
|
6107
6118
|
"BoxShape.",
|
|
6108
6119
|
"_selectionDelegate",
|
|
6109
6120
|
"A DefaultTextStyle constructed with DefaultTextStyle.fallback cannot be incorporated into the widget tree, it is meant only to provide a fallback value returned by DefaultTextStyle.of() when no enclosing default text style is present in a BuildContext.",
|
|
6110
|
-
"
|
|
6111
|
-
"
|
|
6112
|
-
"
|
|
6113
|
-
"ScatterChart",
|
|
6114
|
-
"control_",
|
|
6115
|
-
"animation",
|
|
6116
|
-
"left_axis",
|
|
6117
|
-
"top_axis",
|
|
6118
|
-
"right_axis",
|
|
6119
|
-
"bottom_axis",
|
|
6120
|
-
"interactive",
|
|
6121
|
-
"spots",
|
|
6122
|
-
"min_x",
|
|
6123
|
-
"max_x",
|
|
6124
|
-
"min_y",
|
|
6125
|
-
"max_y",
|
|
6126
|
-
"baseline_x",
|
|
6127
|
-
"baseline_y",
|
|
6128
|
-
"horizontal_grid_lines",
|
|
6129
|
-
"vertical_grid_lines",
|
|
6130
|
-
"on_event",
|
|
6131
|
-
"long_press_duration",
|
|
6132
|
-
"handle_built_in_touches",
|
|
6133
|
-
"rotation_quarter_turns",
|
|
6121
|
+
"WebView",
|
|
6122
|
+
"WebViewControl build: ",
|
|
6123
|
+
"Webview is not yet supported on this platform.",
|
|
6134
6124
|
"View",
|
|
6135
6125
|
"Column",
|
|
6136
6126
|
"Row",
|
|
@@ -6151,101 +6141,6 @@ class CompiledApp {
|
|
|
6151
6141
|
"Overlay",
|
|
6152
6142
|
"Error displaying ",
|
|
6153
6143
|
"Control can be positioned absolutely with \"left\", \"top\", \"right\" and \"bottom\" properties inside Stack control only.",
|
|
6154
|
-
"animation_end",
|
|
6155
|
-
"aspect_ratio",
|
|
6156
|
-
"animate_offset",
|
|
6157
|
-
"_offsetAnimation",
|
|
6158
|
-
"animate_scale",
|
|
6159
|
-
"_scaleAnimation",
|
|
6160
|
-
"scale_x",
|
|
6161
|
-
"scale_y",
|
|
6162
|
-
"animate_rotation",
|
|
6163
|
-
"_turnsAnimation",
|
|
6164
|
-
"rotate",
|
|
6165
|
-
"angle",
|
|
6166
|
-
"container",
|
|
6167
|
-
"animate_size",
|
|
6168
|
-
"animate_opacity",
|
|
6169
|
-
"_buildScope",
|
|
6170
|
-
"FlScaleAxis.",
|
|
6171
|
-
"Illegal State",
|
|
6172
|
-
"_transformationController",
|
|
6173
|
-
"AxisSide.",
|
|
6174
|
-
"quarterTurns must be greater than or equal to 0.",
|
|
6175
|
-
"BarChartAlignment.",
|
|
6176
|
-
"B",
|
|
6177
|
-
"K",
|
|
6178
|
-
"-0",
|
|
6179
|
-
"free",
|
|
6180
|
-
"PanAxis.",
|
|
6181
|
-
"_scaleController",
|
|
6182
|
-
"pan",
|
|
6183
|
-
"aligned",
|
|
6184
|
-
"closestOverall",
|
|
6185
|
-
"_GestureType.",
|
|
6186
|
-
"other",
|
|
6187
|
-
"Matrix cannot be inverted",
|
|
6188
|
-
"_scaleAnimationFocalPoint",
|
|
6189
|
-
"longPressGestureRecognizer",
|
|
6190
|
-
"tapGestureRecognizer",
|
|
6191
|
-
"panGestureRecognizer",
|
|
6192
|
-
"_validForMouseTracker",
|
|
6193
|
-
"_linePaint",
|
|
6194
|
-
"FLHorizontalAlignment.",
|
|
6195
|
-
"border_side",
|
|
6196
|
-
"rotate_angle",
|
|
6197
|
-
"max_width",
|
|
6198
|
-
"horizontal_offset",
|
|
6199
|
-
"fit_inside_horizontally",
|
|
6200
|
-
"fit_inside_vertically",
|
|
6201
|
-
"show_tooltip",
|
|
6202
|
-
"text_spans",
|
|
6203
|
-
"on_click",
|
|
6204
|
-
"url_target",
|
|
6205
|
-
"spell_out",
|
|
6206
|
-
"semantics_label",
|
|
6207
|
-
"spans",
|
|
6208
|
-
"on_enter",
|
|
6209
|
-
"on_exit",
|
|
6210
|
-
"Flet",
|
|
6211
|
-
"_blank",
|
|
6212
|
-
"externalApplication",
|
|
6213
|
-
"platformDefault",
|
|
6214
|
-
"inAppWebView",
|
|
6215
|
-
"inAppBrowserView",
|
|
6216
|
-
"To use an in-app web view, you must provide an http(s) URL.",
|
|
6217
|
-
"http:",
|
|
6218
|
-
"https:",
|
|
6219
|
-
"externalNonBrowserApplication",
|
|
6220
|
-
"plugins.flutter.io/url_launcher",
|
|
6221
|
-
"launch",
|
|
6222
|
-
"useSafariVC",
|
|
6223
|
-
"useWebView",
|
|
6224
|
-
"enableJavaScript",
|
|
6225
|
-
"enableDomStorage",
|
|
6226
|
-
"universalLinksOnly",
|
|
6227
|
-
"headers",
|
|
6228
|
-
"PreferredLaunchMode.",
|
|
6229
|
-
"_top",
|
|
6230
|
-
"noopener,noreferrer",
|
|
6231
|
-
"mailto",
|
|
6232
|
-
"sms",
|
|
6233
|
-
"javascript",
|
|
6234
|
-
"LaunchMode.",
|
|
6235
|
-
"top=",
|
|
6236
|
-
",left=",
|
|
6237
|
-
",width=",
|
|
6238
|
-
",height=",
|
|
6239
|
-
",scrollbars=yes",
|
|
6240
|
-
"horizontal_alignment",
|
|
6241
|
-
"interval",
|
|
6242
|
-
"dash_pattern",
|
|
6243
|
-
"title",
|
|
6244
|
-
"title_size",
|
|
6245
|
-
"show_labels",
|
|
6246
|
-
"label_size",
|
|
6247
|
-
"label_spacing",
|
|
6248
|
-
"labels",
|
|
6249
6144
|
"duration",
|
|
6250
6145
|
"curve",
|
|
6251
6146
|
"bouncein",
|
|
@@ -6289,111 +6184,21 @@ class CompiledApp {
|
|
|
6289
6184
|
"fastoutslowin",
|
|
6290
6185
|
"lineartoeaseout",
|
|
6291
6186
|
"slowmiddle",
|
|
6292
|
-
"
|
|
6293
|
-
"
|
|
6294
|
-
"
|
|
6295
|
-
"
|
|
6296
|
-
"
|
|
6297
|
-
"
|
|
6298
|
-
"
|
|
6299
|
-
"
|
|
6300
|
-
"
|
|
6301
|
-
"
|
|
6302
|
-
"
|
|
6303
|
-
"
|
|
6304
|
-
"
|
|
6305
|
-
"
|
|
6306
|
-
"
|
|
6307
|
-
"FlPanStartEvent",
|
|
6308
|
-
"panStart",
|
|
6309
|
-
"FlPanUpdateEvent",
|
|
6310
|
-
"panUpdate",
|
|
6311
|
-
"FlLongPressEnd",
|
|
6312
|
-
"longPressEnd",
|
|
6313
|
-
"FlLongPressMoveUpdate",
|
|
6314
|
-
"longPressMoveUpdate",
|
|
6315
|
-
"FlLongPressStart",
|
|
6316
|
-
"longPressStart",
|
|
6317
|
-
"FlTapCancelEvent",
|
|
6318
|
-
"tapCancel",
|
|
6319
|
-
"FlTapDownEvent",
|
|
6320
|
-
"tapDown",
|
|
6321
|
-
"FlTapUpEvent",
|
|
6322
|
-
"tapUp",
|
|
6323
|
-
"render_priority",
|
|
6324
|
-
"x_error",
|
|
6325
|
-
"y_error",
|
|
6326
|
-
"point",
|
|
6327
|
-
"stroke_color",
|
|
6328
|
-
"ChartCirclePoint",
|
|
6329
|
-
"ChartSquarePoint",
|
|
6330
|
-
"ChartCrossPoint",
|
|
6331
|
-
"\"colors\" must have length > 1.",
|
|
6332
|
-
"PieChart build: ",
|
|
6333
|
-
"sections",
|
|
6334
|
-
"center_space_color",
|
|
6335
|
-
"center_space_radius",
|
|
6336
|
-
"sections_space",
|
|
6337
|
-
"start_degree_offset",
|
|
6338
|
-
"PathOperation.",
|
|
6339
|
-
"section_index",
|
|
6340
|
-
"local_x",
|
|
6341
|
-
"local_y",
|
|
6342
|
-
"title_style",
|
|
6343
|
-
"title_position",
|
|
6344
|
-
"badge_content",
|
|
6345
|
-
"badge_position",
|
|
6346
|
-
"data_series",
|
|
6347
|
-
"Cannot clear an unmodifiable list",
|
|
6348
|
-
"Cannot clear a fixed-length list",
|
|
6349
|
-
"LineChart build: ",
|
|
6350
|
-
"point_line_start",
|
|
6351
|
-
"point_line_end",
|
|
6352
|
-
"mostBottomSpot",
|
|
6353
|
-
"mostTopSpot",
|
|
6354
|
-
"mostLeftSpot",
|
|
6355
|
-
"mostRightSpot",
|
|
6356
|
-
"leave",
|
|
6357
|
-
"src_id",
|
|
6358
|
-
"accept",
|
|
6359
|
-
"will_accept",
|
|
6360
|
-
"show_on_top_of_chart_box_area",
|
|
6361
|
-
"above_line_bgcolor",
|
|
6362
|
-
"above_line_gradient",
|
|
6363
|
-
"below_line_bgcolor",
|
|
6364
|
-
"below_line_gradient",
|
|
6365
|
-
"above_line",
|
|
6366
|
-
"below_line",
|
|
6367
|
-
"above_line_cutoff_y",
|
|
6368
|
-
"below_line_cutoff_y",
|
|
6369
|
-
"prevent_curve_over_shooting",
|
|
6370
|
-
"prevent_curve_over_shooting_threshold",
|
|
6371
|
-
"curved",
|
|
6372
|
-
"rounded_stroke_cap",
|
|
6373
|
-
"show_below_line",
|
|
6374
|
-
"show_above_line",
|
|
6375
|
-
"selected_point",
|
|
6376
|
-
"selected_below_line",
|
|
6377
|
-
"BarChart build: ",
|
|
6378
|
-
"groups",
|
|
6379
|
-
"spacing",
|
|
6380
|
-
"inconsistent state groupsX.length != barGroups.length",
|
|
6381
|
-
"TooltipDirection.",
|
|
6382
|
-
"direction",
|
|
6383
|
-
"rods",
|
|
6384
|
-
"to_y",
|
|
6385
|
-
"group_index",
|
|
6386
|
-
"rod_index",
|
|
6387
|
-
"stack_item_index",
|
|
6388
|
-
"group_vertically",
|
|
6389
|
-
"bg_from_y",
|
|
6390
|
-
"bg_to_y",
|
|
6391
|
-
"background_gradient",
|
|
6392
|
-
"from_y",
|
|
6393
|
-
"stack_items",
|
|
6394
|
-
"WebView",
|
|
6395
|
-
"WebViewControl build: ",
|
|
6396
|
-
"Webview is not yet supported on this platform.",
|
|
6187
|
+
"animation_end",
|
|
6188
|
+
"aspect_ratio",
|
|
6189
|
+
"animate_offset",
|
|
6190
|
+
"_offsetAnimation",
|
|
6191
|
+
"animate_scale",
|
|
6192
|
+
"_scaleAnimation",
|
|
6193
|
+
"scale_x",
|
|
6194
|
+
"scale_y",
|
|
6195
|
+
"animate_rotation",
|
|
6196
|
+
"_turnsAnimation",
|
|
6197
|
+
"rotate",
|
|
6198
|
+
"angle",
|
|
6199
|
+
"container",
|
|
6200
|
+
"animate_size",
|
|
6201
|
+
"animate_opacity",
|
|
6397
6202
|
"Webview is not yet supported on this Platform.",
|
|
6398
6203
|
"https://flet.dev",
|
|
6399
6204
|
"LoadRequestParams#uri is required to have a scheme.",
|
|
@@ -6528,6 +6333,7 @@ class CompiledApp {
|
|
|
6528
6333
|
"playing",
|
|
6529
6334
|
"pause",
|
|
6530
6335
|
"play",
|
|
6336
|
+
"title",
|
|
6531
6337
|
"flet-video",
|
|
6532
6338
|
"muted",
|
|
6533
6339
|
"pitch",
|
|
@@ -6597,6 +6403,7 @@ class CompiledApp {
|
|
|
6597
6403
|
"channel-error",
|
|
6598
6404
|
"_jsLoaded",
|
|
6599
6405
|
"com.alexmercerind.media_kit_video.",
|
|
6406
|
+
"_buildScope",
|
|
6600
6407
|
"BoxBorder.lerp can only interpolate Border and BorderDirectional classes.",
|
|
6601
6408
|
"BoxBorder.lerp() was called with two objects of type ",
|
|
6602
6409
|
":\n",
|
|
@@ -6738,6 +6545,7 @@ class CompiledApp {
|
|
|
6738
6545
|
"SliderInteraction.",
|
|
6739
6546
|
"ShowValueIndicator.",
|
|
6740
6547
|
"sliderTheme",
|
|
6548
|
+
"animation",
|
|
6741
6549
|
"builders",
|
|
6742
6550
|
"com.kurenai7968.volume_controller.method",
|
|
6743
6551
|
"com.kurenai7968.volume_controller.volume_listener_event",
|
|
@@ -6806,6 +6614,7 @@ class CompiledApp {
|
|
|
6806
6614
|
"speed_multiplier",
|
|
6807
6615
|
"animations",
|
|
6808
6616
|
"state_machines",
|
|
6617
|
+
"headers",
|
|
6809
6618
|
"IQ==",
|
|
6810
6619
|
"network",
|
|
6811
6620
|
"_Source.",
|
|
@@ -6827,6 +6636,7 @@ class CompiledApp {
|
|
|
6827
6636
|
"elastic",
|
|
6828
6637
|
"_yogaNodeCalculateLayout",
|
|
6829
6638
|
"LayoutDirection.",
|
|
6639
|
+
"point",
|
|
6830
6640
|
"row",
|
|
6831
6641
|
"rowReverse",
|
|
6832
6642
|
"hug",
|
|
@@ -7733,6 +7543,7 @@ class CompiledApp {
|
|
|
7733
7543
|
"on_pointer_down",
|
|
7734
7544
|
"on_pointer_cancel",
|
|
7735
7545
|
"on_pointer_up",
|
|
7546
|
+
"on_event",
|
|
7736
7547
|
"on_init",
|
|
7737
7548
|
"force_integer_zoom_level",
|
|
7738
7549
|
"enable_multi_finger_gesture_race",
|
|
@@ -8083,7 +7894,6 @@ class CompiledApp {
|
|
|
8083
7894
|
"vertical_lines",
|
|
8084
7895
|
"checkbox_horizontal_margin",
|
|
8085
7896
|
"column_spacing",
|
|
8086
|
-
"min_width",
|
|
8087
7897
|
"bottom_margin",
|
|
8088
7898
|
"empty",
|
|
8089
7899
|
"visible_horizontal_scroll_bar",
|
|
@@ -8133,6 +7943,8 @@ class CompiledApp {
|
|
|
8133
7943
|
"_thicknessAnimationController",
|
|
8134
7944
|
"TableCellVerticalAlignment.",
|
|
8135
7945
|
"table",
|
|
7946
|
+
"Cannot clear an unmodifiable list",
|
|
7947
|
+
"Cannot clear a fixed-length list",
|
|
8136
7948
|
"_orientationController",
|
|
8137
7949
|
"_opacityController",
|
|
8138
7950
|
"_orientationAnimation",
|
|
@@ -8142,6 +7954,7 @@ class CompiledApp {
|
|
|
8142
7954
|
"overlay_color",
|
|
8143
7955
|
"visual_density",
|
|
8144
7956
|
"check_color",
|
|
7957
|
+
"border_side",
|
|
8145
7958
|
"side",
|
|
8146
7959
|
"roundedrectangle",
|
|
8147
7960
|
"stadium",
|
|
@@ -13082,6 +12895,7 @@ class CompiledApp {
|
|
|
13082
12895
|
"group_work_sharp",
|
|
13083
12896
|
"group_work_rounded",
|
|
13084
12897
|
"group_work_outlined",
|
|
12898
|
+
"groups",
|
|
13085
12899
|
"groups_sharp",
|
|
13086
12900
|
"groups_rounded",
|
|
13087
12901
|
"groups_outlined",
|
|
@@ -13539,6 +13353,7 @@ class CompiledApp {
|
|
|
13539
13353
|
"iso_sharp",
|
|
13540
13354
|
"iso_rounded",
|
|
13541
13355
|
"iso_outlined",
|
|
13356
|
+
"javascript",
|
|
13542
13357
|
"javascript_sharp",
|
|
13543
13358
|
"javascript_rounded",
|
|
13544
13359
|
"javascript_outlined",
|
|
@@ -13715,6 +13530,7 @@ class CompiledApp {
|
|
|
13715
13530
|
"last_page_sharp",
|
|
13716
13531
|
"last_page_rounded",
|
|
13717
13532
|
"last_page_outlined",
|
|
13533
|
+
"launch",
|
|
13718
13534
|
"launch_sharp",
|
|
13719
13535
|
"launch_rounded",
|
|
13720
13536
|
"launch_outlined",
|
|
@@ -16571,6 +16387,7 @@ class CompiledApp {
|
|
|
16571
16387
|
"smoking_rooms_sharp",
|
|
16572
16388
|
"smoking_rooms_rounded",
|
|
16573
16389
|
"smoking_rooms_outlined",
|
|
16390
|
+
"sms",
|
|
16574
16391
|
"sms_sharp",
|
|
16575
16392
|
"sms_rounded",
|
|
16576
16393
|
"sms_outlined",
|
|
@@ -18205,6 +18022,198 @@ class CompiledApp {
|
|
|
18205
18022
|
"zoom_out_map_outlined",
|
|
18206
18023
|
"clip_behavior",
|
|
18207
18024
|
"antiAliasWithSaveLayer",
|
|
18025
|
+
"BarChart",
|
|
18026
|
+
"LineChart",
|
|
18027
|
+
"PieChart",
|
|
18028
|
+
"ScatterChart",
|
|
18029
|
+
"control_",
|
|
18030
|
+
"left_axis",
|
|
18031
|
+
"top_axis",
|
|
18032
|
+
"right_axis",
|
|
18033
|
+
"bottom_axis",
|
|
18034
|
+
"interactive",
|
|
18035
|
+
"spots",
|
|
18036
|
+
"min_x",
|
|
18037
|
+
"max_x",
|
|
18038
|
+
"min_y",
|
|
18039
|
+
"max_y",
|
|
18040
|
+
"baseline_x",
|
|
18041
|
+
"baseline_y",
|
|
18042
|
+
"horizontal_grid_lines",
|
|
18043
|
+
"vertical_grid_lines",
|
|
18044
|
+
"long_press_duration",
|
|
18045
|
+
"handle_built_in_touches",
|
|
18046
|
+
"rotation_quarter_turns",
|
|
18047
|
+
"FlScaleAxis.",
|
|
18048
|
+
"Illegal State",
|
|
18049
|
+
"_transformationController",
|
|
18050
|
+
"AxisSide.",
|
|
18051
|
+
"quarterTurns must be greater than or equal to 0.",
|
|
18052
|
+
"BarChartAlignment.",
|
|
18053
|
+
"B",
|
|
18054
|
+
"K",
|
|
18055
|
+
"-0",
|
|
18056
|
+
"free",
|
|
18057
|
+
"PanAxis.",
|
|
18058
|
+
"_scaleController",
|
|
18059
|
+
"pan",
|
|
18060
|
+
"aligned",
|
|
18061
|
+
"closestOverall",
|
|
18062
|
+
"_GestureType.",
|
|
18063
|
+
"other",
|
|
18064
|
+
"Matrix cannot be inverted",
|
|
18065
|
+
"_scaleAnimationFocalPoint",
|
|
18066
|
+
"longPressGestureRecognizer",
|
|
18067
|
+
"tapGestureRecognizer",
|
|
18068
|
+
"panGestureRecognizer",
|
|
18069
|
+
"_validForMouseTracker",
|
|
18070
|
+
"_linePaint",
|
|
18071
|
+
"FLHorizontalAlignment.",
|
|
18072
|
+
"rotate_angle",
|
|
18073
|
+
"horizontal_offset",
|
|
18074
|
+
"fit_inside_horizontally",
|
|
18075
|
+
"fit_inside_vertically",
|
|
18076
|
+
"show_tooltip",
|
|
18077
|
+
"text_spans",
|
|
18078
|
+
"on_click",
|
|
18079
|
+
"url_target",
|
|
18080
|
+
"spell_out",
|
|
18081
|
+
"semantics_label",
|
|
18082
|
+
"spans",
|
|
18083
|
+
"on_enter",
|
|
18084
|
+
"on_exit",
|
|
18085
|
+
"Flet",
|
|
18086
|
+
"_blank",
|
|
18087
|
+
"externalApplication",
|
|
18088
|
+
"platformDefault",
|
|
18089
|
+
"inAppWebView",
|
|
18090
|
+
"inAppBrowserView",
|
|
18091
|
+
"To use an in-app web view, you must provide an http(s) URL.",
|
|
18092
|
+
"http:",
|
|
18093
|
+
"https:",
|
|
18094
|
+
"externalNonBrowserApplication",
|
|
18095
|
+
"plugins.flutter.io/url_launcher",
|
|
18096
|
+
"useSafariVC",
|
|
18097
|
+
"useWebView",
|
|
18098
|
+
"enableJavaScript",
|
|
18099
|
+
"enableDomStorage",
|
|
18100
|
+
"universalLinksOnly",
|
|
18101
|
+
"PreferredLaunchMode.",
|
|
18102
|
+
"_top",
|
|
18103
|
+
"noopener,noreferrer",
|
|
18104
|
+
"mailto",
|
|
18105
|
+
"LaunchMode.",
|
|
18106
|
+
"top=",
|
|
18107
|
+
",left=",
|
|
18108
|
+
",width=",
|
|
18109
|
+
",height=",
|
|
18110
|
+
",scrollbars=yes",
|
|
18111
|
+
"horizontal_alignment",
|
|
18112
|
+
"interval",
|
|
18113
|
+
"dash_pattern",
|
|
18114
|
+
"title_size",
|
|
18115
|
+
"show_labels",
|
|
18116
|
+
"label_size",
|
|
18117
|
+
"label_spacing",
|
|
18118
|
+
"labels",
|
|
18119
|
+
"label_style",
|
|
18120
|
+
"label_text",
|
|
18121
|
+
"spot_index",
|
|
18122
|
+
"FlPointerEnterEvent",
|
|
18123
|
+
"pointerEnter",
|
|
18124
|
+
"FlPointerExitEvent",
|
|
18125
|
+
"pointerExit",
|
|
18126
|
+
"FlPointerHoverEvent",
|
|
18127
|
+
"pointerHover",
|
|
18128
|
+
"FlPanCancelEvent",
|
|
18129
|
+
"panCancel",
|
|
18130
|
+
"FlPanDownEvent",
|
|
18131
|
+
"panDown",
|
|
18132
|
+
"FlPanEndEvent",
|
|
18133
|
+
"panEnd",
|
|
18134
|
+
"FlPanStartEvent",
|
|
18135
|
+
"panStart",
|
|
18136
|
+
"FlPanUpdateEvent",
|
|
18137
|
+
"panUpdate",
|
|
18138
|
+
"FlLongPressEnd",
|
|
18139
|
+
"longPressEnd",
|
|
18140
|
+
"FlLongPressMoveUpdate",
|
|
18141
|
+
"longPressMoveUpdate",
|
|
18142
|
+
"FlLongPressStart",
|
|
18143
|
+
"longPressStart",
|
|
18144
|
+
"FlTapCancelEvent",
|
|
18145
|
+
"tapCancel",
|
|
18146
|
+
"FlTapDownEvent",
|
|
18147
|
+
"tapDown",
|
|
18148
|
+
"FlTapUpEvent",
|
|
18149
|
+
"tapUp",
|
|
18150
|
+
"render_priority",
|
|
18151
|
+
"x_error",
|
|
18152
|
+
"y_error",
|
|
18153
|
+
"stroke_color",
|
|
18154
|
+
"ChartCirclePoint",
|
|
18155
|
+
"ChartSquarePoint",
|
|
18156
|
+
"ChartCrossPoint",
|
|
18157
|
+
"\"colors\" must have length > 1.",
|
|
18158
|
+
"PieChart build: ",
|
|
18159
|
+
"sections",
|
|
18160
|
+
"center_space_color",
|
|
18161
|
+
"center_space_radius",
|
|
18162
|
+
"sections_space",
|
|
18163
|
+
"start_degree_offset",
|
|
18164
|
+
"PathOperation.",
|
|
18165
|
+
"section_index",
|
|
18166
|
+
"local_x",
|
|
18167
|
+
"local_y",
|
|
18168
|
+
"title_style",
|
|
18169
|
+
"title_position",
|
|
18170
|
+
"badge_content",
|
|
18171
|
+
"badge_position",
|
|
18172
|
+
"data_series",
|
|
18173
|
+
"LineChart build: ",
|
|
18174
|
+
"point_line_start",
|
|
18175
|
+
"point_line_end",
|
|
18176
|
+
"mostBottomSpot",
|
|
18177
|
+
"mostTopSpot",
|
|
18178
|
+
"mostLeftSpot",
|
|
18179
|
+
"mostRightSpot",
|
|
18180
|
+
"leave",
|
|
18181
|
+
"src_id",
|
|
18182
|
+
"accept",
|
|
18183
|
+
"will_accept",
|
|
18184
|
+
"show_on_top_of_chart_box_area",
|
|
18185
|
+
"above_line_bgcolor",
|
|
18186
|
+
"above_line_gradient",
|
|
18187
|
+
"below_line_bgcolor",
|
|
18188
|
+
"below_line_gradient",
|
|
18189
|
+
"above_line",
|
|
18190
|
+
"below_line",
|
|
18191
|
+
"above_line_cutoff_y",
|
|
18192
|
+
"below_line_cutoff_y",
|
|
18193
|
+
"prevent_curve_over_shooting",
|
|
18194
|
+
"prevent_curve_over_shooting_threshold",
|
|
18195
|
+
"curved",
|
|
18196
|
+
"rounded_stroke_cap",
|
|
18197
|
+
"show_below_line",
|
|
18198
|
+
"show_above_line",
|
|
18199
|
+
"selected_point",
|
|
18200
|
+
"selected_below_line",
|
|
18201
|
+
"BarChart build: ",
|
|
18202
|
+
"spacing",
|
|
18203
|
+
"inconsistent state groupsX.length != barGroups.length",
|
|
18204
|
+
"TooltipDirection.",
|
|
18205
|
+
"direction",
|
|
18206
|
+
"rods",
|
|
18207
|
+
"to_y",
|
|
18208
|
+
"group_index",
|
|
18209
|
+
"rod_index",
|
|
18210
|
+
"stack_item_index",
|
|
18211
|
+
"group_vertically",
|
|
18212
|
+
"bg_from_y",
|
|
18213
|
+
"bg_to_y",
|
|
18214
|
+
"background_gradient",
|
|
18215
|
+
"from_y",
|
|
18216
|
+
"stack_items",
|
|
18208
18217
|
"BannerAd",
|
|
18209
18218
|
"BannerAd build: ",
|
|
18210
18219
|
"ca-app-pub-3940256099942544/4411468910",
|
|
@@ -18344,9 +18353,8 @@ class CompiledApp {
|
|
|
18344
18353
|
"disabled_color",
|
|
18345
18354
|
"canvas_color",
|
|
18346
18355
|
"scaffold_bgcolor",
|
|
18347
|
-
"
|
|
18356
|
+
"card_bgcolor",
|
|
18348
18357
|
"divider_color",
|
|
18349
|
-
"indicator_color",
|
|
18350
18358
|
"hint_color",
|
|
18351
18359
|
"shadow_color",
|
|
18352
18360
|
"secondary_header_color",
|
|
@@ -18381,7 +18389,6 @@ class CompiledApp {
|
|
|
18381
18389
|
"navigation_drawer_theme",
|
|
18382
18390
|
"navigation_bar_theme",
|
|
18383
18391
|
"data_table_theme",
|
|
18384
|
-
"button_theme",
|
|
18385
18392
|
"elevated_button_theme",
|
|
18386
18393
|
"outlined_button_theme",
|
|
18387
18394
|
"text_button_theme",
|
|
@@ -18416,23 +18423,12 @@ class CompiledApp {
|
|
|
18416
18423
|
"icon_size",
|
|
18417
18424
|
"apply_text_scaling",
|
|
18418
18425
|
"optical_size",
|
|
18419
|
-
"shadows",
|
|
18420
18426
|
"selected_icon",
|
|
18421
|
-
"foreground_color",
|
|
18422
|
-
"disabled_bgcolor",
|
|
18423
|
-
"disabled_foreground_color",
|
|
18424
|
-
"disabled_mouse_cursor",
|
|
18425
|
-
"enabled_mouse_cursor",
|
|
18426
|
-
"fixed_size",
|
|
18427
|
-
"maximum_size",
|
|
18428
|
-
"minimum_size",
|
|
18429
|
-
"disabled_icon_color",
|
|
18430
|
-
"button_color",
|
|
18431
|
-
"aligned_dropdown",
|
|
18432
18427
|
"data_row_max_height",
|
|
18433
18428
|
"data_row_min_height",
|
|
18434
18429
|
"data_row_cursor",
|
|
18435
18430
|
"heading_cell_cursor",
|
|
18431
|
+
"indicator_color",
|
|
18436
18432
|
"indicator_shape",
|
|
18437
18433
|
"label_behavior",
|
|
18438
18434
|
"label_padding",
|
|
@@ -18444,12 +18440,9 @@ class CompiledApp {
|
|
|
18444
18440
|
"tile_height",
|
|
18445
18441
|
"header_hint_text_style",
|
|
18446
18442
|
"header_text_style",
|
|
18447
|
-
"size_constraints",
|
|
18448
18443
|
"header_height",
|
|
18449
18444
|
"bar_padding",
|
|
18450
18445
|
"shrink_wrap",
|
|
18451
|
-
"min_height",
|
|
18452
|
-
"max_height",
|
|
18453
18446
|
"hint_style",
|
|
18454
18447
|
"text_capitalization",
|
|
18455
18448
|
"menu_position",
|
|
@@ -18504,10 +18497,13 @@ class CompiledApp {
|
|
|
18504
18497
|
"leading_and_trailing_text_style",
|
|
18505
18498
|
"min_tile_height",
|
|
18506
18499
|
"menu_style",
|
|
18500
|
+
"min_size",
|
|
18501
|
+
"max_size",
|
|
18502
|
+
"fixed_size",
|
|
18507
18503
|
"toolbar_text_style",
|
|
18508
18504
|
"center_title",
|
|
18509
18505
|
"title_spacing",
|
|
18510
|
-
"
|
|
18506
|
+
"elevation_on_scroll",
|
|
18511
18507
|
"toolbar_height",
|
|
18512
18508
|
"actions_padding",
|
|
18513
18509
|
"unselected_label_text_style",
|
|
@@ -18576,6 +18572,10 @@ class CompiledApp {
|
|
|
18576
18572
|
"track_outline_color",
|
|
18577
18573
|
"track_outline_width",
|
|
18578
18574
|
"circular",
|
|
18575
|
+
"inverted",
|
|
18576
|
+
"host",
|
|
18577
|
+
"guest",
|
|
18578
|
+
"foreground_color",
|
|
18579
18579
|
"focus_elevation",
|
|
18580
18580
|
"hover_elevation",
|
|
18581
18581
|
"highlight_elevation",
|
|
@@ -18584,22 +18584,15 @@ class CompiledApp {
|
|
|
18584
18584
|
"extended_text_style",
|
|
18585
18585
|
"extended_icon_label_spacing",
|
|
18586
18586
|
"extended_size_constraints",
|
|
18587
|
-
"small_size_constraints",
|
|
18588
|
-
"large_size_constraints",
|
|
18589
|
-
"secondary_label_text_style",
|
|
18590
18587
|
"delete_icon_color",
|
|
18591
|
-
"secondary_selected_color",
|
|
18592
18588
|
"selected_shadow_color",
|
|
18593
18589
|
"show_checkmark",
|
|
18594
|
-
"
|
|
18595
|
-
"
|
|
18590
|
+
"elevation_on_click",
|
|
18591
|
+
"leading_size_constraints",
|
|
18596
18592
|
"delete_icon_size_constraints",
|
|
18597
|
-
"drag_handle_color",
|
|
18598
18593
|
"show_drag_handle",
|
|
18599
|
-
"modal_bgcolor",
|
|
18600
|
-
"modal_elevation",
|
|
18601
|
-
"modal_barrier_color",
|
|
18602
18594
|
"barrier_color",
|
|
18595
|
+
"drag_handle_color",
|
|
18603
18596
|
"label_color",
|
|
18604
18597
|
"unselected_label_color",
|
|
18605
18598
|
"indicator_tab_size",
|
|
@@ -18649,6 +18642,7 @@ class CompiledApp {
|
|
|
18649
18642
|
"pwa",
|
|
18650
18643
|
"debug",
|
|
18651
18644
|
"wasm",
|
|
18645
|
+
"test",
|
|
18652
18646
|
"multi_view",
|
|
18653
18647
|
"Window",
|
|
18654
18648
|
"platform",
|
|
@@ -18737,6 +18731,7 @@ class CompiledApp {
|
|
|
18737
18731
|
"ShaderMask",
|
|
18738
18732
|
"RangeSlider",
|
|
18739
18733
|
"ReorderableDraggable",
|
|
18734
|
+
"Screenshot",
|
|
18740
18735
|
"Slider",
|
|
18741
18736
|
"SnackBar",
|
|
18742
18737
|
"Switch",
|
|
@@ -19692,7 +19687,6 @@ class CompiledApp {
|
|
|
19692
19687
|
"TabsControl build: ",
|
|
19693
19688
|
"tabs",
|
|
19694
19689
|
"scrollable",
|
|
19695
|
-
"is_secondary",
|
|
19696
19690
|
"indicator_thickness",
|
|
19697
19691
|
"tab_alignment",
|
|
19698
19692
|
"splash_border_radius",
|
|
@@ -19728,12 +19722,12 @@ class CompiledApp {
|
|
|
19728
19722
|
"inactive_thumb_color",
|
|
19729
19723
|
"_SwitchType.",
|
|
19730
19724
|
"Stack build: ",
|
|
19731
|
-
"clipBehavior",
|
|
19732
19725
|
"passthrough",
|
|
19733
19726
|
"SnackBar build: ",
|
|
19734
19727
|
"SnackBar: ErrorControl, not showing dialog: ",
|
|
19735
19728
|
"SnackBar.content must be provided and visible",
|
|
19736
19729
|
"Action",
|
|
19730
|
+
"disabled_bgcolor",
|
|
19737
19731
|
"disabled_text_color",
|
|
19738
19732
|
"closeButton",
|
|
19739
19733
|
"dismissible",
|
|
@@ -19755,11 +19749,41 @@ class CompiledApp {
|
|
|
19755
19749
|
"{value}",
|
|
19756
19750
|
"secondary_active_color",
|
|
19757
19751
|
"secondary_track_value",
|
|
19752
|
+
"Screenshot.",
|
|
19753
|
+
"capture",
|
|
19754
|
+
"pixel_ratio",
|
|
19755
|
+
"delay",
|
|
19756
|
+
"Unknown Screenshot method: ",
|
|
19757
|
+
"bitmaprenderer",
|
|
19758
|
+
"imageBitmaps",
|
|
19759
|
+
"rasterEndMicros",
|
|
19760
|
+
"rasterStartMicros",
|
|
19761
|
+
"imageBitmaps: ",
|
|
19762
|
+
"rasterEndMicros: ",
|
|
19763
|
+
"rasterStartMicros: ",
|
|
19764
|
+
"ImageByteFormat.",
|
|
19765
|
+
"Popped too many times.",
|
|
19766
|
+
"PlatformViewPathClip(",
|
|
19767
|
+
"PlatformViewPosition(offset: ",
|
|
19768
|
+
"PlatformViewPosition(transform: ",
|
|
19769
|
+
"PlatformViewPosition(zero)",
|
|
19770
|
+
"PlatformViewStyling(position: ",
|
|
19771
|
+
", clip: ",
|
|
19772
|
+
", opacity: ",
|
|
19773
|
+
"PlatformView(viewId: ",
|
|
19774
|
+
", bounds: ",
|
|
19775
|
+
", styling: ",
|
|
19776
|
+
"PlatformViewClip(none)",
|
|
19777
|
+
"TransformOperation(matrix: ",
|
|
19778
|
+
"PictureEngineLayer(",
|
|
19779
|
+
"NoopOperation()",
|
|
19780
|
+
"_containerKey",
|
|
19781
|
+
"Screenshot build: ",
|
|
19758
19782
|
"Row build: ",
|
|
19759
19783
|
"run_spacing",
|
|
19760
19784
|
"run_alignment",
|
|
19761
19785
|
"ReorderableDraggableControl build: ",
|
|
19762
|
-
"ReorderableDraggable.index
|
|
19786
|
+
"ReorderableDraggable.index must be an integer",
|
|
19763
19787
|
"ReorderableDraggable.content must be set and visible",
|
|
19764
19788
|
"Attempting to start a drag on a non-visible item",
|
|
19765
19789
|
"child",
|
|
@@ -19937,7 +19961,6 @@ class CompiledApp {
|
|
|
19937
19961
|
"board",
|
|
19938
19962
|
"bootloader",
|
|
19939
19963
|
"brand",
|
|
19940
|
-
"host",
|
|
19941
19964
|
"manufacturer",
|
|
19942
19965
|
"model",
|
|
19943
19966
|
"product",
|
|
@@ -26373,6 +26396,7 @@ class CompiledApp {
|
|
|
26373
26396
|
"SharedPreferences",
|
|
26374
26397
|
"SemanticsService",
|
|
26375
26398
|
"StoragePaths",
|
|
26399
|
+
"Tester",
|
|
26376
26400
|
"UrlLauncher",
|
|
26377
26401
|
"UrlLauncherService(",
|
|
26378
26402
|
").init: ",
|
|
@@ -26390,6 +26414,22 @@ class CompiledApp {
|
|
|
26390
26414
|
"canLaunch",
|
|
26391
26415
|
").update: ",
|
|
26392
26416
|
").dispose()",
|
|
26417
|
+
"Tester(",
|
|
26418
|
+
"Tester.",
|
|
26419
|
+
"pump",
|
|
26420
|
+
"pump_and_settle",
|
|
26421
|
+
"find_by_text",
|
|
26422
|
+
"find_by_text_containing",
|
|
26423
|
+
"find_by_key",
|
|
26424
|
+
"find_by_tooltip",
|
|
26425
|
+
"find_by_icon",
|
|
26426
|
+
"take_screenshot",
|
|
26427
|
+
"enter_text",
|
|
26428
|
+
"mouse_hover",
|
|
26429
|
+
"teardown",
|
|
26430
|
+
"Scroll key not found: ",
|
|
26431
|
+
"Icon not found: ",
|
|
26432
|
+
"Unknown Tester method: ",
|
|
26393
26433
|
"StoragePaths(",
|
|
26394
26434
|
"StoragePaths.",
|
|
26395
26435
|
"get_application_cache_directory",
|
|
@@ -26399,7 +26439,7 @@ class CompiledApp {
|
|
|
26399
26439
|
"get_external_cache_directories",
|
|
26400
26440
|
"get_external_storage_directories",
|
|
26401
26441
|
"get_library_directory",
|
|
26402
|
-
"
|
|
26442
|
+
"get_external_storage_directory",
|
|
26403
26443
|
"get_temporary_directory",
|
|
26404
26444
|
"get_console_log_filename",
|
|
26405
26445
|
"console.log",
|
|
@@ -30417,11 +30457,9 @@ class CompiledApp {
|
|
|
30417
30457
|
"Unknown CupertinoButton method: ",
|
|
30418
30458
|
"CupertinoButton build: ",
|
|
30419
30459
|
"opacity_on_click",
|
|
30420
|
-
"min_size",
|
|
30421
|
-
"size_style",
|
|
30422
30460
|
"CupertinoAppBar build: ",
|
|
30423
30461
|
"automatically_imply_leading",
|
|
30424
|
-
"
|
|
30462
|
+
"automatically_imply_title",
|
|
30425
30463
|
"transition_between_routes",
|
|
30426
30464
|
"previous_page_title",
|
|
30427
30465
|
"automatic_background_visibility",
|
|
@@ -30534,7 +30572,7 @@ class CompiledApp {
|
|
|
30534
30572
|
"IconButton build: ",
|
|
30535
30573
|
"selected_icon_color",
|
|
30536
30574
|
"IconButton must have either icon or a visible content specified.",
|
|
30537
|
-
"
|
|
30575
|
+
"InteractiveViewer.",
|
|
30538
30576
|
"reset",
|
|
30539
30577
|
"save_state",
|
|
30540
30578
|
"restore_state",
|
|
@@ -30567,7 +30605,6 @@ class CompiledApp {
|
|
|
30567
30605
|
"Chip cannot have both on_select and on_click events specified",
|
|
30568
30606
|
"delete_button_tooltip",
|
|
30569
30607
|
"delete_icon",
|
|
30570
|
-
"leading_size_constraints",
|
|
30571
30608
|
"enable_animation_style",
|
|
30572
30609
|
"select_animation_style",
|
|
30573
30610
|
"leading_drawer_animation_style",
|
|
@@ -30799,7 +30836,6 @@ class CompiledApp {
|
|
|
30799
30836
|
"PopupMenuItem",
|
|
30800
30837
|
"CupertinoBottomSheet build: ",
|
|
30801
30838
|
"CupertinoButtomSheet.content is empty.",
|
|
30802
|
-
"Dismiss CupertinoBottomSheet: ",
|
|
30803
30839
|
"CupertinoDatePicker build: ",
|
|
30804
30840
|
"show_day_of_week",
|
|
30805
30841
|
"minimum_year",
|
|
@@ -43201,7 +43237,7 @@ class CompiledApp {
|
|
|
43201
43237
|
"tap_link",
|
|
43202
43238
|
"tap_text",
|
|
43203
43239
|
"Invalid image URI: ",
|
|
43204
|
-
"
|
|
43240
|
+
"image_error_content",
|
|
43205
43241
|
"^[a-zA-Z0-9_\\-/\\\\\\.]+$",
|
|
43206
43242
|
"^data:image\\/[a-zA-Z]+;base64,",
|
|
43207
43243
|
"^[A-Za-z0-9+/=]+$",
|
|
@@ -43213,7 +43249,7 @@ class CompiledApp {
|
|
|
43213
43249
|
"_reverseBackgroundColorTween",
|
|
43214
43250
|
"_forwardBackgroundColorTween",
|
|
43215
43251
|
"Card build: ",
|
|
43216
|
-
"
|
|
43252
|
+
"semantic_container",
|
|
43217
43253
|
"show_border_on_foreground",
|
|
43218
43254
|
"_CardVariant.",
|
|
43219
43255
|
"CardVariant.",
|
|
@@ -43336,12 +43372,12 @@ class CompiledApp {
|
|
|
43336
43372
|
"view_leading",
|
|
43337
43373
|
"view_surface_tint_color",
|
|
43338
43374
|
"BottomSheet build: ",
|
|
43339
|
-
"enable_drag",
|
|
43340
|
-
"use_safe_area",
|
|
43341
|
-
"is_scroll_controlled",
|
|
43342
43375
|
"maintain_bottom_view_insets_padding",
|
|
43343
43376
|
"BottomSheet.content must be visible",
|
|
43377
|
+
"scroll_controlled",
|
|
43378
|
+
"enable_drag",
|
|
43344
43379
|
"animation_style",
|
|
43380
|
+
"use_safe_area",
|
|
43345
43381
|
"Dialog",
|
|
43346
43382
|
"Ingxoxo",
|
|
43347
43383
|
"對話方塊",
|
|
@@ -43673,16 +43709,13 @@ class CompiledApp {
|
|
|
43673
43709
|
"tristate",
|
|
43674
43710
|
"AdaptiveCheckboxControl build: ",
|
|
43675
43711
|
"Checkbox build: ",
|
|
43676
|
-
"is_error",
|
|
43677
43712
|
"AutofillGroup build: ",
|
|
43678
43713
|
"AutofillGroup control has no content.",
|
|
43679
43714
|
"AutofillContextAction.",
|
|
43680
43715
|
"dispose_action",
|
|
43681
43716
|
"AppBar build: ",
|
|
43682
43717
|
"leading_width",
|
|
43683
|
-
"elevation_on_scroll",
|
|
43684
43718
|
"force_material_transparency",
|
|
43685
|
-
"isSecondary",
|
|
43686
43719
|
"exclude_header_semantics",
|
|
43687
43720
|
"toolbar_opacity",
|
|
43688
43721
|
"Open navigation menu",
|
|
@@ -43772,19 +43805,16 @@ class CompiledApp {
|
|
|
43772
43805
|
"AdaptiveAlertDialog build: ",
|
|
43773
43806
|
"AlertDialog.dispose: ",
|
|
43774
43807
|
"AlertDialog(",
|
|
43775
|
-
"AlertDialog.didUpdateWidget: ",
|
|
43776
43808
|
"AlertDialog build: ",
|
|
43777
43809
|
"AlertDialog: ErrorControl, not showing dialog: ",
|
|
43778
43810
|
"AlertDialog has nothing to display. Provide at minimum one of the following: title, content, actions",
|
|
43779
|
-
"actions_alignment",
|
|
43780
43811
|
"title_padding",
|
|
43812
|
+
"actions_alignment",
|
|
43781
43813
|
"icon_padding",
|
|
43782
43814
|
"action_button_padding",
|
|
43783
43815
|
"actions_overflow_button_spacing",
|
|
43784
43816
|
"خبرتیا",
|
|
43785
43817
|
"Dismissing AlertDialog(",
|
|
43786
|
-
"barrierColor",
|
|
43787
|
-
"AlertDialog.didChangeDependencies: ",
|
|
43788
43818
|
"WeakValueMap.finalizer: ",
|
|
43789
43819
|
"Disposing Flet backend.",
|
|
43790
43820
|
"Disconnected from the Mock Flet backend channel",
|
|
@@ -43836,9 +43866,6 @@ class CompiledApp {
|
|
|
43836
43866
|
"newChild",
|
|
43837
43867
|
"TQ==",
|
|
43838
43868
|
"isKeyboardKey",
|
|
43839
|
-
"imageBitmaps",
|
|
43840
|
-
"rasterEndMicros",
|
|
43841
|
-
"rasterStartMicros",
|
|
43842
43869
|
"rect(",
|
|
43843
43870
|
"px)",
|
|
43844
43871
|
"px round ",
|
|
@@ -43849,27 +43876,8 @@ class CompiledApp {
|
|
|
43849
43876
|
"flt-platform-view-slot",
|
|
43850
43877
|
"Failed to inject Platform View Id: ",
|
|
43851
43878
|
"Render seems to be happening before a `flutter/platform_views:create` platform message!",
|
|
43852
|
-
"bitmaprenderer",
|
|
43853
43879
|
"flt-canvas-container",
|
|
43854
|
-
"imageBitmaps: ",
|
|
43855
|
-
"rasterEndMicros: ",
|
|
43856
|
-
"rasterStartMicros: ",
|
|
43857
43880
|
"flt-scene",
|
|
43858
|
-
"Popped too many times.",
|
|
43859
|
-
"PlatformViewPathClip(",
|
|
43860
|
-
"PlatformViewPosition(offset: ",
|
|
43861
|
-
"PlatformViewPosition(transform: ",
|
|
43862
|
-
"PlatformViewPosition(zero)",
|
|
43863
|
-
"PlatformViewStyling(position: ",
|
|
43864
|
-
", clip: ",
|
|
43865
|
-
", opacity: ",
|
|
43866
|
-
"PlatformView(viewId: ",
|
|
43867
|
-
", bounds: ",
|
|
43868
|
-
", styling: ",
|
|
43869
|
-
"PlatformViewClip(none)",
|
|
43870
|
-
"TransformOperation(matrix: ",
|
|
43871
|
-
"PictureEngineLayer(",
|
|
43872
|
-
"NoopOperation()",
|
|
43873
43881
|
"OffsetOperation(dx: ",
|
|
43874
43882
|
"OpacityOperation(offset: ",
|
|
43875
43883
|
", alpha: ",
|