-
-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🐛 [FlyoutListTile] in 4.1.1 throws "Null check operator used on a null value" #650
Comments
issue persists in |
The problem seems to be coming from For a temporary fix I just commented lines 131 and 173 in the content.dart file which contains FlyoutListTile |
|
The |
Just upgraded from 3.12 to 4.1.1 and all my FlyoutListTile widgets throw exception
the mere use of it:
FlyoutListTile(text: Text('text')),
Flutter 3.3.9 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b8f7f1f986 (3 weeks ago) • 2022-11-23 06:43:51 +0900
Engine • revision 8f2221fbef
Tools • Dart 2.18.5 • DevTools 2.15.0
The text was updated successfully, but these errors were encountered: