developer_quest icon indicating copy to clipboard operation
developer_quest copied to clipboard

Casting issue on the stat_badge.dart

Open mcruzie opened this issue 5 years ago • 4 comments

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

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

mcruzie avatar May 16 '20 21:05 mcruzie

THE SAME

NoraGithub avatar Jul 05 '20 11:07 NoraGithub

the same

meizushooter avatar Aug 13 '20 14:08 meizushooter

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'.

gxman avatar May 07 '21 14:05 gxman

Same issue here.

p1erre avatar May 13 '21 17:05 p1erre