zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 905 forks source link

await applied to database which is not a future #99

Closed mrifni closed 3 years ago

mrifni commented 3 years ago

getting these warnings in https://github.com/zubairehman/flutter-boilerplate-project/blob/master/lib/data/local/datasources/post/post_datasource.dart

zubairehman commented 3 years ago

Hi @mrifni,

Thanks for the correction, I have removed unnecessary awaits.