lohanidamodar / flutter_audiobooks_app

Now runs on Flutter 3 - An audiobook downloader and player in flutter using librivox api (WIP)
GNU General Public License v3.0
171 stars 52 forks source link

dart:async not required in few dart files as per Dart 2.1 #7

Closed Himanshuranjan30 closed 1 year ago

Himanshuranjan30 commented 4 years ago

Future and Streams are implemented in dart:core package is automatically imported in all the dart files.

lohanidamodar commented 1 year ago

All updated for latest version of Flutter.