-
Notifications
You must be signed in to change notification settings - Fork 114
NoSuchMethodError: The getter 'value' was called on null. #1
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
Comments
ANy solution to this? |
The README doesn't mention this parameter and the internal documentation describes it as optional. Does the documentation need to be updated or should it actually be optional? |
@doppio previously I read the source code it calls this member value and does not initialize anywhere by itself so I guess README should be updated |
Esse problema esta corrigido no meu fork. |
Add this bit of code in your initState and the error will go away: final systemTheme = SystemUiOverlayStyle.light.copyWith( |
I'm getting the same issue but on line 236. |
Same here , any one have a solution |
Thats worked with me @LuizFilipeMedeira Thanks |
pubsepc.yaml
animated_bottom_navigation_bar: 0.1.2+2
home.dart
:It's this line:
width: widget.gapWidth * widget.notchAndCornersAnimation.value,
line 212animated_bottom_navigation_bar.dart
The text was updated successfully, but these errors were encountered: