Home

Awesome

News Buzz

News App created in Flutter using News API for fetching realtime data and Firebase as the backend and authenticator.

Features

Preview

ios-demo

Dependencies

Getting Started

1. Setup Flutter

2. Clone the repo

$ git clone https://github.com/theankurkedia/newsbuzz.git
$ cd newsbuzz/

3. Setup firebase app

  1. You'll need to create a Firebase instance. Follow the instructions at https://console.firebase.google.com.
  2. Once your Firebase instance is created, you'll need to enable anonymous authentication.
  1. (skip if not running on Android)
keytool -exportcert -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
  1. (skip if not running on iOS)

4. Run the app

$ flutter run

License

Licensed under the MIT license.