-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Closed
Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: crashStack traces logged to the consoleStack traces logged to the consoledependency: dartDart team may need to help usDart team may need to help use: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.platform-webWeb applications specificallyWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
Target dart2wasm failed: ProcessException: Process exited abnormally with exit code 64:
Unhandled exception:
Null check operator used on a null value
#0 SummaryCollector.visitFunctionExpression (package:vm/transformations/type_flow/summary_collector.dart:1763)
#1 FunctionExpression.accept (package:kernel/ast.dart:8588)
#2 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:975)
#3 SummaryCollector._visitArguments (package:vm/transformations/type_flow/summary_collector.dart:1001)
#4 SummaryCollector.visitConstructorInvocation (package:vm/transformations/type_flow/summary_collector.dart:1756)
#5 ConstructorInvocation.accept (package:kernel/ast.dart:6666)
#6 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:975)
#7 SummaryCollector._visitArguments (package:vm/transformations/type_flow/summary_collector.dart:1001)
#8 SummaryCollector.visitConstructorInvocation (package:vm/transformations/type_flow/summary_collector.dart:1756)
#9 ConstructorInvocation.accept (package:kernel/ast.dart:6666)
#10 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:975)
#11 SummaryCollector.visitReturnStatement (package:vm/transformations/type_flow/summary_collector.dart:2430)
#12 ReturnStatement.accept (package:kernel/ast.dart:10140)
#13 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:978)
#14 List.forEach (dart:core-patch/growable_array.dart:417)
#15 SummaryCollector.visitBlock (package:vm/transformations/type_flow/summary_collector.dart:2273)
#16 Block.accept (package:kernel/ast.dart:9181)
#17 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:978)
#18 SummaryCollector.createSummary (package:vm/transformations/type_flow/summary_collector.dart:838)
#19 TypeFlowAnalysis.getSummary (package:vm/transformations/type_flow/analysis.dart:1912)
#20 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:399)
#21 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:288)
#22 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1793)
#23 _WorkList.process (package:vm/transformations/type_flow/analysis.dart:1736)
#24 TypeFlowAnalysis.process (package:vm/transformations/type_flow/analysis.dart:1941)
#25 transformComponent (package:vm/transformations/type_flow/transformer.dart:123)
#26 compileToModule (package:dart2wasm/compile.dart:180)
<asynchronous suspension>
#27 generateWasm (package:dart2wasm/generate_wasm.dart:30)
<asynchronous suspension>
#28 main (file:///Volumes/Work/s/w/ir/x/w/sdk/pkg/dart2wasm/bin/dart2wasm.dart:10)
<asynchronous suspension>
Command: /Users/danielmills/development/flutter/bin/cache/dart-sdk/bin/dart compile wasm --packages=.dart_tool/package_config.json
--extra-compiler-option=--platform=/Users/danielmills/development/flutter/bin/cache/flutter_web_sdk/kernel/dart2wasm_platform.dill
--extra-compiler-option=--delete-tostring-package-uri=dart:ui --extra-compiler-option=--delete-tostring-package-uri=package:flutter
--extra-compiler-option=--import-shared-memory --extra-compiler-option=--shared-memory-max-pages=32768 -Ddart.vm.product=true
-DFLUTTER_WEB_AUTO_DETECT=false -DFLUTTER_WEB_USE_SKIA=false -DFLUTTER_WEB_USE_SKWASM=true
-DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/a18df97ca57a249df5d8d68cd0820600223ce262/
--extra-compiler-option=--depfile=/Users/danielmills/development/workspace/Deck/deck/.dart_tool/flutter_build/b8e209ee15a5f57b8c947ee27a6e5f02/dart2wasm.d
-O4 --strip-wasm --extra-compiler-option=--no-source-maps -o
/Users/danielmills/development/workspace/Deck/deck/.dart_tool/flutter_build/b8e209ee15a5f57b8c947ee27a6e5f02/main.dart.wasm
/Users/danielmills/development/workspace/Deck/deck/.dart_tool/flutter_build/b8e209ee15a5f57b8c947ee27a6e5f02/main.dart
#0 RunResult.throwException (package:flutter_tools/src/base/process.dart:122:5)
#1 _DefaultProcessUtils.run (package:flutter_tools/src/base/process.dart:370:19)
<asynchronous suspension>
#2 Dart2WasmTarget.build (package:flutter_tools/src/build_system/targets/web.dart:334:5)
<asynchronous suspension>
#3 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:875:9)
<asynchronous suspension>
#4 Future.wait.<anonymous closure> (dart:async/future.dart:534:21)
<asynchronous suspension>
#5 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:813:32)
<asynchronous suspension>
#6 Future.wait.<anonymous closure> (dart:async/future.dart:534:21)
<asynchronous suspension>
#7 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:813:32)
<asynchronous suspension>
#8 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart:635:16)
<asynchronous suspension>
#9 WebBuilder.buildWeb (package:flutter_tools/src/web/compile.dart:92:34)
<asynchronous suspension>
#10 BuildWebCommand.runCommand (package:flutter_tools/src/commands/build_web.dart:230:5)
<asynchronous suspension>
#11 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1408:27)
<asynchronous suspension>
#12 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
<asynchronous suspension>
#13 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#14 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:420:9)
<asynchronous suspension>
#15 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
<asynchronous suspension>
#16 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:364:5)
<asynchronous suspension>
#17 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:130:9)
<asynchronous suspension>
#18 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
<asynchronous suspension>
#19 main (package:flutter_tools/executable.dart:93:3)
<asynchronous suspension>
Compiling lib/main.dart for the Web... 36.3s
Error: Failed to compile application for the Web.
[✓] Flutter (Channel stable, 3.24.5, on macOS 15.2 24C5089c darwin-arm64, locale en-US)
Dart SDK 3.5.4
Flutter SDK 3.24.5
deck 1.0.5+5
├── arcane 3.4.2+1
│ ├── audioplayers 6.1.0
│ │ ├── audioplayers_android 5.0.0
│ │ │ ├── audioplayers_platform_interface...
│ │ │ └── flutter...
│ │ ├── audioplayers_darwin 6.0.0
│ │ │ ├── audioplayers_platform_interface...
│ │ │ └── flutter...
│ │ ├── audioplayers_linux 4.0.0
│ │ │ ├── audioplayers_platform_interface...
│ │ │ └── flutter...
│ │ ├── audioplayers_platform_interface 7.0.0
│ │ │ ├── collection...
│ │ │ ├── flutter...
│ │ │ ├── meta...
│ │ │ └── plugin_platform_interface...
│ │ ├── audioplayers_web 5.0.1
│ │ │ ├── audioplayers_platform_interface...
│ │ │ ├── flutter...
│ │ │ ├── flutter_web_plugins...
│ │ │ └── web...
│ │ ├── audioplayers_windows 4.0.0
│ │ │ ├── audioplayers_platform_interface...
│ │ │ └── flutter...
│ │ ├── file 7.0.1
│ │ │ ├── meta...
│ │ │ └── path...
│ │ ├── flutter...
│ │ ├── http...
│ │ ├── meta...
│ │ ├── path_provider...
│ │ ├── synchronized...
│ │ └── uuid...
│ ├── auto_size_text 3.0.0
│ │ └── flutter...
│ ├── blurhash_dart 1.2.1
│ │ └── image...
│ ├── boxy 2.2.0
│ │ ├── flutter...
│ │ └── vector_math...
│ ├── cached_network_image 3.4.1
│ │ ├── cached_network_image_platform_interface 4.1.1
│ │ │ ├── flutter...
│ │ │ └── flutter_cache_manager...
│ │ ├── cached_network_image_web 1.3.1
│ │ │ ├── cached_network_image_platform_interface...
│ │ │ ├── flutter...
│ │ │ ├── flutter_cache_manager...
│ │ │ └── web...
│ │ ├── flutter...
│ │ ├── flutter_cache_manager...
│ │ └── octo_image...
│ ├── common_svgs 1.0.2
│ │ └── flutter...
│ ├── conjure 1.0.0
│ ├── country_flags 3.0.0
│ │ ├── jovial_svg 1.1.24
│ │ │ ├── jovial_misc 0.9.0
│ │ │ │ ├── async...
│ │ │ │ ├── collection...
│ │ │ │ ├── convert...
│ │ │ │ └── meta...
│ │ │ ├── args...
│ │ │ ├── collection...
│ │ │ ├── flutter...
│ │ │ ├── http...
│ │ │ ├── meta...
│ │ │ ├── vector_math...
│ │ │ └── xml...
│ │ ├── collection...
│ │ └── flutter...
│ ├── cross_file 0.3.4+2
│ │ ├── meta...
│ │ └── web...
│ ├── cupertino_icons 1.0.8
│ ├── data_widget 0.0.2
│ │ └── flutter...
│ ├── date_field 5.3.0
│ │ ├── flutter...
│ │ └── intl...
│ ├── desktop_drop 0.5.0
│ │ ├── cross_file...
│ │ ├── flutter...
│ │ ├── flutter_web_plugins...
│ │ └── web...
│ ├── email_validator 3.0.0
│ ├── file_picker 8.1.4
│ │ ├── ffi 2.1.3
│ │ ├── flutter_plugin_android_lifecycle 2.0.23
│ │ │ └── flutter...
│ │ ├── win32 5.9.0
│ │ │ └── ffi...
│ │ ├── cross_file...
│ │ ├── flutter...
│ │ ├── flutter_web_plugins...
│ │ ├── path...
│ │ ├── plugin_platform_interface...
│ │ └── web...
│ ├── flutter_blurhash 0.8.2
│ │ └── flutter...
│ ├── flutter_cache_manager 3.4.1
│ │ ├── sqflite 2.4.1
│ │ │ ├── sqflite_android 2.4.0
│ │ │ │ ├── flutter...
│ │ │ │ ├── path...
│ │ │ │ ├── sqflite_common...
│ │ │ │ └── sqflite_platform_interface...
│ │ │ ├── sqflite_common 2.5.4+6
│ │ │ │ ├── meta...
│ │ │ │ ├── path...
│ │ │ │ └── synchronized...
│ │ │ ├── sqflite_darwin 2.4.1
│ │ │ │ ├── flutter...
│ │ │ │ ├── meta...
│ │ │ │ ├── path...
│ │ │ │ ├── sqflite_common...
│ │ │ │ └── sqflite_platform_interface...
│ │ │ ├── sqflite_platform_interface 2.4.0
│ │ │ │ ├── flutter...
│ │ │ │ ├── meta...
│ │ │ │ ├── platform...
│ │ │ │ ├── plugin_platform_interface...
│ │ │ │ └── sqflite_common...
│ │ │ ├── flutter...
│ │ │ └── path...
│ │ ├── clock...
│ │ ├── collection...
│ │ ├── file...
│ │ ├── flutter...
│ │ ├── http...
│ │ ├── path...
│ │ ├── path_provider...
│ │ ├── rxdart...
│ │ └── uuid...
│ ├── flutter_hooks 0.20.5
│ │ └── flutter...
│ ├── flutter_phosphor_icons 0.0.1+6
│ │ └── flutter...
│ ├── flutter_thumbhash 0.1.0+1
│ │ ├── flutter...
│ │ └── thumbhash...
│ ├── ionicons 0.2.2
│ │ └── flutter...
│ ├── mesh_gradient 1.3.8
│ │ ├── flutter...
│ │ └── flutter_shaders...
│ ├── modal_bottom_sheet 3.0.0
│ │ └── flutter...
│ ├── octo_image 2.1.0
│ │ └── flutter...
│ ├── page_transition 2.1.0
│ │ └── flutter...
│ ├── phonecodes 0.0.3
│ ├── pixel_snap 0.1.5
│ │ └── flutter...
│ ├── sliver_fill_remaining_box_adapter 1.0.0
│ │ └── flutter...
│ ├── smooth_sheets 0.10.2
│ │ ├── collection...
│ │ ├── flutter...
│ │ └── meta...
│ ├── soft_edge_blur 0.1.3
│ │ └── flutter...
│ ├── syntax_highlight 0.4.0
│ │ ├── collection...
│ │ ├── flutter...
│ │ └── string_scanner...
│ ├── thumbhash 0.1.0+1
│ ├── fast_log...
│ ├── flutter...
│ ├── flutter_animate...
│ ├── flutter_sticky_header...
│ ├── flutter_svg...
│ ├── image...
│ ├── intl...
│ ├── jiffy...
│ ├── padded...
│ ├── precision_stopwatch...
│ ├── pylon...
│ ├── rxdart...
│ ├── skeletonizer...
│ ├── sliver_tools...
│ ├── tinycolor2...
│ ├── toxic...
│ ├── toxic_flutter...
│ └── universal_io...
├── arcane_auth 1.0.1
│ ├── arcane...
│ ├── common_svgs...
│ ├── crypto...
│ ├── desktop_webview_auth...
│ ├── email_validator...
│ ├── fast_log...
│ ├── firebase_auth...
│ ├── flutter...
│ ├── flutter_svg...
│ ├── google_sign_in...
│ ├── hive_flutter...
│ ├── rxdart...
│ ├── serviced...
│ ├── sign_in_with_apple...
│ ├── toxic...
│ ├── toxic_flutter...
│ └── universal_io...
├── build_runner 2.4.13
│ ├── analyzer 6.7.0
│ │ ├── _fe_analyzer_shared 72.0.0
│ │ │ └── meta...
│ │ ├── convert 3.1.2
│ │ │ └── typed_data...
│ │ ├── macros 0.1.2-main.4
│ │ │ └── _macros 0.3.2
│ │ ├── collection...
│ │ ├── crypto...
│ │ ├── glob...
│ │ ├── meta...
│ │ ├── package_config...
│ │ ├── path...
│ │ ├── pub_semver...
│ │ ├── source_span...
│ │ ├── watcher...
│ │ └── yaml...
│ ├── build 2.4.1
│ │ ├── analyzer...
│ │ ├── async...
│ │ ├── convert...
│ │ ├── crypto...
│ │ ├── glob...
│ │ ├── logging...
│ │ ├── meta...
│ │ ├── package_config...
│ │ └── path...
│ ├── build_config 1.1.1
│ │ ├── checked_yaml...
│ │ ├── json_annotation...
│ │ ├── path...
│ │ ├── pubspec_parse...
│ │ └── yaml...
│ ├── build_daemon 4.0.2
│ │ ├── built_collection 5.1.1
│ │ ├── built_value 8.9.2
│ │ │ ├── built_collection...
│ │ │ ├── collection...
│ │ │ ├── fixnum...
│ │ │ └── meta...
│ │ ├── crypto...
│ │ ├── http_multi_server...
│ │ ├── logging...
│ │ ├── path...
│ │ ├── pool...
│ │ ├── shelf...
│ │ ├── shelf_web_socket...
│ │ ├── stream_transform...
│ │ ├── watcher...
│ │ └── web_socket_channel...
│ ├── build_resolvers 2.4.2
│ │ ├── analyzer...
│ │ ├── async...
│ │ ├── build...
│ │ ├── collection...
│ │ ├── convert...
│ │ ├── crypto...
│ │ ├── graphs...
│ │ ├── logging...
│ │ ├── package_config...
│ │ ├── path...
│ │ ├── pool...
│ │ ├── pub_semver...
│ │ ├── stream_transform...
│ │ └── yaml...
│ ├── build_runner_core 7.3.2
│ │ ├── async...
│ │ ├── build...
│ │ ├── build_config...
│ │ ├── build_resolvers...
│ │ ├── collection...
│ │ ├── convert...
│ │ ├── crypto...
│ │ ├── glob...
│ │ ├── graphs...
│ │ ├── json_annotation...
│ │ ├── logging...
│ │ ├── meta...
│ │ ├── package_config...
│ │ ├── path...
│ │ ├── pool...
│ │ ├── timing...
│ │ ├── watcher...
│ │ └── yaml...
│ ├── code_builder 4.10.1
│ │ ├── matcher 0.12.16+1
│ │ │ ├── async...
│ │ │ ├── meta...
│ │ │ ├── stack_trace...
│ │ │ ├── term_glyph...
│ │ │ └── test_api...
│ │ ├── built_collection...
│ │ ├── built_value...
│ │ ├── collection...
│ │ └── meta...
│ ├── dart_style 2.3.7
│ │ ├── analyzer...
│ │ ├── args...
│ │ ├── collection...
│ │ ├── package_config...
│ │ ├── path...
│ │ ├── pub_semver...
│ │ └── source_span...
│ ├── frontend_server_client 4.0.0
│ │ ├── async...
│ │ └── path...
│ ├── glob 2.1.2
│ │ ├── async...
│ │ ├── collection...
│ │ ├── file...
│ │ ├── path...
│ │ └── string_scanner...
│ ├── graphs 2.3.2
│ │ └── collection...
│ ├── http_multi_server 3.2.1
│ │ └── async...
│ ├── io 1.0.4
│ │ ├── meta...
│ │ ├── path...
│ │ └── string_scanner...
│ ├── js 0.7.1
│ ├── logging 1.3.0
│ ├── mime 2.0.0
│ ├── package_config 2.1.0
│ │ └── path...
│ ├── pool 1.5.1
│ │ ├── async...
│ │ └── stack_trace...
│ ├── pub_semver 2.1.4
│ │ ├── collection...
│ │ └── meta...
│ ├── pubspec_parse 1.3.0
│ │ ├── checked_yaml...
│ │ ├── collection...
│ │ ├── json_annotation...
│ │ ├── pub_semver...
│ │ └── yaml...
│ ├── shelf 1.4.1
│ │ ├── stream_channel 2.1.2
│ │ │ └── async...
│ │ ├── async...
│ │ ├── collection...
│ │ ├── http_parser...
│ │ ├── path...
│ │ └── stack_trace...
│ ├── shelf_web_socket 2.0.1
│ │ ├── shelf...
│ │ ├── stream_channel...
│ │ └── web_socket_channel...
│ ├── stack_trace 1.11.1
│ │ └── path...
│ ├── stream_transform 2.1.0
│ ├── timing 1.0.1
│ │ └── json_annotation...
│ ├── watcher 1.1.0
│ │ ├── async...
│ │ └── path...
│ ├── web_socket_channel 3.0.1
│ │ ├── web_socket 0.1.6
│ │ │ └── web...
│ │ ├── async...
│ │ ├── crypto...
│ │ ├── stream_channel...
│ │ └── web...
│ ├── args...
│ ├── async...
│ ├── collection...
│ ├── crypto...
│ ├── meta...
│ ├── path...
│ └── yaml...
├── cloud_firestore 5.5.0
│ ├── cloud_firestore_platform_interface 6.5.0
│ │ ├── _flutterfire_internals...
│ │ ├── collection...
│ │ ├── firebase_core...
│ │ ├── flutter...
│ │ ├── meta...
│ │ └── plugin_platform_interface...
│ ├── cloud_firestore_web 4.3.4
│ │ ├── _flutterfire_internals...
│ │ ├── cloud_firestore_platform_interface...
│ │ ├── collection...
│ │ ├── firebase_core...
│ │ ├── firebase_core_web...
│ │ ├── flutter...
│ │ └── flutter_web_plugins...
│ ├── collection...
│ ├── firebase_core...
│ ├── firebase_core_platform_interface...
│ ├── flutter...
│ └── meta...
├── cloud_functions 5.1.5
│ ├── cloud_functions_platform_interface 5.5.39
│ │ ├── firebase_core...
│ │ ├── flutter...
│ │ ├── meta...
│ │ └── plugin_platform_interface...
│ ├── cloud_functions_web 4.10.4
│ │ ├── cloud_functions_platform_interface...
│ │ ├── firebase_core...
│ │ ├── firebase_core_web...
│ │ ├── flutter...
│ │ └── flutter_web_plugins...
│ ├── firebase_core...
│ ├── firebase_core_platform_interface...
│ └── flutter...
├── deck_models 1.0.0
│ ├── crypto 3.0.6
│ │ └── typed_data...
│ ├── dart_mappable 4.3.0
│ │ ├── type_plus 2.1.1
│ │ ├── collection...
│ │ └── meta...
│ ├── fire_api_dart 1.1.6
│ │ ├── chunked_stream 1.4.2
│ │ │ └── meta...
│ │ ├── google_cloud 0.2.0
│ │ │ ├── collection...
│ │ │ ├── http...
│ │ │ ├── io...
│ │ │ ├── shelf...
│ │ │ └── stack_trace...
│ │ ├── googleapis 13.2.0
│ │ │ ├── _discoveryapis_commons 1.0.7
│ │ │ │ ├── http...
│ │ │ │ ├── http_parser...
│ │ │ │ └── meta...
│ │ │ └── http...
│ │ ├── googleapis_auth 1.6.0
│ │ │ ├── args...
│ │ │ ├── crypto...
│ │ │ ├── google_identity_services_web...
│ │ │ ├── http...
│ │ │ └── http_parser...
│ │ └── fire_api...
│ ├── uuid 4.5.1
│ │ ├── fixnum 1.1.1
│ │ ├── sprintf 7.0.0
│ │ ├── crypto...
│ │ └── meta...
│ ├── fast_log...
│ ├── fire_api...
│ ├── fire_crud...
│ └── toxic...
├── desktop_webview_auth 0.0.15
│ ├── plugin_platform_interface 2.1.8
│ │ └── meta...
│ ├── crypto...
│ ├── flutter...
│ ├── flutter_web_plugins...
│ └── http...
├── dialoger 1.0.0
│ └── flutter...
├── dotted_dashed_line 0.0.3
│ └── flutter...
├── faker 2.2.0
│ └── crypto...
├── fast_log 1.0.7
│ └── colored_print 1.0.0
├── fire_api 1.1.9+5
│ ├── fast_log...
│ └── rxdart...
├── fire_api_flutter 1.2.0
│ ├── firebase_storage 12.3.6
│ │ ├── firebase_storage_platform_interface 5.1.33
│ │ │ ├── _flutterfire_internals...
│ │ │ ├── collection...
│ │ │ ├── firebase_core...
│ │ │ ├── flutter...
│ │ │ ├── meta...
│ │ │ └── plugin_platform_interface...
│ │ ├── firebase_storage_web 3.10.5
│ │ │ ├── _flutterfire_internals...
│ │ │ ├── async...
│ │ │ ├── firebase_core...
│ │ │ ├── firebase_core_web...
│ │ │ ├── firebase_storage_platform_interface...
│ │ │ ├── flutter...
│ │ │ ├── flutter_web_plugins...
│ │ │ ├── http...
│ │ │ ├── meta...
│ │ │ └── web...
│ │ ├── firebase_core...
│ │ ├── firebase_core_platform_interface...
│ │ └── flutter...
│ ├── cloud_firestore...
│ ├── fire_api...
│ ├── flutter...
│ └── universal_io...
├── fire_crud 2.3.7
│ ├── collection_walker 2.0.1
│ │ ├── fast_log...
│ │ ├── fire_api...
│ │ └── synchronized...
│ ├── synchronized 3.3.0+3
│ ├── throttled 1.0.1
│ ├── fire_api...
│ ├── rxdart...
│ └── toxic...
├── fire_crud_flutter 1.2.14
│ ├── fire_api...
│ ├── fire_crud...
│ ├── flutter...
│ ├── pylon...
│ ├── throttled...
│ ├── toxic...
│ └── toxic_flutter...
├── firebase_auth 5.3.3
│ ├── firebase_auth_platform_interface 7.4.9
│ │ ├── _flutterfire_internals 1.3.46
│ │ │ ├── collection...
│ │ │ ├── firebase_core...
│ │ │ ├── firebase_core_platform_interface...
│ │ │ ├── flutter...
│ │ │ └── meta...
│ │ ├── collection...
│ │ ├── firebase_core...
│ │ ├── flutter...
│ │ ├── meta...
│ │ └── plugin_platform_interface...
│ ├── firebase_auth_web 5.13.4
│ │ ├── firebase_auth_platform_interface...
│ │ ├── firebase_core...
│ │ ├── firebase_core_web...
│ │ ├── flutter...
│ │ ├── flutter_web_plugins...
│ │ ├── http_parser...
│ │ ├── meta...
│ │ └── web...
│ ├── firebase_core...
│ ├── firebase_core_platform_interface...
│ ├── flutter...
│ └── meta...
├── firebase_core 3.8.0
│ ├── firebase_core_platform_interface 5.3.0
│ │ ├── flutter_test 0.0.0
│ │ │ ├── boolean_selector 2.1.1
│ │ │ │ ├── source_span...
│ │ │ │ └── string_scanner...
│ │ │ ├── fake_async 1.3.1
│ │ │ │ ├── clock...
│ │ │ │ └── collection...
│ │ │ ├── leak_tracker 10.0.5
│ │ │ │ ├── clock...
│ │ │ │ ├── collection...
│ │ │ │ ├── meta...
│ │ │ │ ├── path...
│ │ │ │ └── vm_service...
│ │ │ ├── leak_tracker_flutter_testing 3.0.5
│ │ │ │ ├── flutter...
│ │ │ │ ├── leak_tracker...
│ │ │ │ ├── leak_tracker_testing...
│ │ │ │ ├── matcher...
│ │ │ │ └── meta...
│ │ │ ├── leak_tracker_testing 3.0.1
│ │ │ │ ├── leak_tracker...
│ │ │ │ ├── matcher...
│ │ │ │ └── meta...
│ │ │ ├── term_glyph 1.2.1
│ │ │ ├── test_api 0.7.2
│ │ │ │ ├── async...
│ │ │ │ ├── boolean_selector...
│ │ │ │ ├── collection...
│ │ │ │ ├── meta...
│ │ │ │ ├── source_span...
│ │ │ │ ├── stack_trace...
│ │ │ │ ├── stream_channel...
│ │ │ │ ├── string_scanner...
│ │ │ │ └── term_glyph...
│ │ │ ├── vm_service 14.2.5
│ │ │ ├── async...
│ │ │ ├── characters...
│ │ │ ├── clock...
│ │ │ ├── collection...
│ │ │ ├── flutter...
│ │ │ ├── matcher...
│ │ │ ├── material_color_utilities...
│ │ │ ├── meta...
│ │ │ ├── path...
│ │ │ ├── source_span...
│ │ │ ├── stack_trace...
│ │ │ ├── stream_channel...
│ │ │ ├── string_scanner...
│ │ │ └── vector_math...
│ │ ├── collection...
│ │ ├── flutter...
│ │ ├── meta...
│ │ └── plugin_platform_interface...
│ ├── firebase_core_web 2.18.1
│ │ ├── firebase_core_platform_interface...
│ │ ├── flutter...
│ │ ├── flutter_web_plugins...
│ │ ├── meta...
│ │ └── web...
│ ├── flutter...
│ └── meta...
├── fl_chart 0.69.2
│ ├── equatable 2.0.7
│ │ ├── collection...
│ │ └── meta...
│ └── flutter...
├── flutter 0.0.0
│ ├── characters 1.3.0
│ ├── collection 1.18.0
│ ├── material_color_utilities 0.11.1
│ │ └── collection...
│ ├── meta 1.15.0
│ ├── sky_engine 0.0.99
│ └── vector_math 2.1.4
├── flutter_animate 4.5.2
│ ├── flutter_shaders 0.1.3
│ │ ├── flutter...
│ │ └── vector_math...
│ └── flutter...
├── flutter_bloc 8.1.6
│ ├── bloc 8.1.4
│ │ └── meta...
│ ├── provider 6.1.2
│ │ ├── nested 1.0.0
│ │ │ └── flutter...
│ │ ├── collection...
│ │ └── flutter...
│ └── flutter...
├── flutter_gen 5.8.0
│ ├── flutter_gen_core 5.8.0
│ │ ├── color 3.0.0
│ │ ├── dartx 1.2.0
│ │ │ ├── time 2.1.5
│ │ │ │ └── clock...
│ │ │ ├── characters...
│ │ │ ├── collection...
│ │ │ ├── crypto...
│ │ │ ├── meta...
│ │ │ └── path...
│ │ ├── image_size_getter 2.2.0
│ │ │ ├── hashcodes 2.0.0
│ │ │ └── collection...
│ │ ├── args...
│ │ ├── collection...
│ │ ├── dart_style...
│ │ ├── glob...
│ │ ├── json_annotation...
│ │ ├── meta...
│ │ ├── mime...
│ │ ├── path...
│ │ ├── pub_semver...
│ │ ├── vector_graphics_compiler...
│ │ ├── xml...
│ │ └── yaml...
│ └── args...
├── flutter_gen_runner 5.8.0
│ ├── build...
│ ├── collection...
│ ├── crypto...
│ ├── flutter_gen_core...
│ ├── glob...
│ ├── path...
│ └── yaml...
├── flutter_launcher_icons 0.14.1
│ ├── checked_yaml 2.0.3
│ │ ├── json_annotation...
│ │ ├── source_span...
│ │ └── yaml...
│ ├── cli_util 0.4.2
│ │ ├── meta...
│ │ └── path...
│ ├── json_annotation 4.9.0
│ │ └── meta...
│ ├── args...
│ ├── image...
│ ├── path...
│ └── yaml...
├── flutter_native_splash 2.4.3
│ ├── ansicolor 2.0.3
│ ├── args 2.6.0
│ ├── flutter_web_plugins 0.0.0
│ │ ├── characters...
│ │ ├── collection...
│ │ ├── flutter...
│ │ ├── material_color_utilities...
│ │ ├── meta...
│ │ └── vector_math...
│ ├── html 0.15.5
│ │ ├── csslib 1.0.2
│ │ │ └── source_span...
│ │ └── source_span 1.10.0
│ │ ├── collection...
│ │ ├── path...
│ │ └── term_glyph...
│ ├── image 4.3.0
│ │ ├── archive 3.6.1
│ │ │ ├── crypto...
│ │ │ └── path...
│ │ ├── meta...
│ │ └── xml...
│ ├── xml 6.5.0
│ │ ├── petitparser 6.0.2
│ │ │ └── meta...
│ │ ├── collection...
│ │ └── meta...
│ ├── yaml 3.1.2
│ │ ├── string_scanner 1.2.0
│ │ │ └── source_span...
│ │ ├── collection...
│ │ └── source_span...
│ ├── flutter...
│ ├── meta...
│ ├── path...
│ └── universal_io...
├── flutter_sticky_header 0.7.0
│ ├── value_layout_builder 0.4.0
│ │ └── flutter...
│ └── flutter...
├── flutter_svg 2.0.16
│ ├── vector_graphics 1.1.15
│ │ ├── flutter...
│ │ ├── http...
│ │ └── vector_graphics_codec...
│ ├── vector_graphics_codec 1.1.12
│ ├── vector_graphics_compiler 1.1.16
│ │ ├── path_parsing 1.1.0
│ │ │ ├── meta...
│ │ │ └── vector_math...
│ │ ├── args...
│ │ ├── meta...
│ │ ├── path...
│ │ ├── vector_graphics_codec...
│ │ └── xml...
│ ├── flutter...
│ └── http...
├── flyout 1.0.2
│ └── flutter...
├── get 4.6.6
│ └── flutter...
├── google_sign_in 6.2.2
│ ├── google_sign_in_android 6.1.33
│ │ ├── flutter...
│ │ └── google_sign_in_platform_interface...
│ ├── google_sign_in_ios 5.7.8
│ │ ├── flutter...
│ │ └── google_sign_in_platform_interface...
│ ├── google_sign_in_platform_interface 2.4.5
│ │ ├── flutter...
│ │ └── plugin_platform_interface...
│ ├── google_sign_in_web 0.12.4+3
│ │ ├── google_identity_services_web 0.3.3
│ │ │ ├── meta...
│ │ │ └── web...
│ │ ├── flutter...
│ │ ├── flutter_web_plugins...
│ │ ├── google_sign_in_platform_interface...
│ │ ├── http...
│ │ └── web...
│ └── flutter...
├── hive_flutter 1.1.0
│ ├── hive 2.2.3
│ │ ├── crypto...
│ │ └── meta...
│ ├── path_provider 2.1.5
│ │ ├── path_provider_android 2.2.14
│ │ │ ├── flutter...
│ │ │ └── path_provider_platform_interface...
│ │ ├── path_provider_foundation 2.4.0
│ │ │ ├── flutter...
│ │ │ └── path_provider_platform_interface...
│ │ ├── path_provider_linux 2.2.1
│ │ │ ├── xdg_directories 1.1.0
│ │ │ │ ├── meta...
│ │ │ │ └── path...
│ │ │ ├── ffi...
│ │ │ ├── flutter...
│ │ │ ├── path...
│ │ │ └── path_provider_platform_interface...
│ │ ├── path_provider_platform_interface 2.1.2
│ │ │ ├── platform 3.1.6
│ │ │ ├── flutter...
│ │ │ └── plugin_platform_interface...
│ │ ├── path_provider_windows 2.3.0
│ │ │ ├── ffi...
│ │ │ ├── flutter...
│ │ │ ├── path...
│ │ │ └── path_provider_platform_interface...
│ │ └── flutter...
│ ├── flutter...
│ └── path...
├── http 1.2.2
│ ├── async 2.11.0
│ │ ├── collection...
│ │ └── meta...
│ ├── http_parser 4.0.2
│ │ ├── collection...
│ │ ├── source_span...
│ │ ├── string_scanner...
│ │ └── typed_data...
│ ├── web 1.1.0
│ └── meta...
├── intl 0.19.0
│ ├── clock 1.1.1
│ ├── path 1.9.0
│ └── meta...
├── jiffy 6.3.1
│ └── intl...
├── memcached 1.1.0
│ └── synchronized...
├── money_input_formatter 2.0.0
│ ├── function_tree 0.8.13
│ └── flutter...
├── padded 1.0.1
│ └── flutter...
├── pulsator 1.0.0+2
│ └── flutter...
├── pylon 3.0.5
│ ├── fast_log...
│ ├── flutter...
│ ├── rxdart...
│ ├── toxic...
│ └── toxic_flutter...
├── rxdart 0.28.0
├── serviced 1.0.1
│ ├── precision_stopwatch 1.0.2
│ │ └── fast_log...
│ └── fast_log...
├── shimmer 3.0.0
│ └── flutter...
├── sign_in_with_apple 6.1.3
│ ├── sign_in_with_apple_platform_interface 1.1.0
│ │ ├── flutter...
│ │ ├── meta...
│ │ └── plugin_platform_interface...
│ ├── sign_in_with_apple_web 2.1.0
│ │ ├── flutter...
│ │ ├── flutter_web_plugins...
│ │ └── sign_in_with_apple_platform_interface...
│ ├── flutter...
│ └── meta...
├── skeletonizer 1.4.2
│ ├── collection...
│ └── flutter...
├── sliver_tools 0.2.12
│ └── flutter...
├── snackbar 1.0.2
│ ├── flutter...
│ └── get...
├── tinycolor2 3.0.1
│ ├── pigment 1.0.4
│ │ └── flutter...
│ └── flutter...
├── toxic 1.3.2
│ ├── intl...
│ └── rxdart...
├── toxic_flutter 1.1.0
│ ├── flutter...
│ └── rxdart...
└── universal_io 2.2.2
├── typed_data 1.4.0
│ └── collection...
├── collection...
└── meta...
KRTirtho
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: crashStack traces logged to the consoleStack traces logged to the consoledependency: dartDart team may need to help usDart team may need to help use: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.platform-webWeb applications specificallyWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team