a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Other
125 stars 63 forks source link

Crashing when applying style to map #83

Closed knight-shade closed 2 years ago

knight-shade commented 4 years ago

Code:

Here The styling tutorial in this repo doesn't work.

Flutter version

~ ./Downloads/flutter/bin/flutter doctor -v
[✓] Flutter (Channel beta, 1.18.0-11.1.pre, on Mac OS X 10.15.4 19E287, locale en-GB) • Flutter version 1.18.0-11.1.pre at /Users/abhishek/Downloads/flutter • Framework revision 2738a1148b (3 weeks ago), 2020-05-13 15:24:36 -0700 • Engine revision ef9215ceb2 • Dart version 2.9.0 (build 2.9.0-8.2.beta)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/abhishek/Library/Android/sdk • Platform android-29, build-tools 29.0.2 • ANDROID_HOME = /Users/abhishek/Library/Android/sdk • ANDROID_SDK_ROOT = /Users/abhishek/Library/Android/sdk • Java binary at: /Users/abhishek/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/192.6392135/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.4.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.4.1, Build version 11E503a • CocoaPods version 1.9.1

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

[✓] Android Studio (version 3.6) • Android Studio at /Users/abhishek/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/192.6392135/Android Studio.app/Contents • Flutter plugin version 46.0.1 • Dart plugin version 192.8052 • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)

[!] IntelliJ IDEA Ultimate Edition (version 2020.1.1) • IntelliJ at /Users/abhishek/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. • For information about installing plugins, see https://flutter.dev/intellij-setup/#installing-the-plugins

[✓] Connected device (2 available) • Web Server • web-server • web-javascript • Flutter Tools • Chrome • chrome • web-javascript • Google Chrome 83.0.4103.61

! Doctor found issues in 1 category.

~./Downloads/flutter/bin/flutter doctor --version Flutter 1.18.0-11.1.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision 2738a1148b (3 weeks ago) • 2020-05-13 15:24:36 -0700 Engine • revision ef9215ceb2 Tools • Dart 2.9.0 (build 2.9.0-8.2.beta)

Stacktrace

