Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 726 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 726 Bytes

news_reader

Headlines Reader

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

Running the App

  • Install & Setup Flutter

  • Get an API key from News API and included it in the Config

  • 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

Run Unit & Widget Tests

  • Use flutter test to run all unit and widget tests