rohan20 / flutter-chat-app

A chat app built on Flutter with firebase authentication and image sharing capability.
MIT License
1.13k stars 326 forks source link

Future subtype error #4

Closed xp4u1 closed 5 years ago

xp4u1 commented 6 years ago

Error while starting the app: type 'Future<dynamic>' is not a subtype of type 'Future<int>'

dark-chocolate commented 6 years ago

You simply needs to useFuture<int> instead of Future<dynamic>