Launching lib/main.dart on Chrome in debug mode... Syncing files to device Chrome... Debug service listening on ws://127.0.0.1:64581/EncFUaN8zOo= Debug service listening on ws://127.0.0.1:64581/EncFUaN8zOo= Error: Expected a value of type 'MapTypeStyler', but got one of type 'NativeJavaScriptObject' at Object.throw_ [as throw] (http://localhost:64536/dart_sdk.js:4773:11) at Object.castError (http://localhost:64536/dart_sdk.js:4746:15) at Object.cast [as as] (http://localhost:64536/dart_sdk.js:5055:17) at dart.LegacyType.new.as (http://localhost:64536/dart_sdk.js:6517:60) at http://localhost:64536/packages/locusttracker/main.dart.lib.js:782:228 at Object._createPlatformView (http://localhost:64536/dart_sdk.js:158245:84) at Object.handlePlatformViewCall (http://localhost:64536/dart_sdk.js:158225:17) at _engine.EngineWindow.new.[_sendPlatformMessage] (http://localhost:64536/dart_sdk.js:157054:21) at _engine.EngineWindow.new.sendPlatformMessage (http://localhost:64536/dart_sdk.js:156960:33) at _DefaultBinaryMessenger.[_sendPlatformMessage] (http://localhost:64536/packages/flutter/src/services/platform_channel.dart.lib.js:1385:17) at _DefaultBinaryMessenger.send (http://localhost:64536/packages/flutter/src/services/platform_channel.dart.lib.js:1421:40) at MethodChannel._invokeMethod (http://localhost:64536/packages/flutter/src/services/platform_channel.dart.lib.js:393:50) at _invokeMethod.next () at runBody (http://localhost:64536/dart_sdk.js:35674:34) at Object._async [as async] (http://localhost:64536/dart_sdk.js:35702:7) at MethodChannel.[_invokeMethod] (http://localhost:64536/packages/flutter/src/services/platform_channel.dart.lib.js:391:20) at MethodChannel.invokeMethod (http://localhost:64536/packages/flutter/src/services/platform_channel.dart.lib.js:404:33) at platform_view$._HtmlElementViewController.new._initialize (http://localhost:64536/packages/flutter/src/widgets/platform_view.dart.lib.js:626:61) at _initialize.next () at runBody (http://localhost:64536/dart_sdk.js:35674:34) at Object._async [as async] (http://localhost:64536/dart_sdk.js:35702:7) at platform_view$._HtmlElementViewController.new.[_initialize] (http://localhost:64536/packages/flutter/src/widgets/platform_view.dart.lib.js:624:20) at platform_view$.HtmlElementView.new.[_createHtmlElementView] (http://localhost:64536/packages/flutter/src/widgets/platform_view.dart.lib.js:583:30) at platform_view$._PlatformViewLinkState.new.[_initialize] (http://localhost:64536/packages/flutter/src/widgets/platform_view.dart.lib.js:1178:301) at platform_view$._PlatformViewLinkState.new.initState (http://localhost:64536/packages/flutter/src/widgets/platform_view.dart.lib.js:1160:24) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41750:58) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at ParentDataElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at ParentDataElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at ParentDataElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at ParentDataElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at ParentDataElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at ParentDataElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.MultiChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.MultiChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:22858:29) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at ParentDataElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at ParentDataElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at ParentDataElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at ParentDataElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at ParentDataElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at ParentDataElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.MultiChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.MultiChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:22858:29) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.MultiChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.MultiChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:22858:29) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at _InheritedNotifierElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at _InheritedNotifierElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at _InheritedNotifierElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at _InheritedNotifierElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at _InheritedNotifierElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at _InheritedNotifierElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at basic._OffstageElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at basic._OffstageElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at basic._OffstageElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at overlay$._TheatreElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at overlay$._TheatreElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:22858:29) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at _InheritedNotifierElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at _InheritedNotifierElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at _InheritedNotifierElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at _InheritedNotifierElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at _InheritedNotifierElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at _InheritedNotifierElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at _InheritedNotifierElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at _InheritedNotifierElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at _InheritedNotifierElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at _InheritedNotifierElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at _InheritedNotifierElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at _InheritedNotifierElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at _InheritedNotifierElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at _InheritedNotifierElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at _InheritedNotifierElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at _InheritedNotifierElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at _InheritedNotifierElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at _InheritedNotifierElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.SingleChildRenderObjectElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.SingleChildRenderObjectElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.SingleChildRenderObjectElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:33899:27) at _InheritedNotifierElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at _InheritedNotifierElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at _InheritedNotifierElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at _InheritedNotifierElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at _InheritedNotifierElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at _InheritedNotifierElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.InheritedElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.InheritedElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.InheritedElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.InheritedElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.InheritedElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.InheritedElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatefulElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatefulElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatefulElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41776:13) at framework.StatefulElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatefulElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41769:25) at framework.StatefulElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at framework.StatelessElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at framework.StatelessElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at framework.StatelessElement.new.performRebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12755:29) at framework.StatelessElement.new.rebuild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11949:12) at framework.StatelessElement.new.[_firstBuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12726:12) at framework.StatelessElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:12722:24) at RenderObjectToWidgetElement.new.inflateWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11537:16) at RenderObjectToWidgetElement.new.updateChild (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:11400:25) at RenderObjectToWidgetElement.new.[_rebuild] (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:40054:33) at RenderObjectToWidgetElement.new.mount (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:40035:23) at http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:39943:21 at framework.BuildOwner.new.buildScope (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:41385:13) at RenderObjectToWidgetAdapter.new.attachToRenderTree (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:39942:17) at binding$5.WidgetsFlutterBinding.new.attachRootWidget (http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:39815:227) at http://localhost:64536/packages/flutter/src/widgets/widget_span.dart.lib.js:39810:14 at internalCallback (http://localhost:64536/dart_sdk.js:22859:11)Application finished.

a14n commented 2 years ago

Closing as the style setup changed since the issue was created. Feel free to re-open.