/newsAppFlutter

This is basic news app made using flutter, firebase, news api etc.

Primary LanguageDartMIT LicenseMIT

News App Using Flutter

Installation

Make sure you have flutter installed on your system.

  git clone https://github.com/kituuu/newsAppFlutter.git
  cd newsAppFlutter
  Flutter run

Features

  • Sign in with google
  • Register with email and password
  • Sign in with email and password
  • View upto 10 news offline (Stored in hive db)
  • Network Image Caching (for faster image loading and saving images for offline view)
  • Read More button (to read more about the news in web-view)

License

MIT

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in lib directory

API_KEY

API_BASE_URL

Main Screen Login Screen Register Screen News Screen 1 News Screen 2 Web View