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

Convex Bottom Bar breaks on latest beta channel release #132

Closed
liubrandon opened this issue Feb 9, 2021 · 10 comments · Fixed by #136
Closed

Convex Bottom Bar breaks on latest beta channel release #132

liubrandon opened this issue Feb 9, 2021 · 10 comments · Fixed by #136
Labels
flutter framework Compatibility caused by flutter or dart framework itself invalid This doesn't seem right working on it Some work is to be done

Comments

@liubrandon
Copy link

Notice for Stack compile error

* Replace all Stack.overflow to Stack.clipBehavior. 
* The removal of [Stack.overflow][https://api.flutter.dev/flutter/widgets/Stack/overflow.html] is not a good idea, and the Flutter team has noticed that it would take time to remove all the usage without breaking Google.
Since the overflow has been removed in 1.20 and be rolled back now(perhaps 1.22? not for sure). It's hard to say when it will be removed again, so just replace all overflow with clipBehavior.

Please search the issue list and FAQ list before opening any issues!!

Describe the bug

convex_bottom_bar 2.6.0 on web breaks with the latest beta release.

Environment details

Paste the flutter environment detail.
[✓] Flutter (Channel beta, 1.26.0-17.3.pre, on macOS 11.2 20D64 darwin-x64, locale en)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.6)
[✓] VS Code (version 1.52.1)
[✓] Connected device (1 available)

flutter doctor
flutter --version

Paste the package version.

dependencies:
  convex_bottom_bar: 2.6.0

To Reproduce

Steps to reproduce the behavior:
Implement ConvexAppBar on a Flutter web app on the latest beta channel, and the following error is thrown

Output

Warning: Flutter's support for web development is not stable yet and hasn't
been thoroughly tested in production environments.
For more information see https://flutter.dev/web

🔥 To hot restart changes while running, press "r" or "R".
For a more detailed help message, press "h". To quit, press "q".
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following TypeErrorImpl was thrown building ConvexAppBar(dirty, dependencies:
[_EffectiveTickerMode, MediaQuery, Directionality], state: ConvexAppBarState#6162b(tickers: tracking
1 ticker)):
Expected a value of type 'SkDeletable', but got one of type 'Null'

The relevant error-causing widget was:
ConvexAppBar file:///Users/brandonliu/Documents/Github/instacritic/lib/instacritic.dart:434:12

When the exception was thrown, this was the stack:
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 236:49 throw
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 84:3 castError
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/types.dart 266:34 as
lib/_engine/engine/canvaskit/skia_object_cache.dart 146:55 new
lib/_engine/engine/canvaskit/mask_filter.dart 10:3 blur
lib/_engine/engine/canvaskit/painting.dart 141:36 set maskFilter
packages/convex_bottom_bar/src/painter.dart 61:9
packages/convex_bottom_bar/src/painter.dart 61:60 new
packages/convex_bottom_bar/src/bar.dart 534:22 build
packages/flutter/src/widgets/framework.dart 4612:27 build
packages/flutter/src/widgets/framework.dart 4495:15 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 6094:32 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 6094:32 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 6094:32 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/provider/src/inherited_provider.dart 426:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/nested/nested.dart 223:11 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/binding.dart 1182:16 [_rebuild]
packages/flutter/src/widgets/binding.dart 1153:5 mount
packages/flutter/src/widgets/binding.dart 1095:16
packages/flutter/src/widgets/framework.dart 2647:19 buildScope
packages/flutter/src/widgets/binding.dart 1094:12 attachToRenderTree
packages/flutter/src/widgets/binding.dart 933:24 attachRootWidget
packages/flutter/src/widgets/binding.dart 915:7
dart-sdk/lib/_internal/js_dev_runtime/private/isolate_helper.dart 48:19 internalCallback

════════════════════════════════════════════════════════════════════════════════════════════════════
Another exception was thrown: Expected a value of type 'SkDeletable', but got one of type 'Null'
Another exception was thrown: Expected a value of type 'SkDeletable', but got one of type 'Null'
Another exception was thrown: ImageCodecException: Failed to load network image.
Another exception was thrown: ImageCodecException: Failed to load network image.
Another exception was thrown: ImageCodecException: Failed to load network image.
Another exception was thrown: ImageCodecException: Failed to load network image.

**Expected behavior**

A clear and concise description of what you expected to happen.
The convex bottom bar should run as normal as per previous Flutter web releases
Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@avenwu
Copy link
Contributor

avenwu commented Feb 18, 2021

According to the log. It seems the framework internal for web-js failed to cast the SkDeletable. Will checkout if there is anything we can do to avoid the crash.

The following TypeErrorImpl was thrown building ConvexAppBar(dirty, dependencies:
[_EffectiveTickerMode, MediaQuery, Directionality], state: ConvexAppBarState#6162b(tickers: tracking
1 ticker)):
Expected a value of type 'SkDeletable', but got one of type 'Null'

