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

Casting issue on the stat_badge.dart #154

Open
mcruzie opened this issue May 16, 2020 · 4 comments
Open

Casting issue on the stat_badge.dart #154

mcruzie opened this issue May 16, 2020 · 4 comments

Comments

@mcruzie
Copy link

mcruzie commented May 16, 2020

Explicit casting is required at the beginning of the valueChanged() function.

T change = widget.statValue.number - _lastStatValue as T;

@NoraGithub
Copy link

THE SAME

@meizushooter
Copy link

the same

@gxman
Copy link

gxman commented May 7, 2021

FAILURE: Build failed with an exception.
flutter/.pub-cache/hosted/pub.dartlang.org/provider-2.0.1+1/lib/src/provider.dart:179:19: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.

@p1erre
Copy link

p1erre commented May 13, 2021

Same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants