[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to 2.2.1 cause main.dart to crash #84212

Closed
Dalimar95 opened this issue Jun 8, 2021 · 9 comments
Closed

Upgrading to 2.2.1 cause main.dart to crash #84212

Dalimar95 opened this issue Jun 8, 2021 · 9 comments
Labels
c: crash Stack traces logged to the console c: regression It was better in the past than it is now dependency: dart Dart team may need to help us r: fixed Issue is closed as already fixed in a newer version

Comments

@Dalimar95
Copy link
Dalimar95 commented Jun 8, 2021

After upgrading flutter to 2.2.1 I'm not able to compile my project anymore. Works fine on 2.0.6

Logs
Unhandled exception:
[   +2 ms] Crash when compiling file:///Users/user_name/__/__/project_name/lib/main.dart,
[        ] at character offset 6381:
[        ] NoSuchMethodError: The getter 'file' was called on null.
[        ] Receiver: null
[        ] Tried calling: file
[        ] #0      Object.noSuchMethod (dart:core-patch/object_patch.dart:54:5)
[        ] #1      SourceLibraryBuilder.reportTypeArgumentIssue (package:front_end/src/fasta/source/source_library_builder.dart:3430:38)
[        ] #2      SourceLibraryBuilder.reportTypeArgumentIssues (package:front_end/src/fasta/source/source_library_builder.dart:3411:7)
[        ] #3      SourceLibraryBuilder.checkBoundsInFunctionInvocation (package:front_end/src/fasta/source/source_library_builder.dart:3869:5)
[        ] #4      TypeInferrerImpl._checkBoundsInFunctionInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3741:15)
[        ] #5      TypeInferrerImpl._inferFunctionInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2969:5)
[        ] #6      TypeInferrerImpl.inferMethodInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3647:16)
[        ] #7      InferenceVisitor.visitExpressionInvocation (package:front_end/src/fasta/kernel/inference_visitor.dart:2688:21)
[        ] #8      ExpressionInvocation.acceptInference (package:front_end/src/fasta/kernel/internal_ast.dart:1095:20)
[        ] #9      TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1934:27)
[        ] #10     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #11     TypeInferrerImpl._inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2298:42)
[        ] #12     TypeInferrerImpl.inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2057:12)
[        ] #13     InferenceVisitor.visitFactoryConstructorInvocationJudgment (package:front_end/src/fasta/kernel/inference_visitor.dart:782:49)
[        ] #14     FactoryConstructorInvocationJudgment.acceptInference (package:front_end/src/fasta/kernel/internal_ast.dart:751:20)
[        ] #15     TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1932:27)
[        ] #16     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #17     InferenceVisitor.visitReturnStatement (package:front_end/src/fasta/kernel/inference_visitor.dart:5901:61)
[        ] #18     ReturnStatement.accept (package:kernel/ast.dart:9497:43)
[        ] #19     TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:3874:24)
[        ] #20     TypeInferrerImpl.inferLocalFunction (package:front_end/src/fasta/type_inference/type_inferrer.dart:2617:43)
[        ] #21     InferenceVisitor.visitFunctionNode (package:front_end/src/fasta/kernel/inference_visitor.dart:1165:21)
[        ] #22     InferenceVisitor.visitFunctionExpression (package:front_end/src/fasta/kernel/inference_visitor.dart:1192:9)
[        ] #23     FunctionExpression.accept1 (package:kernel/ast.dart:8103:9)
[        ] #24     TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1936:27)
[        ] #25     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #26     InferenceVisitor.inferElement (package:front_end/src/fasta/kernel/inference_visitor.dart:1721:51)
[        ] #27     InferenceVisitor.visitListLiteral (package:front_end/src/fasta/kernel/inference_visitor.dart:1826:44)
[        ] #28     ListLiteral.accept1 (package:kernel/ast.dart:7772:9)
[        ] #29     TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1936:27)
[        ] #30     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #31     InferenceVisitor.visitReturnStatement (package:front_end/src/fasta/kernel/inference_visitor.dart:5901:61)
[        ] #32     ReturnStatement.accept (package:kernel/ast.dart:9497:43)
[        ] #33     TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:3874:24)
[        ] #34     InferenceVisitor._visitStatements (package:front_end/src/fasta/kernel/inference_visitor.dart:338:20)
[        ] #35     InferenceVisitor.visitBlock (package:front_end/src/fasta/kernel/inference_visitor.dart:359:30)
[        ] #36     Block.accept (package:kernel/ast.dart:8518:43)
[        ] #37     TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:3874:24)
[        ] #38     TypeInferrerImpl.inferFunctionBody (package:front_end/src/fasta/type_inference/type_inferrer.dart:2012:39)
[        ] #39     BodyBuilder.finishFunction (package:front_end/src/fasta/kernel/body_builder.dart:1016:44)
[        ] #40     DietListener.listenerFinishFunction (package:front_end/src/fasta/source/diet_listener.dart:952:14)
[        ] #41     DietListener.buildFunctionBody (package:front_end/src/fasta/source/diet_listener.dart:990:7)
[        ] #42     DietListener._endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:711:5)
[        ] #43     DietListener.endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:662:5)
[        ] #44     Parser.parseMethod (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3987:20)
[        ] #45     Parser.parseClassOrMixinOrExtensionMemberImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3723:15)
[        ] #46     Parser.parseClassOrMixinOrExtensionBody (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3382:15)
[        ] #47     Parser.parseClass (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1999:13)
[        ] #48     Parser.parseClassOrNamedMixinApplication (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1957:14)
[        ] #49     Parser.parseTopLevelKeywordDeclaration (package:_fe_analyzer_shared/src/parser/parser_impl.dart:581:14)
[        ] #50     Parser.parseTopLevelDeclarationImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:477:14)
[        ] #51     Parser.parseUnit (package:_fe_analyzer_shared/src/parser/parser_impl.dart:357:15)
[        ] #52     SourceLoader.buildBody (package:front_end/src/fasta/source/source_loader.dart:480:14)
[        ] <asynchronous suspension>
[        ] #53     Loader.buildBodies (package:front_end/src/fasta/loader.dart:277:9)
[        ] <asynchronous suspension>
[        ] #54     KernelTarget.buildComponent.<anonymous closure> (package:front_end/src/fasta/kernel/kernel_target.dart:364:7)
[        ] <asynchronous suspension>
[        ] #55     withCrashReporting (package:front_end/src/fasta/crash.dart:122:12)
[        ] <asynchronous suspension>
[        ] #56     IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:305:13)
[        ] <asynchronous suspension>
[        ] #57     IncrementalCompiler.compile (package:vm/incremental_compiler.dart:69:29)
[        ] <asynchronous suspension>
[        ] #58     FrontendCompiler.compile (package:frontend_server/frontend_server.dart:513:11)
[        ] <asynchronous suspension>
[        ] #59     listenAndCompile.<anonymous closure> (package:frontend_server/frontend_server.dart:1119:11)
[        ] <asynchronous suspension>
[        ] #0      DietListener.buildFunctionBody (package:front_end/src/fasta/source/diet_listener.dart:995:7)
[        ] #1      DietListener._endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:711:5)
[        ] #2      DietListener.endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:662:5)
[        ] #3      Parser.parseMethod (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3987:20)
[        ] #4      Parser.parseClassOrMixinOrExtensionMemberImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3723:15)
[        ] #5      Parser.parseClassOrMixinOrExtensionBody (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3382:15)
[        ] #6      Parser.parseClass (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1999:13)
[        ] #7      Parser.parseClassOrNamedMixinApplication (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1957:14)
[        ] #8      Parser.parseTopLevelKeywordDeclaration (package:_fe_analyzer_shared/src/parser/parser_impl.dart:581:14)
[        ] #9      Parser.parseTopLevelDeclarationImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:477:14)
[        ] #10     Parser.parseUnit (package:_fe_analyzer_shared/src/parser/parser_impl.dart:357:15)
[        ] #11     SourceLoader.buildBody (package:front_end/src/fasta/source/source_loader.dart:480:14)
[        ] <asynchronous suspension>
[        ] #12     Loader.buildBodies (package:front_end/src/fasta/loader.dart:277:9)
[        ] <asynchronous suspension>
[        ] #13     KernelTarget.buildComponent.<anonymous closure> (package:front_end/src/fasta/kernel/kernel_target.dart:364:7)
[        ] <asynchronous suspension>
[        ] #14     withCrashReporting (package:front_end/src/fasta/crash.dart:122:12)
[        ] <asynchronous suspension>
[        ] #15     IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:305:13)
[        ] <asynchronous suspension>
[        ] #16     IncrementalCompiler.compile (package:vm/incremental_compiler.dart:69:29)
[        ] <asynchronous suspension>
[        ] #17     FrontendCompiler.compile (package:frontend_server/frontend_server.dart:513:11)
[        ] <asynchronous suspension>
[        ] #18     listenAndCompile.<anonymous closure> (package:frontend_server/frontend_server.dart:1119:11)
[        ] <asynchronous suspension>
[  +58 ms] the Dart compiler exited unexpectedly.
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      DefaultResidentCompiler._compile.<anonymous closure> (package:flutter_tools/src/compile.dart:734:13)
           #2      _rootRun (dart:async/zone.dart:1346:47)
           #3      _CustomZone.run (dart:async/zone.dart:1258:19)
           #4      _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #5      _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #6      _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #7      _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #8      _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #9      _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #10     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #11     _LineSplitterSink.close (dart:convert/line_splitter.dart:139:11)
           #12     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #13     _rootRun (dart:async/zone.dart:1346:47)
           #14     _CustomZone.run (dart:async/zone.dart:1258:19)
           #15     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #16     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #17     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #18     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #19     _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #20     _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #21     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #22     _Utf8ConversionSink.close (dart:convert/string_conversion.dart:305:20)
           #23     _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:81:18)
           #24     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #25     _rootRun (dart:async/zone.dart:1346:47)
           #26     _CustomZone.run (dart:async/zone.dart:1258:19)
           #27     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #28     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #29     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #30     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #31     _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:741:19)
           #32     _StreamController._closeUnchecked (dart:async/stream_controller.dart:596:7)
           #33     _StreamController.close (dart:async/stream_controller.dart:589:5)
           #34     _Socket._onData (dart:io-patch/socket_patch.dart:2167:21)
           #35     _rootRunUnary (dart:async/zone.dart:1370:13)
           #36     _CustomZone.runUnary (dart:async/zone.dart:1265:19)
           #37     _CustomZone.runUnaryGuarded (dart:async/zone.dart:1170:7)
           #38     _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
           #39     _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
           #40     _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733:19)
           #41     _StreamController._add (dart:async/stream_controller.dart:607:7)
           #42     _StreamController.add (dart:async/stream_controller.dart:554:5)
           #43     new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1703:35)
           #44     _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1201:18)
           #45     _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
           #46     _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
           #47     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
           #48     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
           
           
[   +2 ms] ensureAnalyticsSent: 0ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[   +1 ms] the Dart compiler exited unexpectedly.
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      DefaultResidentCompiler._compile.<anonymous closure> (package:flutter_tools/src/compile.dart:734:13)
           #2      _rootRun (dart:async/zone.dart:1346:47)
           #3      _CustomZone.run (dart:async/zone.dart:1258:19)
           #4      _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #5      _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #6      _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #7      _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #8      _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #9      _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #10     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #11     _LineSplitterSink.close (dart:convert/line_splitter.dart:139:11)
           #12     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #13     _rootRun (dart:async/zone.dart:1346:47)
           #14     _CustomZone.run (dart:async/zone.dart:1258:19)
           #15     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #16     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #17     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #18     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #19     _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #20     _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #21     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #22     _Utf8ConversionSink.close (dart:convert/string_conversion.dart:305:20)
           #23     _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:81:18)
           #24     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #25     _rootRun (dart:async/zone.dart:1346:47)
           #26     _CustomZone.run (dart:async/zone.dart:1258:19)
           #27     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #28     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #29     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #30     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #31     _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:741:19)
           #32     _StreamController._closeUnchecked (dart:async/stream_controller.dart:596:7)
           #33     _StreamController.close (dart:async/stream_controller.dart:589:5)
           #34     _Socket._onData (dart:io-patch/socket_patch.dart:2167:21)
           #35     _rootRunUnary (dart:async/zone.dart:1370:13)
           #36     _CustomZone.runUnary (dart:async/zone.dart:1265:19)
           #37     _CustomZone.runUnaryGuarded (dart:async/zone.dart:1170:7)
           #38     _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
           #39     _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
           #40     _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733:19)
           #41     _StreamController._add (dart:async/stream_controller.dart:607:7)
           #42     _StreamController.add (dart:async/stream_controller.dart:554:5)
           #43     new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1703:35)
           #44     _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1201:18)
           #45     _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
           #46     _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
           #47     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
           #48     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
           

[✓] Flutter (Channel stable, 2.2.1, on macOS 11.3.1 20E241 darwin-x64, locale en-GB)
    • Flutter version 2.2.1 at /Users/_user_name/fvm/versions/stable
    • Framework revision 02c026b03c (12 days ago), 2021-05-27 12:24:44 -0700
    • Engine revision 0fdb562ac8
    • Dart version 2.13.1

[!] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
    • Android SDK at /Users/_user_name/Library/Android/sdk
    • Platform android-30, build-tools 30.0.1
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.5, Build version 12E262
    • CocoaPods version 1.10.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)

