developer_quest
developer_quest copied to clipboard
Casting issue on the stat_badge.dart
Explicit casting is required at the beginning of the valueChanged() function.
T change = widget.statValue.number - _lastStatValue as T;
THE SAME
the same
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'.
Same issue here.