Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (27 loc) · 1.38 KB

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