The relevant error-causing widget was:
ConvexAppBar file:///Users/brandonliu/Documents/Github/instacritic/lib/instacritic.dart:434:12

When the exception was thrown, this was the stack:
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 236:49 throw
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 84:3 castError
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/types.dart 266:34 as
lib/_engine/engine/canvaskit/skia_object_cache.dart 146:55 new
lib/_engine/engine/canvaskit/mask_filter.dart 10:3 blur
lib/_engine/engine/canvaskit/painting.dart 141:36 set maskFilter
packages/convex_bottom_bar/src/painter.dart 61:9

@avenwu avenwu added the flutter framework Compatibility caused by flutter or dart framework itself label Feb 18, 2021
@liubrandon
Copy link
Author

This "Expected a value of type 'SkDeletable', but got one of type 'Null'" error also occurs on the new 2.0 flutter version released on the stable channel today.

Output

══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following TypeErrorImpl was thrown building ConvexAppBar(dirty, dependencies: [_EffectiveTickerMode, MediaQuery, Directionality], state: ConvexAppBarState#db0eb(tickers: tracking 1 ticker)): Expected a value of type 'SkDeletable', but got one of type 'Null'

The relevant error-causing widget was:
ConvexAppBar file:///Users/brandonliu/Documents/Github/instacritic/lib/instacritic.dart:438:12

When the exception was thrown, this was the stack:
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 236:49 throw
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 84:3 castError
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/types.dart 266:34 as
lib/_engine/engine/canvaskit/skia_object_cache.dart 146:55 new
lib/_engine/engine/canvaskit/mask_filter.dart 10:3 blur
lib/_engine/engine/canvaskit/painting.dart 141:36 set maskFilter
packages/convex_bottom_bar/src/painter.dart 61:9
packages/convex_bottom_bar/src/painter.dart 61:60 new
packages/convex_bottom_bar/src/bar.dart 534:22 build
packages/flutter/src/widgets/framework.dart 4612:27 build
packages/flutter/src/widgets/framework.dart 4495:15 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 6094:32 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 6094:32 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 6094:32 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 5974:14 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4667:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/provider/src/inherited_provider.dart 426:11 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/nested/nested.dart 223:11 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/framework.dart 4520:16 performRebuild
packages/flutter/src/widgets/framework.dart 4189:5 rebuild
packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild]
packages/flutter/src/widgets/framework.dart 4469:5 mount
packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget
packages/flutter/src/widgets/framework.dart 3306:18 updateChild
packages/flutter/src/widgets/binding.dart 1182:16 [_rebuild]
packages/flutter/src/widgets/binding.dart 1153:5 mount
packages/flutter/src/widgets/binding.dart 1095:16
packages/flutter/src/widgets/framework.dart 2647:19 buildScope
packages/flutter/src/widgets/binding.dart 1094:12 attachToRenderTree
packages/flutter/src/widgets/binding.dart 933:24 attachRootWidget
packages/flutter/src/widgets/binding.dart 915:7
dart-sdk/lib/_internal/js_dev_runtime/private/isolate_helper.dart 48:19 internalCallback

════════════════════════════════════════════════════════════════════════════════════════════════════
Another exception was thrown: Expected a value of type 'SkDeletable', but got one of type 'Null'
Another exception was thrown: Expected a value of type 'SkDeletable', but got one of type 'Null'
Another exception was thrown: ImageCodecException: Failed to load network image.
Another exception was thrown: ImageCodecException: Failed to load network image.
Another exception was thrown: ImageCodecException: Failed to load network image.
Another exception was thrown: ImageCodecException: Failed to load network image.

@avenwu
Copy link
Contributor

avenwu commented Mar 8, 2021

@liubrandon
I have just test flutter 2.0. All existed example works well. You can try with the latest version( should be ^2.7.1), if you still failed to compile or run your project. You can simplify the code and post on here so we can reproduce the case.

aven@aven-mac-pro-2 example % flutter build web

Building without sound null safety
For more information see https://dart.dev/null-safety/unsound-null-safety

Compiling lib/main.dart for the Web...                             739ms
aven@aven-mac-pro-2 example % flutter --version
Flutter 2.0.0 • channel unknown • unknown source
Framework • revision 60bd88df91 (4 days ago) • 2021-03-03 09:13:17 -0800
Engine • revision 40441def69
Tools • Dart 2.12.0

@avenwu avenwu added the invalid This doesn't seem right label Mar 8, 2021
@liubrandon
Copy link
Author

I identified the bug by setting 'elevation: 0' as shown here: https://gist.github.com/liubrandon/86166f13379617c3de5965c554505710#file-main-dart-L57

Currently, I just removed that option after upgrading to the latest stable branch and am working through some other potentially unrelated bugs.