[✓] VS Code (version 1.56.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.23.0

[✓] Connected device (2 available)
    • iPhone 12 Pro (mobile) •

@alexmarkov
Copy link
Contributor

Looks like a CFE crash.
/cc @johnniwinther @stefantsov

@TahaTesser TahaTesser added the in triage Presently being triaged by the triage team label Jun 9, 2021
@TahaTesser
Copy link
Member
TahaTesser commented Jun 9, 2021

Hi @Dalimar95
Can you please provide your complete flutter run -v,
Thank you

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jun 9, 2021
@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jun 12, 2021
@Dalimar95
Copy link
Author
Dalimar95 commented Jun 12, 2021
logs
 +6 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +99 ms] Skipping pub get: version match.
[  +51 ms] Found plugin device_info at /Users/user/.pub-cache/hosted/pub.dartlang.org/device_info-2.0.2/
[  +13 ms] Found plugin firebase_analytics at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.1.0/
[   +2 ms] Found plugin firebase_analytics_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[   +2 ms] Found plugin firebase_auth at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_auth-1.2.0/
[   +4 ms] Found plugin firebase_auth_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-1.1.3/
[   +1 ms] Found plugin firebase_core at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.2.0/
[   +2 ms] Found plugin firebase_core_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[   +1 ms] Found plugin firebase_database at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_database-7.0.0/
[   +2 ms] Found plugin firebase_messaging at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.0/
[   +2 ms] Found plugin firebase_messaging_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.0/
[   +2 ms] Found plugin flutter_funding_choices at /Users/user/.pub-cache/hosted/pub.dartlang.org/flutter_funding_choices-0.2.0/
[   +1 ms] Found plugin flutter_local_notifications at /Users/user/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-5.0.0+4/
[   +4 ms] Found plugin google_mobile_ads at /Users/user/.pub-cache/hosted/pub.dartlang.org/google_mobile_ads-0.13.0/
[   +2 ms] Found plugin google_sign_in at /Users/user/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.0.4/
[   +2 ms] Found plugin google_sign_in_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0/
[  +10 ms] Found plugin path_provider at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[   +1 ms] Found plugin path_provider_linux at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[   +2 ms] Found plugin path_provider_macos at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[   +1 ms] Found plugin path_provider_windows at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.1/
[   +7 ms] Found plugin shared_preferences at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.6/
[   +2 ms] Found plugin shared_preferences_linux at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.0/
[   +1 ms] Found plugin shared_preferences_macos at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.0/
[   +1 ms] Found plugin shared_preferences_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.0/
[   +1 ms] Found plugin shared_preferences_windows at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.0/
[   +2 ms] Found plugin sqflite at /Users/user/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[ +117 ms] Found plugin device_info at /Users/user/.pub-cache/hosted/pub.dartlang.org/device_info-2.0.2/
[   +3 ms] Found plugin firebase_analytics at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.1.0/
[   +1 ms] Found plugin firebase_analytics_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[        ] Found plugin firebase_auth at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_auth-1.2.0/
[   +1 ms] Found plugin firebase_auth_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-1.1.3/
[   +1 ms] Found plugin firebase_core at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.2.0/
[   +1 ms] Found plugin firebase_core_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[   +1 ms] Found plugin firebase_database at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_database-7.0.0/
[        ] Found plugin firebase_messaging at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.0/
[   +1 ms] Found plugin firebase_messaging_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.0/
[   +1 ms] Found plugin flutter_funding_choices at /Users/user/.pub-cache/hosted/pub.dartlang.org/flutter_funding_choices-0.2.0/
[        ] Found plugin flutter_local_notifications at /Users/user/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-5.0.0+4/
[   +3 ms] Found plugin google_mobile_ads at /Users/user/.pub-cache/hosted/pub.dartlang.org/google_mobile_ads-0.13.0/
[   +1 ms] Found plugin google_sign_in at /Users/user/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.0.4/
[   +1 ms] Found plugin google_sign_in_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0/
[   +8 ms] Found plugin path_provider at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[        ] Found plugin path_provider_linux at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[        ] Found plugin path_provider_macos at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[   +1 ms] Found plugin path_provider_windows at /Users/user/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.1/
[   +5 ms] Found plugin shared_preferences at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.6/
[        ] Found plugin shared_preferences_linux at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.0/
[        ] Found plugin shared_preferences_macos at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.0/
[   +1 ms] Found plugin shared_preferences_web at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.0/
[        ] Found plugin shared_preferences_windows at /Users/user/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.0/
[   +2 ms] Found plugin sqflite at /Users/user/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[  +25 ms] Generating project_path/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +167 ms] Initializing file store
[  +11 ms] Skipping target: gen_localizations
[   +5 ms] complete
[   +7 ms] Launching lib/main.dart on iPhone 12 Pro in debug mode...
[   +8 ms] /Users/user/fvm/versions/stable/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/user/fvm/versions/stable/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/user/fvm/versions/stable/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill /var/folders/5f/0fn9ntvs1qz4m9mqy79byr440000gn/T/flutter_tools.jOQQqr/flutter_tool.5e6Xl8/app.dill
--packages project_path/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/ec3596f28f56987007468b0e3b008651.cache.dill.track.dill
--enable-experiment=alternative-invalidation-strategy --no-sound-null-safety
[  +13 ms] executing: /usr/bin/plutil -convert json -o - project_path/ios/Runner/Info.plist
[  +11 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - project_path/ios/Runner/Info.plist
[        ]
{"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME)","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleInfoDictionaryVersion":"6.0","UIMainStoryboardFile":"Main","CFBundleVe
rsion":"$(FLUTTER_BUILD_NUMBER)","UILaunchStoryboardName":"LaunchScreen","GADApplicationIdentifier":"----","LSRequiresIPhoneOS":true,"CFBundleExecutabl
e":"$(EXECUTABLE_NAME)","UISupportedInterfaceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"UIViewControl
lerBasedStatusBarAppearance":false,"CFBundleURLTypes":[{"CFBundleTypeRole":"Editor","CFBundleURLSchemes":["------"]}],"
CFBundleSignature":"????","CFBundlePackageType":"APPL","NSUserTrackingUsageDescription":"This identifier will be used to deliver personalized ads to
you.","CFBundleDevelopmentRegion":"$(DEVELOPMENT_LANGUAGE)","UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown","UIInter
faceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"CFBundleName":"Bundle name"}
[   +7 ms] executing: [project_path/ios/] xcrun xcodebuild -list
[  +22 ms] <- compile package:project_name/main.dart
[+1311 ms] Command line invocation:
                        /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -list

                    User defaults from command line:
                        IDEPackageSupportUseBuiltinSCM = YES

                    Information about project "Runner":
                        Targets:
                            Runner

                        Build Configurations:
                            Debug
                            Release
                            Profile

                        If no build configuration is specified and -scheme is not passed then "Release" is used.

                        Schemes:
                            Runner
⣽[   +9 ms] executing: [project_path/ios/Runner.xcodeproj/] xcrun xcodebuild -project
project_path/ios/Runner.xcodeproj -scheme Runner -showBuildSettings
[        ] executing: [project_path/ios/Runner.xcodeproj/] xcrun xcodebuild -project
project_path/ios/Runner.xcodeproj -scheme Runner -showBuildSettings
⣻[+1703 ms] Command line invocation:
                        /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project project_path/ios/Runner.xcodeproj
                        -scheme Runner -showBuildSettings

                    User defaults from command line:
                        IDEPackageSupportUseBuiltinSCM = YES

                    Build settings for action build and target Runner:
                        ACTION = build
                        AD_HOC_CODE_SIGNING_ALLOWED = NO
                        ALTERNATE_GROUP = staff
                        ALTERNATE_MODE = u+w,go-w,a+rX
                        ALTERNATE_OWNER = user
                        ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
                        ALWAYS_SEARCH_USER_PATHS = NO
                        ALWAYS_USE_SEPARATE_HEADERMAPS = NO
                        APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
                        APPLE_INTERNAL_DIR = /AppleInternal
                        APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
                        APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
                        APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
                        APPLICATION_EXTENSION_API_ONLY = NO
                        APPLY_RULES_IN_COPY_FILES = NO
                        APPLY_RULES_IN_COPY_HEADERS = NO
                        ARCHS = arm64 armv7
                        ARCHS_STANDARD = arm64 armv7
                        ARCHS_STANDARD_32_64_BIT = armv7 arm64
                        ARCHS_STANDARD_32_BIT = armv7
                        ARCHS_STANDARD_64_BIT = arm64
                        ARCHS_STANDARD_INCLUDING_64_BIT = arm64 armv7
                        ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
                        ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
                        AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
                        BITCODE_GENERATION_MODE = marker
                        BUILD_ACTIVE_RESOURCES_ONLY = NO
                        BUILD_COMPONENTS = headers build
                        BUILD_DIR = project_path/build/ios
                        BUILD_LIBRARY_FOR_DISTRIBUTION = NO
                        BUILD_ROOT = project_path/build/ios
                        BUILD_STYLE = 
                        BUILD_VARIANTS = normal
                        BUILT_PRODUCTS_DIR = project_path/build/ios/Release-iphoneos
                        BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
                        BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
                        BUNDLE_FORMAT = shallow
                        BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
                        BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
                        BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
                        BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
                        CACHE_ROOT = /var/folders/5f/0fn9ntvs1qz4m9mqy79byr440000gn/C/com.apple.DeveloperTools/12.5-12E262/Xcode
                        CCHROOT = /var/folders/5f/0fn9ntvs1qz4m9mqy79byr440000gn/C/com.apple.DeveloperTools/12.5-12E262/Xcode
                        CHMOD = /bin/chmod
                        CHOWN = /usr/sbin/chown
                        CLANG_ANALYZER_NONNULL = YES
                        CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
                        CLANG_CXX_LIBRARY = libc++
                        CLANG_ENABLE_MODULES = YES
                        CLANG_ENABLE_OBJC_ARC = YES
                        CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
                        CLANG_WARN_BOOL_CONVERSION = YES
                        CLANG_WARN_COMMA = YES
                        CLANG_WARN_CONSTANT_CONVERSION = YES
                        CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
                        CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
                        CLANG_WARN_EMPTY_BODY = YES
                        CLANG_WARN_ENUM_CONVERSION = YES
                        CLANG_WARN_INFINITE_RECURSION = YES
                        CLANG_WARN_INT_CONVERSION = YES
                        CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
                        CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
                        CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
                        CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
                        CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
                        CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
                        CLANG_WARN_STRICT_PROTOTYPES = YES
                        CLANG_WARN_SUSPICIOUS_MOVE = YES
                        CLANG_WARN_UNREACHABLE_CODE = YES
                        CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
                        CLASS_FILE_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses
                        CLEAN_PRECOMPS = YES
                        CLONE_HEADERS = NO
                        CODESIGNING_FOLDER_PATH = project_path/build/ios/Release-iphoneos/Runner.app
                        CODE_SIGNING_ALLOWED = YES
                        CODE_SIGNING_REQUIRED = YES
                        CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
                        CODE_SIGN_IDENTITY = iPhone Developer
                        CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
                        COLOR_DIAGNOSTICS = NO
                        COMBINE_HIDPI_IMAGES = NO
                        COMPILER_INDEX_STORE_ENABLE = Default
                        COMPOSITE_SDK_DIRS = project_path/build/ios/CompositeSDKs
                        COMPRESS_PNG_FILES = YES
                        CONFIGURATION = Release
                        CONFIGURATION_BUILD_DIR = project_path/build/ios/Release-iphoneos
                        CONFIGURATION_TEMP_DIR = project_path/build/ios/Runner.build/Release-iphoneos
                        CONTENTS_FOLDER_PATH = Runner.app
                        COPYING_PRESERVES_HFS_DATA = NO
                        COPY_HEADERS_RUN_UNIFDEF = NO
                        COPY_PHASE_STRIP = NO
                        COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
                        CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
                        CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
                        CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk
                        CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator14.5
                        CP = /bin/cp
                        CREATE_INFOPLIST_SECTION_IN_BINARY = NO
                        CURRENT_ARCH = armv7
                        CURRENT_PROJECT_VERSION = 13
                        CURRENT_VARIANT = normal
                        DART_DEFINES = flutter.inspector.structuredErrors%3Dtrue
                        DART_OBFUSCATION = false
                        DEAD_CODE_STRIPPING = YES
                        DEBUGGING_SYMBOLS = YES
                        DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
                        DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
                        DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
                        DEFINES_MODULE = NO
                        DEPLOYMENT_LOCATION = NO
                        DEPLOYMENT_POSTPROCESSING = NO
                        DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
                        DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
                        DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min
                        DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_SUGGESTED_VALUES = 9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.5
                        DERIVED_FILES_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
                        DERIVED_FILE_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
                        DERIVED_SOURCES_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
                        DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
                        DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
                        DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                        DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
                        DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
                        DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
                        DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
                        DEVELOPMENT_LANGUAGE = en
                        DEVELOPMENT_TEAM = 66UWLD67U5
                        DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
                        DONT_GENERATE_INFOPLIST_FILE = NO
                        DO_HEADER_SCANNING_IN_JAM = NO
                        DSTROOT = /tmp/Runner.dst
                        DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        DWARF_DSYM_FILE_NAME = Runner.app.dSYM
                        DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
                        DWARF_DSYM_FOLDER_PATH = project_path/build/ios/Release-iphoneos
                        EFFECTIVE_PLATFORM_NAME = -iphoneos
                        EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
                        EMBEDDED_PROFILE_NAME = embedded.mobileprovision
                        EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
                        ENABLE_BITCODE = NO
                        ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
                        ENABLE_HARDENED_RUNTIME = NO
                        ENABLE_HEADER_DEPENDENCIES = YES
                        ENABLE_NS_ASSERTIONS = NO
                        ENABLE_ON_DEMAND_RESOURCES = YES
                        ENABLE_STRICT_OBJC_MSGSEND = YES
                        ENABLE_TESTABILITY = NO
                        ENABLE_TESTING_SEARCH_PATHS = NO
                        ENTITLEMENTS_ALLOWED = YES
                        ENTITLEMENTS_DESTINATION = Signature
                        ENTITLEMENTS_REQUIRED = YES
                        EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
                        EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
                        EXECUTABLES_FOLDER_PATH = Runner.app/Executables
                        EXECUTABLE_FOLDER_PATH = Runner.app
                        EXECUTABLE_NAME = Runner
                        EXECUTABLE_PATH = Runner.app/Runner
                        EXPANDED_CODE_SIGN_IDENTITY = 
                        EXPANDED_CODE_SIGN_IDENTITY_NAME = 
                        EXPANDED_PROVISIONING_PROFILE = 
                        EXTRA_FRONT_END_OPTIONS = --no-sound-null-safety
                        FILE_LIST = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
                        FIXED_FILES_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles
                        FLUTTER_APPLICATION_PATH = project_path
                        FLUTTER_BUILD_DIR = build
                        FLUTTER_BUILD_NAME = 1.0.1
                        FLUTTER_BUILD_NUMBER = 13
                        FLUTTER_ROOT = /Users/user/fvm/versions/2.0.6
                        FLUTTER_TARGET = project_path/lib/main.dart
                        FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
                        FRAMEWORK_FLAG_PREFIX = -framework
                        FRAMEWORK_SEARCH_PATHS =  "project_path/build/ios/Release-iphoneos/AppAuth"
                        "project_path/build/ios/Release-iphoneos/FMDB"
                        "project_path/build/ios/Release-iphoneos/FirebaseAuth"
                        "project_path/build/ios/Release-iphoneos/FirebaseCore"
                        "project_path/build/ios/Release-iphoneos/FirebaseCoreDiagnostics"
                        "project_path/build/ios/Release-iphoneos/FirebaseDatabase"
                        "project_path/build/ios/Release-iphoneos/FirebaseInstallations"
                        "project_path/build/ios/Release-iphoneos/FirebaseMessaging"
                        "project_path/build/ios/Release-iphoneos/GTMAppAuth"
                        "project_path/build/ios/Release-iphoneos/GTMSessionFetcher"
                        "project_path/build/ios/Release-iphoneos/GoogleDataTransport"
                        "project_path/build/ios/Release-iphoneos/GoogleUtilities"
                        "project_path/build/ios/Release-iphoneos/PromisesObjC"
                        "project_path/build/ios/Release-iphoneos/device_info"
                        "project_path/build/ios/Release-iphoneos/firebase_analytics"
                        "project_path/build/ios/Release-iphoneos/firebase_auth"
                        "project_path/build/ios/Release-iphoneos/firebase_core"
                        "project_path/build/ios/Release-iphoneos/firebase_database"
                        "project_path/build/ios/Release-iphoneos/firebase_messaging"
                        "project_path/build/ios/Release-iphoneos/flutter_funding_choices"
                        "project_path/build/ios/Release-iphoneos/flutter_local_notifications"
                        "project_path/build/ios/Release-iphoneos/google_mobile_ads"
                        "project_path/build/ios/Release-iphoneos/google_sign_in"
                        "project_path/build/ios/Release-iphoneos/leveldb-library"
                        "project_path/build/ios/Release-iphoneos/nanopb"
                        "project_path/build/ios/Release-iphoneos/path_provider"
                        "project_path/build/ios/Release-iphoneos/shared_preferences"
                        "project_path/build/ios/Release-iphoneos/sqflite"
                        "project_path/ios/Pods/FirebaseAnalytics/Frameworks"
                        "project_path/ios/Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework-Current"
                        "project_path/ios/Pods/GoogleAppMeasurement/Frameworks"
                        "project_path/ios/Pods/GoogleSignIn/Frameworks"
                        "project_path/ios/Pods/GoogleUserMessagingPlatform/Frameworks/Release"
                        "project_path/build/ios/Release-iphoneos/XCFrameworkIntermediates/FirebaseAnalytics"
                        "project_path/build/ios/Release-iphoneos/XCFrameworkIntermediates/GoogleAppMeasurement"
                        "project_path/build/ios/Release-iphoneos/XCFrameworkIntermediates/GoogleMobileAds"
                        "project_path/build/ios/Release-iphoneos/XCFrameworkIntermediates/UserMessagingPlatform"
                        project_path/ios/Flutter
                        FRAMEWORK_VERSION = A
                        FULL_PRODUCT_NAME = Runner.app
                        GCC3_VERSION = 3.3
                        GCC_C_LANGUAGE_STANDARD = gnu99
                        GCC_INLINES_ARE_PRIVATE_EXTERN = YES
                        GCC_NO_COMMON_BLOCKS = YES
                        GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
                        GCC_PREPROCESSOR_DEFINITIONS =  COCOAPODS=1  PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1
                        GCC_SYMBOLS_PRIVATE_EXTERN = YES
                        GCC_THUMB_SUPPORT = YES
                        GCC_TREAT_WARNINGS_AS_ERRORS = NO
                        GCC_VERSION = com.apple.compilers.llvm.clang.1_0
                        GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
                        GCC_WARN_64_TO_32_BIT_CONVERSION = YES
                        GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
                        GCC_WARN_UNDECLARED_SELECTOR = YES
                        GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
                        GCC_WARN_UNUSED_FUNCTION = YES
                        GCC_WARN_UNUSED_VARIABLE = YES
                        GENERATED_MODULEMAP_DIR = project_path/build/ios/GeneratedModuleMaps-iphoneos
                        GENERATE_MASTER_OBJECT_FILE = NO
                        GENERATE_PKGINFO_FILE = YES
                        GENERATE_PROFILING_CODE = NO
                        GENERATE_TEXT_BASED_STUBS = NO
                        GID = 20
                        GROUP = staff
                        HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
                        HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
                        HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
                        HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
                        HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
                        HEADERMAP_USES_VFS = NO
                        HEADER_SEARCH_PATHS =  "project_path/build/ios/Release-iphoneos/AppAuth/AppAuth.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/FMDB/FMDB.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/FirebaseAuth/FirebaseAuth.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/FirebaseCore/FirebaseCore.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Header
                        s" "project_path/build/ios/Release-iphoneos/FirebaseDatabase/FirebaseDatabase.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/FirebaseInstallations/FirebaseInstallations.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/FirebaseMessaging/FirebaseMessaging.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/GoogleDataTransport/GoogleDataTransport.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/GoogleUtilities/GoogleUtilities.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/PromisesObjC/FBLPromises.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/device_info/device_info.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/firebase_analytics/firebase_analytics.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/firebase_auth/firebase_auth.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/firebase_core/firebase_core.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/firebase_database/firebase_database.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/firebase_messaging/firebase_messaging.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/flutter_funding_choices/flutter_funding_choices.framework/Header
                        s"
                        "project_path/build/ios/Release-iphoneos/flutter_local_notifications/flutter_local_notifications.framewor
                        k/Headers"
                        "project_path/build/ios/Release-iphoneos/google_mobile_ads/google_mobile_ads.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/google_sign_in/google_sign_in.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/leveldb-library/leveldb.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/nanopb/nanopb.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/path_provider/path_provider.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/shared_preferences/shared_preferences.framework/Headers"
                        "project_path/build/ios/Release-iphoneos/sqflite/sqflite.framework/Headers"
                        "project_path/ios/Pods/Headers/Public"
                        "project_path/ios/Pods/Headers/Public/Firebase"
                        project_path/ios/Pods/Firebase/CoreOnly/Sources "/Sources/FBLPromises/include"
                        HIDE_BITCODE_SYMBOLS = YES
                        HOME = /Users/user
                        ICONV = /usr/bin/iconv
                        INFOPLIST_EXPAND_BUILD_SETTINGS = YES
                        INFOPLIST_FILE = Runner/Info.plist
                        INFOPLIST_OUTPUT_FORMAT = binary
                        INFOPLIST_PATH = Runner.app/Info.plist
                        INFOPLIST_PREPROCESS = NO
                        INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings
                        INLINE_PRIVATE_FRAMEWORKS = NO
                        INSTALLHDRS_COPY_PHASE = NO
                        INSTALLHDRS_SCRIPT_PHASE = NO
                        INSTALL_DIR = /tmp/Runner.dst/Applications
                        INSTALL_GROUP = staff
                        INSTALL_MODE_FLAG = u+w,go-w,a+rX
                        INSTALL_OWNER = user
                        INSTALL_PATH = /Applications
                        INSTALL_ROOT = /tmp/Runner.dst
                        IPHONEOS_DEPLOYMENT_TARGET = 9.0
                        JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
                        JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
                        JAVA_ARCHIVE_CLASSES = YES
                        JAVA_ARCHIVE_TYPE = JAR
                        JAVA_COMPILER = /usr/bin/javac
                        JAVA_FOLDER_PATH = Runner.app/Java
                        JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
                        JAVA_JAR_FLAGS = cv
                        JAVA_SOURCE_SUBDIR = .
                        JAVA_USE_DEPENDENCIES = YES
                        JAVA_ZIP_FLAGS = -urg
                        JIKES_DEFAULT_FLAGS = +E +OLDCSO
                        KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
                        KEEP_PRIVATE_EXTERNS = NO
                        LD_DEPENDENCY_INFO_FILE =
                        project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/armv7/Runner_dependency_
                        info.dat
                        LD_GENERATE_MAP_FILE = NO
                        LD_MAP_FILE_PATH =
                        project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-armv7.txt
                        LD_NO_PIE = NO
                        LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
                        LD_RUNPATH_SEARCH_PATHS =  '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks
                        LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
                        LEX = lex
                        LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
                        LIBRARY_FLAG_NOSPACE = YES
                        LIBRARY_FLAG_PREFIX = -l
                        LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
                        LIBRARY_SEARCH_PATHS =  project_path/ios/Flutter
                        LINKER_DISPLAYS_MANGLED_NAMES = NO
                        LINK_FILE_LIST_normal_arm64 = 
                        LINK_FILE_LIST_normal_armv7 = 
                        LINK_WITH_STANDARD_LIBRARIES = YES
                        LLVM_TARGET_TRIPLE_OS_VERSION = ios9.0
                        LLVM_TARGET_TRIPLE_VENDOR = apple
                        LOCALIZABLE_CONTENT_DIR = 
                        LOCALIZATION_EXPORT_SUPPORTED = YES
                        LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
                        LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString
                        LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
                        LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
                        LOCAL_APPS_DIR = /Applications
                        LOCAL_DEVELOPER_DIR = /Library/Developer
                        LOCAL_LIBRARY_DIR = /Library
                        LOCROOT = 
                        LOCSYMROOT = 
                        MACH_O_TYPE = mh_execute
                        MAC_OS_X_PRODUCT_BUILD_VERSION = 20E241
                        MAC_OS_X_VERSION_ACTUAL = 110301
                        MAC_OS_X_VERSION_MAJOR = 110000
                        MAC_OS_X_VERSION_MINOR = 110300
                        METAL_LIBRARY_FILE_BASE = default
                        METAL_LIBRARY_OUTPUT_DIR = project_path/build/ios/Release-iphoneos/Runner.app
                        MODULES_FOLDER_PATH = Runner.app/Modules
                        MODULE_CACHE_DIR = /Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
                        MTL_ENABLE_DEBUG_INFO = NO
                        NATIVE_ARCH = armv7
                        NATIVE_ARCH_32_BIT = i386
                        NATIVE_ARCH_64_BIT = x86_64
                        NATIVE_ARCH_ACTUAL = x86_64
                        NO_COMMON = YES
                        OBJECT_FILE_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects
                        OBJECT_FILE_DIR_normal = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal
                        OBJROOT = project_path/build/ios
                        ONLY_ACTIVE_ARCH = NO
                        OS = MACOS
                        OSAC = /usr/bin/osacompile
                        OTHER_LDFLAGS =  -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AppAuth" -framework "AudioToolbox" -framework "CFNetwork"
                        -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "FBLPromises" -framework
                        "FMDB" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDatabase"
                        -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "Foundation" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework
                        "GoogleAppMeasurement" -framework "GoogleDataTransport" -framework "GoogleMobileAds" -framework "GoogleSignIn" -framework "GoogleUtilities" -framework
                        "LocalAuthentication" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "SafariServices"
                        -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "UserMessagingPlatform" -framework "WebKit" -framework
                        "device_info" -framework "firebase_analytics" -framework "firebase_auth" -framework "firebase_core" -framework "firebase_database" -framework
                        "firebase_messaging" -framework "flutter_funding_choices" -framework "flutter_local_notifications" -framework "google_mobile_ads" -framework "google_sign_in"
                        -framework "leveldb" -framework "nanopb" -framework "path_provider" -framework "shared_preferences" -framework "sqflite" -weak_framework "AdSupport"
                        -weak_framework "AuthenticationServices" -weak_framework "JavaScriptCore" -weak_framework "SafariServices" -weak_framework "UserNotifications" -weak_framework
                        "WebKit"
                        OTHER_SWIFT_FLAGS =  -D COCOAPODS
                        PACKAGE_CONFIG = project_path/.dart_tool/package_config.json
                        PACKAGE_TYPE = com.apple.package-type.wrapper.application
                        PASCAL_STRINGS = YES
                        PATH =
                        /Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/user/development/flutter
                        /bin/cache/dart-sdk/bin:/Users/user/.pub-cache/bin:/Users/user/fvm/default/bin:/Users/user/development/flutter/bin/cache/dart-sd
                        k/bin:/Users/user/.pub-cache/bin:/Users/user/fvm/default/bin
                        PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks
                        /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
                        PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
                        PFE_FILE_C_DIALECTS = objective-c
                        PKGINFO_FILE_PATH = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo
                        PKGINFO_PATH = Runner.app/PkgInfo
                        PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
                        PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
                        PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
                        PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
                        PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
                        PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
                        PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
                        PLATFORM_DISPLAY_NAME = iOS
                        PLATFORM_NAME = iphoneos
                        PLATFORM_PREFERRED_ARCH = arm64
                        PLATFORM_PRODUCT_BUILD_VERSION = 18E182
                        PLIST_FILE_OUTPUT_FORMAT = binary
                        PLUGINS_FOLDER_PATH = Runner.app/PlugIns
                        PODS_BUILD_DIR = project_path/build/ios
                        PODS_CONFIGURATION_BUILD_DIR = project_path/build/ios/Release-iphoneos
                        PODS_PODFILE_DIR_PATH = project_path/ios/.
                        PODS_ROOT = project_path/ios/Pods
                        PODS_XCFRAMEWORKS_BUILD_DIR = project_path/build/ios/Release-iphoneos/XCFrameworkIntermediates
                        PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
                        PRECOMP_DESTINATION_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
                        PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
                        PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
                        PRODUCT_BUNDLE_IDENTIFIER = com.example._bundle_name
                        PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
                        PRODUCT_MODULE_NAME = Runner
                        PRODUCT_NAME = Runner
                        PRODUCT_SETTINGS_PATH = project_path/ios/Runner/Info.plist
                        PRODUCT_TYPE = com.apple.product-type.application
                        PROFILING_CODE = NO
                        PROJECT = Runner
                        PROJECT_DERIVED_FILE_DIR = project_path/build/ios/Runner.build/DerivedSources
                        PROJECT_DIR = project_path/ios
                        PROJECT_FILE_PATH = project_path/ios/Runner.xcodeproj
                        PROJECT_NAME = Runner
                        PROJECT_TEMP_DIR = project_path/build/ios/Runner.build
                        PROJECT_TEMP_ROOT = project_path/build/ios
                        PROVISIONING_PROFILE_REQUIRED = YES
                        PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
                        RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
                        REMOVE_CVS_FROM_RESOURCES = YES
                        REMOVE_GIT_FROM_RESOURCES = YES
                        REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
                        REMOVE_HG_FROM_RESOURCES = YES
                        REMOVE_SVN_FROM_RESOURCES = YES
                        RESOURCE_RULES_REQUIRED = YES
                        REZ_COLLECTOR_DIR =
                        project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
                        REZ_OBJECTS_DIR =
                        project_path/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
                        SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
                        SCRIPTS_FOLDER_PATH = Runner.app/Scripts
                        SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
                        SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
                        SDK_DIR_iphoneos14_5 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
                        SDK_NAME = iphoneos14.5
                        SDK_NAMES = iphoneos14.5
                        SDK_PRODUCT_BUILD_VERSION = 18E182
                        SDK_VERSION = 14.5
                        SDK_VERSION_ACTUAL = 140500
                        SDK_VERSION_MAJOR = 140000
                        SDK_VERSION_MINOR = 140500
                        SED = /usr/bin/sed
                        SEPARATE_STRIP = NO
                        SEPARATE_SYMBOL_EDIT = NO
                        SET_DIR_MODE_OWNER_GROUP = YES
                        SET_FILE_MODE_OWNER_GROUP = NO
                        SHALLOW_BUNDLE = YES
                        SHARED_DERIVED_FILE_DIR = project_path/build/ios/Release-iphoneos/DerivedSources
                        SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
                        SHARED_PRECOMPS_DIR = project_path/build/ios/SharedPrecompiledHeaders
                        SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
                        SKIP_INSTALL = NO
                        SOURCE_ROOT = project_path/ios
                        SRCROOT = project_path/ios
                        STRINGS_FILE_INFOPLIST_RENAME = YES
                        STRINGS_FILE_OUTPUT_ENCODING = binary
                        STRIP_BITCODE_FROM_COPIED_FILES = YES
                        STRIP_INSTALLED_PRODUCT = YES
                        STRIP_STYLE = all
                        STRIP_SWIFT_SYMBOLS = YES
                        SUPPORTED_DEVICE_FAMILIES = 1,2
                        SUPPORTED_PLATFORMS = iphoneos
                        SUPPORTS_MACCATALYST = NO
                        SUPPORTS_TEXT_BASED_API = NO
                        SWIFT_COMPILATION_MODE = wholemodule
                        SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
                        SWIFT_OPTIMIZATION_LEVEL = -O
                        SWIFT_PLATFORM_TARGET_PREFIX = ios
                        SWIFT_VERSION = 5.0
                        SYMROOT = project_path/build/ios
                        SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
                        SYSTEM_APPS_DIR = /Applications
                        SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
                        SYSTEM_DEMOS_DIR = /Applications/Extras
                        SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
                        SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
                        SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
                        SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                        SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
                        SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
                        SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
                        SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
                        SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
                        SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
                        SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
                        SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
                        SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
                        SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
                        SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
                        SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
                        SYSTEM_LIBRARY_DIR = /System/Library
                        TAPI_VERIFY_MODE = ErrorsOnly
                        TARGETED_DEVICE_FAMILY = 1
                        TARGETNAME = Runner
                        TARGET_BUILD_DIR = project_path/build/ios/Release-iphoneos
                        TARGET_NAME = Runner
                        TARGET_TEMP_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build
                        TEMP_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build
                        TEMP_FILES_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build
                        TEMP_FILE_DIR = project_path/build/ios/Runner.build/Release-iphoneos/Runner.build
                        TEMP_ROOT = project_path/build/ios
                        TEST_FRAMEWORK_SEARCH_PATHS =  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/Developer/Library/Frameworks
                        TEST_LIBRARY_SEARCH_PATHS =  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib
                        TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        TRACK_WIDGET_CREATION = true
                        TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
                        TREE_SHAKE_ICONS = false
                        UID = 501
                        UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
                        UNSTRIPPED_PRODUCT = NO
                        USER = user
                        USER_APPS_DIR = /Users/user/Applications
                        USER_LIBRARY_DIR = /Users/user/Library
                        USE_DYNAMIC_NO_PIC = YES
                        USE_HEADERMAP = YES
                        USE_HEADER_SYMLINKS = NO
                        USE_LLVM_TARGET_TRIPLES = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_LD = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES
                        USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
                        VALIDATE_PRODUCT = YES
                        VALIDATE_WORKSPACE = NO
                        VALID_ARCHS = arm64 arm64e armv7 armv7s
                        VERBOSE_PBXCP = NO
                        VERSIONING_SYSTEM = apple-generic
                        VERSIONPLIST_PATH = Runner.app/version.plist
                        VERSION_INFO_BUILDER = user
                        VERSION_INFO_FILE = Runner_vers.c
                        VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-13"
                        WRAPPER_EXTENSION = app
                        WRAPPER_NAME = Runner.app
                        WRAPPER_SUFFIX = .app
                        WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
                        XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
                        XCODE_PRODUCT_BUILD_VERSION = 12E262
                        XCODE_VERSION_ACTUAL = 1250
                        XCODE_VERSION_MAJOR = 1200
                        XCODE_VERSION_MINOR = 1250
                        XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
                        YACC = yacc
                        arch = armv7
                        variant = normal
[  +38 ms] Building Runner.app for 6319647E-265B-4717-989C-FECE588321C9.
[  +25 ms] executing: xattr -r -d com.apple.FinderInfo project_path
[   +3 ms] executing: xcrun simctl spawn 6319647E-265B-4717-989C-FECE588321C9 log stream --style json --predicate eventType = logEvent AND processImagePath ENDSWITH "Runner" AND
(senderImagePath ENDSWITH "/Flutter" OR senderImagePath ENDSWITH "/libswiftCore.dylib" OR processImageUUID == senderImageUUID) AND NOT(eventMessage CONTAINS ": could not find icon for
representation -> com.apple.") AND NOT(eventMessage BEGINSWITH "assertion failed: ") AND NOT(eventMessage CONTAINS " libxpc.dylib ")
[ +216 ms] Unhandled exception:
[   +2 ms] Crash when compiling file://project_path/lib/main.dart,
[        ] at character offset 6381:
[        ] NoSuchMethodError: The getter 'file' was called on null.
[        ] Receiver: null
[        ] Tried calling: file
[        ] #0      Object.noSuchMethod (dart:core-patch/object_patch.dart:54:5)
[        ] #1      SourceLibraryBuilder.reportTypeArgumentIssue (package:front_end/src/fasta/source/source_library_builder.dart:3430:38)
[        ] #2      SourceLibraryBuilder.reportTypeArgumentIssues (package:front_end/src/fasta/source/source_library_builder.dart:3411:7)
[        ] #3      SourceLibraryBuilder.checkBoundsInFunctionInvocation (package:front_end/src/fasta/source/source_library_builder.dart:3869:5)
[        ] #4      TypeInferrerImpl._checkBoundsInFunctionInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3741:15)
[        ] #5      TypeInferrerImpl._inferFunctionInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2969:5)
[        ] #6      TypeInferrerImpl.inferMethodInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3647:16)
[        ] #7      InferenceVisitor.visitExpressionInvocation (package:front_end/src/fasta/kernel/inference_visitor.dart:2688:21)
[        ] #8      ExpressionInvocation.acceptInference (package:front_end/src/fasta/kernel/internal_ast.dart:1095:20)
[        ] #9      TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1934:27)
[        ] #10     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #11     TypeInferrerImpl._inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2298:42)
[        ] #12     TypeInferrerImpl.inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2057:12)
[        ] #13     InferenceVisitor.visitFactoryConstructorInvocationJudgment (package:front_end/src/fasta/kernel/inference_visitor.dart:782:49)
[        ] #14     FactoryConstructorInvocationJudgment.acceptInference (package:front_end/src/fasta/kernel/internal_ast.dart:751:20)
[        ] #15     TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1932:27)
[        ] #16     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #17     InferenceVisitor.visitReturnStatement (package:front_end/src/fasta/kernel/inference_visitor.dart:5901:61)
[        ] #18     ReturnStatement.accept (package:kernel/ast.dart:9497:43)
[        ] #19     TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:3874:24)
[        ] #20     TypeInferrerImpl.inferLocalFunction (package:front_end/src/fasta/type_inference/type_inferrer.dart:2617:43)
[        ] #21     InferenceVisitor.visitFunctionNode (package:front_end/src/fasta/kernel/inference_visitor.dart:1165:21)
[        ] #22     InferenceVisitor.visitFunctionExpression (package:front_end/src/fasta/kernel/inference_visitor.dart:1192:9)
[        ] #23     FunctionExpression.accept1 (package:kernel/ast.dart:8103:9)
[        ] #24     TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1936:27)
[        ] #25     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #26     InferenceVisitor.inferElement (package:front_end/src/fasta/kernel/inference_visitor.dart:1721:51)
[        ] #27     InferenceVisitor.visitListLiteral (package:front_end/src/fasta/kernel/inference_visitor.dart:1826:44)
[        ] #28     ListLiteral.accept1 (package:kernel/ast.dart:7772:9)
[        ] #29     TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1936:27)
[        ] #30     TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:1969:40)
[        ] #31     InferenceVisitor.visitReturnStatement (package:front_end/src/fasta/kernel/inference_visitor.dart:5901:61)
[        ] #32     ReturnStatement.accept (package:kernel/ast.dart:9497:43)
[        ] #33     TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:3874:24)
[        ] #34     InferenceVisitor._visitStatements (package:front_end/src/fasta/kernel/inference_visitor.dart:338:20)
[        ] #35     InferenceVisitor.visitBlock (package:front_end/src/fasta/kernel/inference_visitor.dart:359:30)
[        ] #36     Block.accept (package:kernel/ast.dart:8518:43)
[        ] #37     TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:3874:24)
[        ] #38     TypeInferrerImpl.inferFunctionBody (package:front_end/src/fasta/type_inference/type_inferrer.dart:2012:39)
[        ] #39     BodyBuilder.finishFunction (package:front_end/src/fasta/kernel/body_builder.dart:1016:44)
[        ] #40     DietListener.listenerFinishFunction (package:front_end/src/fasta/source/diet_listener.dart:952:14)
[        ] #41     DietListener.buildFunctionBody (package:front_end/src/fasta/source/diet_listener.dart:990:7)
[        ] #42     DietListener._endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:711:5)
[        ] #43     DietListener.endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:662:5)
[        ] #44     Parser.parseMethod (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3987:20)
[        ] #45     Parser.parseClassOrMixinOrExtensionMemberImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3723:15)
[        ] #46     Parser.parseClassOrMixinOrExtensionBody (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3382:15)
[        ] #47     Parser.parseClass (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1999:13)
[        ] #48     Parser.parseClassOrNamedMixinApplication (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1957:14)
[        ] #49     Parser.parseTopLevelKeywordDeclaration (package:_fe_analyzer_shared/src/parser/parser_impl.dart:581:14)
[        ] #50     Parser.parseTopLevelDeclarationImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:477:14)
[        ] #51     Parser.parseUnit (package:_fe_analyzer_shared/src/parser/parser_impl.dart:357:15)
[        ] #52     SourceLoader.buildBody (package:front_end/src/fasta/source/source_loader.dart:480:14)
[        ] <asynchronous suspension>
[        ] #53     Loader.buildBodies (package:front_end/src/fasta/loader.dart:277:9)
[        ] <asynchronous suspension>
[        ] #54     KernelTarget.buildComponent.<anonymous closure> (package:front_end/src/fasta/kernel/kernel_target.dart:364:7)
[        ] <asynchronous suspension>
[        ] #55     withCrashReporting (package:front_end/src/fasta/crash.dart:122:12)
[        ] <asynchronous suspension>
[        ] #56     IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:305:13)
[        ] <asynchronous suspension>
[        ] #57     IncrementalCompiler.compile (package:vm/incremental_compiler.dart:69:29)
[        ] <asynchronous suspension>
[        ] #58     FrontendCompiler.compile (package:frontend_server/frontend_server.dart:513:11)
[        ] <asynchronous suspension>
[        ] #59     listenAndCompile.<anonymous closure> (package:frontend_server/frontend_server.dart:1119:11)
[        ] <asynchronous suspension>
[        ] #0      DietListener.buildFunctionBody (package:front_end/src/fasta/source/diet_listener.dart:995:7)
[        ] #1      DietListener._endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:711:5)
[        ] #2      DietListener.endClassMethod (package:front_end/src/fasta/source/diet_listener.dart:662:5)
[        ] #3      Parser.parseMethod (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3987:20)
[        ] #4      Parser.parseClassOrMixinOrExtensionMemberImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3723:15)
[        ] #5      Parser.parseClassOrMixinOrExtensionBody (package:_fe_analyzer_shared/src/parser/parser_impl.dart:3382:15)
[        ] #6      Parser.parseClass (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1999:13)
[        ] #7      Parser.parseClassOrNamedMixinApplication (package:_fe_analyzer_shared/src/parser/parser_impl.dart:1957:14)
[        ] #8      Parser.parseTopLevelKeywordDeclaration (package:_fe_analyzer_shared/src/parser/parser_impl.dart:581:14)
[        ] #9      Parser.parseTopLevelDeclarationImpl (package:_fe_analyzer_shared/src/parser/parser_impl.dart:477:14)
[        ] #10     Parser.parseUnit (package:_fe_analyzer_shared/src/parser/parser_impl.dart:357:15)
[        ] #11     SourceLoader.buildBody (package:front_end/src/fasta/source/source_loader.dart:480:14)
[        ] <asynchronous suspension>
[        ] #12     Loader.buildBodies (package:front_end/src/fasta/loader.dart:277:9)
[        ] <asynchronous suspension>
[        ] #13     KernelTarget.buildComponent.<anonymous closure> (package:front_end/src/fasta/kernel/kernel_target.dart:364:7)
[        ] <asynchronous suspension>
[        ] #14     withCrashReporting (package:front_end/src/fasta/crash.dart:122:12)
[        ] <asynchronous suspension>
[        ] #15     IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:305:13)
[        ] <asynchronous suspension>
[        ] #16     IncrementalCompiler.compile (package:vm/incremental_compiler.dart:69:29)
[        ] <asynchronous suspension>
[        ] #17     FrontendCompiler.compile (package:frontend_server/frontend_server.dart:513:11)
[        ] <asynchronous suspension>
[        ] #18     listenAndCompile.<anonymous closure> (package:frontend_server/frontend_server.dart:1119:11)
[        ] <asynchronous suspension>
[  +58 ms] the Dart compiler exited unexpectedly.
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      DefaultResidentCompiler._compile.<anonymous closure> (package:flutter_tools/src/compile.dart:734:13)
           #2      _rootRun (dart:async/zone.dart:1346:47)
           #3      _CustomZone.run (dart:async/zone.dart:1258:19)
           #4      _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #5      _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #6      _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #7      _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #8      _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #9      _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #10     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #11     _LineSplitterSink.close (dart:convert/line_splitter.dart:139:11)
           #12     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #13     _rootRun (dart:async/zone.dart:1346:47)
           #14     _CustomZone.run (dart:async/zone.dart:1258:19)
           #15     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #16     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #17     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #18     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #19     _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #20     _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #21     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #22     _Utf8ConversionSink.close (dart:convert/string_conversion.dart:305:20)
           #23     _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:81:18)
           #24     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #25     _rootRun (dart:async/zone.dart:1346:47)
           #26     _CustomZone.run (dart:async/zone.dart:1258:19)
           #27     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #28     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #29     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #30     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #31     _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:741:19)
           #32     _StreamController._closeUnchecked (dart:async/stream_controller.dart:596:7)
           #33     _StreamController.close (dart:async/stream_controller.dart:589:5)
           #34     _Socket._onData (dart:io-patch/socket_patch.dart:2167:21)
           #35     _rootRunUnary (dart:async/zone.dart:1370:13)
           #36     _CustomZone.runUnary (dart:async/zone.dart:1265:19)
           #37     _CustomZone.runUnaryGuarded (dart:async/zone.dart:1170:7)
           #38     _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
           #39     _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
           #40     _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733:19)
           #41     _StreamController._add (dart:async/stream_controller.dart:607:7)
           #42     _StreamController.add (dart:async/stream_controller.dart:554:5)
           #43     new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1703:35)
           #44     _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1201:18)
           #45     _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
           #46     _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
           #47     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
           #48     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
           
           
[   +2 ms] ensureAnalyticsSent: 0ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] the Dart compiler exited unexpectedly.
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      DefaultResidentCompiler._compile.<anonymous closure> (package:flutter_tools/src/compile.dart:734:13)
           #2      _rootRun (dart:async/zone.dart:1346:47)
           #3      _CustomZone.run (dart:async/zone.dart:1258:19)
           #4      _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #5      _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #6      _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #7      _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #8      _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #9      _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #10     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #11     _LineSplitterSink.close (dart:convert/line_splitter.dart:139:11)
           #12     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #13     _rootRun (dart:async/zone.dart:1346:47)
           #14     _CustomZone.run (dart:async/zone.dart:1258:19)
           #15     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #16     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #17     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #18     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #19     _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:87:11)
           #20     _EventSinkWrapper.close (dart:async/stream_transformers.dart:21:11)
           #21     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
           #22     _Utf8ConversionSink.close (dart:convert/string_conversion.dart:305:20)
           #23     _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:81:18)
           #24     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:132:24)
           #25     _rootRun (dart:async/zone.dart:1346:47)
           #26     _CustomZone.run (dart:async/zone.dart:1258:19)
           #27     _CustomZone.runGuarded (dart:async/zone.dart:1162:7)
           #28     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:394:13)
           #29     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:404:15)
           #30     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
           #31     _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:741:19)
           #32     _StreamController._closeUnchecked (dart:async/stream_controller.dart:596:7)
           #33     _StreamController.close (dart:async/stream_controller.dart:589:5)
           #34     _Socket._onData (dart:io-patch/socket_patch.dart:2167:21)
           #35     _rootRunUnary (dart:async/zone.dart:1370:13)
           #36     _CustomZone.runUnary (dart:async/zone.dart:1265:19)
           #37     _CustomZone.runUnaryGuarded (dart:async/zone.dart:1170:7)
           #38     _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
           #39     _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
           #40     _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733:19)
           #41     _StreamController._add (dart:async/stream_controller.dart:607:7)
           #42     _StreamController.add (dart:async/stream_controller.dart:554:5)
           #43     new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1703:35)
           #44     _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1201:18)
           #45     _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
           #46     _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
           #47     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:120:13)
           #48     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:185:5)
           
           
[   +1 ms] ensureAnalyticsSent: 0ms
[        ] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1

@TahaTesser TahaTesser added dependency: dart Dart team may need to help us passed first triage c: crash Stack traces logged to the console c: regression It was better in the past than it is now tool Affects the "flutter" command-line tool. See also t: labels. and removed in triage Presently being triaged by the triage team labels Jun 14, 2021
@TahaTesser
Copy link
Member

Looking at the logs, this looks like a crash from the dart compiler and regression since the issue reproduces after upgrading.

@johnniwinther
Copy link

@stefantsov You fixed something like this recently. Is this a new case or has your fix not rolled in yet?

dart-bot pushed a commit to dart-lang/sdk that referenced this issue Jun 14, 2021
Closes #84212.

Bug: flutter/flutter#84212
Change-Id: I4138b65988947396c619a4a4fa5044aac63531cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/203503
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Dmitry Stefantsov <dmitryas@google.com>
@jonahwilliams jonahwilliams removed the tool Affects the "flutter" command-line tool. See also t: labels. label Jun 14, 2021
@a-siva
Copy link
Contributor
a-siva commented Jun 15, 2021

@johnniwinther the cfe change did not make the Dart 2.14 beta branch cut, should this be considered for cherry pick into that branch, also how about into Dart 2.13 stable ?

@mraleph
Copy link
Member
mraleph commented Jun 16, 2021

Filed CP per @johnniwinther's request: dart-lang/sdk#46381

dart-bot pushed a commit to dart-lang/sdk that referenced this issue Jun 18, 2021
Closes #84212.

Bug: flutter/flutter#84212
Change-Id: I4138b65988947396c619a4a4fa5044aac63531cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/203503
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Dmitry Stefantsov <dmitryas@google.com>
dart-bot pushed a commit to dart-lang/sdk that referenced this issue Jun 23, 2021
Closes #84212.

Bug: flutter/flutter#84212
Change-Id: I4138b65988947396c619a4a4fa5044aac63531cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/203503
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Dmitry Stefantsov <dmitryas@google.com>
@Dalimar95
Copy link
Author

Thanks guys !

@TahaTesser TahaTesser added the r: fixed Issue is closed as already fixed in a newer version label Jul 29, 2021
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: crash Stack traces logged to the console c: regression It was better in the past than it is now dependency: dart Dart team may need to help us r: fixed Issue is closed as already fixed in a newer version
Projects
None yet
Development

No branches or pull requests

7 participants