Closed xp4u1 closed 5 years ago
Error while starting the app: type 'Future<dynamic>' is not a subtype of type 'Future<int>'
type 'Future<dynamic>' is not a subtype of type 'Future<int>'
You simply needs to useFuture<int> instead of Future<dynamic>
Future<int>
Future<dynamic>
Error while starting the app:
type 'Future<dynamic>' is not a subtype of type 'Future<int>'