Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 788 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 788 Bytes

World News Flutter Application

A simple flutter application to view the latest world news and powered by NewsAPI.org and implementing Firebase services.

Implementation & Features

  • Dart programming language.
  • Flutter framework for cross platform mobile applications.
  • NewsAPI.org News feeds.
  • Material Design for UI elements.
  • Firebase Cloud Messaging integration for push notifications and messages.
  • Google's AdMob for interstitial ads.

Getting Started

  • Clone the project:
git clone https://github.com/Feras94/Flutter-News
  • Restore packages:
flutter packages get
  • Run on connected device:
flutter run

Building APK for Production

flutter build apk