@avenwu
Copy link
Contributor

avenwu commented Mar 8, 2021

set elevation: 0 did not break the compiler.

Screen Shot 2021-03-08 at 11 18 59 AM

I just removed that option after upgrading to the latest stable branch and am working through some other potentially unrelated bugs.

Have you use ^2.7.1?

@liubrandon
Copy link
Author

Hi @avenwu, yes in my pubspec.yaml I have: convex_bottom_bar: ^2.7.1+2 to go along with the gist I linked.

Here is my flutter doctor -v:
flutter doctor -v
[✓] Flutter (Channel stable, 2.0.1, on macOS 11.2.2 20D80 darwin-x64, locale en)
• Flutter version 2.0.1 at /Users/brandonliu/development/flutter
• Framework revision c5a4b4029c (3 days ago), 2021-03-04 09:47:48 -0800
• Engine revision 40441def69
• Dart version 2.12.0

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at /Users/brandonliu/Library/Android/sdk
• Platform android-29, build-tools 29.0.3
• Java binary at: /Applications/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 at /Applications/Xcode.app/Contents/Developer
• Xcode 12.4, Build version 12D4e
• CocoaPods version 1.10.1

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

[✓] Android Studio (version 3.6)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 45.1.1
• Dart plugin version 192.8052
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)

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

[✓] Connected device (1 available)
• Chrome (web) • chrome • web-javascript • Google Chrome 88.0.4324.192

• No issues found!

@liubrandon
Copy link
Author

liubrandon commented Mar 8, 2021

The other bugs I mentioned are in my real app, but the SkDeletable bug is the only issue the occurs in the sample main.dart app I linked. For what it's worth when I set elevation to 1 (and it seems other values) the error goes away.

@avenwu
Copy link
Contributor

avenwu commented Mar 8, 2021

That's weird. I've add some try/catch internal. Please update to 3.0.0-nullsafety.1.

 try {
  _shadowPaint
    ..color = shadowColor
    ..maskFilter = MaskFilter.blur(BlurStyle.outer, sigma);
} catch (e, s) {
  debugPrintStack(label: 'ElevationError', stackTrace: s);
}

@avenwu avenwu added the working on it Some work is to be done label Mar 8, 2021
@liubrandon
Copy link
Author

liubrandon commented Mar 8, 2021

Here is the output after updating: (Sorry the formatting is poor, I'm not sure how to fix it)

Output
ElevationError lib/_engine/engine/canvaskit/skia_object_cache.dart 146:55 new lib/_engine/engine/canvaskit/mask_filter.dart 10:3 blur lib/_engine/engine/canvaskit/painting.dart 141:36 set maskFilter packages/convex_bottom_bar/src/painter.dart 62:11 packages/convex_bottom_bar/src/painter.dart 62:62 new packages/convex_bottom_bar/src/bar.dart 554:22 build packages/flutter/src/widgets/framework.dart 4612:27 build packages/flutter/src/widgets/framework.dart 4495:15 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 `mount` packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 6094:32 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 6094:32 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 6094:32 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 5974:14 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/framework.dart 4520:16 performRebuild packages/flutter/src/widgets/framework.dart 4667:11 performRebuild packages/flutter/src/widgets/framework.dart 4189:5 rebuild packages/flutter/src/widgets/framework.dart 4474:5 [_firstBuild] packages/flutter/src/widgets/framework.dart 4658:11 [_firstBuild] packages/flutter/src/widgets/framework.dart 4469:5 mount packages/flutter/src/widgets/framework.dart 3541:13 inflateWidget packages/flutter/src/widgets/framework.dart 3306:18 updateChild packages/flutter/src/widgets/binding.dart 1182:16 [_rebuild] packages/flutter/src/widgets/binding.dart 1153:5 mount packages/flutter/src/widgets/binding.dart 1095:16 packages/flutter/src/widgets/framework.dart 2647:19 buildScope packages/flutter/src/widgets/binding.dart 1094:12 attachToRenderTree packages/flutter/src/widgets/binding.dart 933:24 attachRootWidget packages/flutter/src/widgets/binding.dart 915:7 dart-sdk/lib/_internal/js_dev_runtime/private/isolate_helper.dart 48:19 internalCallback

@avenwu
Copy link
Contributor

avenwu commented Mar 8, 2021

This output is expected. Just ignore it. The try/catch is used to skip the runtime exception. As in your case, you're setting the elevation to 0, the result is same as we've never called the setMaskFilter

avenwu added a commit that referenced this issue Mar 8, 2021
1. Merge null-safety feature;
2. Catch flutter web crash while setting elevation to 0: #132
@avenwu avenwu linked a pull request Mar 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flutter framework Compatibility caused by flutter or dart framework itself invalid This doesn't seem right working on it Some work is to be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants