FLUTTER ECOSYSTEM

akashlilhare/news_app

News app where you can see all trending news

News App project cover
Stars
21
Forks
5
Last push (UTC)
May 15, 2026
Project status
Active
Akash Lilhare GitHub avatar
GITHUB User

Akash Lilhare ↗

Mobile Product Engineer · Flutter + AI · Founder of Beast Fitness (300K downloads)

Bengaluru, IndiaOfficial website ↗
LanguagesDartSwiftKotlinObjective-C

Technical topics

Related packages and examples

Dependencies used

Dependency list 12 items

App categories

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

News App

A new Flutter application which show live news

Description

With the help of this app you can read live news from any categories:

  • Business
  • Entertainment
  • General
  • Health
  • Science
  • Sports
  • Technology
Installing required packages
  1. Clone this repository

     git clone https://github.com/akashlilhare/news_app.git
    
  2. Set current working directory to news_app

  3. Run these commands:

    flutter pub get
    flutter pub upgrade
    flutter pub outdated
    
  4. Run the app with a NewsAPI key (the app reads it from --dart-define so secrets do not need to be committed):

    flutter run --dart-define=NEWS_API_KEY=your_newsapi_key
    
This will install all the required packages

Screenshots

https://github.com/akashlilhare/news_app/blob/master/screenshot/g1.gif https://github.com/akashlilhare/news_app/blob/master/screenshot/s1.png https://github.com/akashlilhare/news_app/blob/master/screenshot/s2.png https://github.com/akashlilhare/news_app/blob/master/screenshot/screen_1.png

Contributions are always welcome!!