A simple news reader that allows you to cache and favorite news headlines from News API
Android support for background syncing to a shared sqlite database via Room and WorkManager
-
To run this on a connected device, Android emulator, or iOS simulator you can use the Flutter CLI
flutter run
or the run option from your Flutter supported IDE of choice
- Use
flutter test
to run all unit and widget tests