FLUTTER ECOSYSTEM

j-j-gajjar/FLUTTER_NewsApp

Live-News-App mit Rest-API und Suchfunktion

Projektcover von Nachrichten-App Flutter
Stars
253
Forks
50
Letzter Push (UTC)
07.09.2025
Projektstatus
Aktiv
Jay Gajjar GitHub avatar
GITHUB User

Jay Gajjar ↗

Flutter‎ Developer

Terra.doIndia
SprachenDartRubySwiftKotlinObjective-C

Technische Themen

Verwandte Pakete und Beispiele

Verwendete Abhängigkeiten

Abhängigkeiten 8 Einträge

App-Kategorien

Ranglisten

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

News App Flutter GitHub stars GitHub forks

News App Flutter is a simple news app built with Flutter that displays top news from newsapi.org. The app includes a home page that displays top news, and a category page where users can choose from a range of news categories. The app also features a smooth and intuitive design with gestures and a seamless experience on both Android and iOS platforms.

[!IMPORTANT] New News app is currently under construction using the Bloc pattern. The Bloc implementation leverages various code generation packages for enhanced functionality and maintainability, including:

  • auto_route_generator
  • build_runner
  • injectable_generator
  • retrofit_generator
  • freezed
  • json_serializable

For more details and to follow the development progress, visit the GitHub repository. Contributions to this project are welcome! Feel free to fork the repository and submit pull requests.

Todos

  • [x] Sound null safety
  • [x] News Home page
  • [x] Live News
  • [x] Select news category page
  • [x] Live News
  • [x] Sort By Category | Country | News Channel
  • [x] Beautiful UI with Dual themes, ie. Light Theme and Dark Theme
  • [x] Fetch news from API
  • [x] Parse complicated JSON.
  • [x] Find With Keyword
  • [x] Display full news detail

With GetX Project

Getting Started

To get started with this project, follow these steps:

  • Clone the project to your local machine.
  • Open the project in your preferred IDE or text editor.
  • Run flutter pub get to install the required dependencies.

Dark mode https://raw.githubusercontent.com/j-j-gajjar/FLUTTER_NewsApp/master/ScreenShots/01.png Light Mode https://raw.githubusercontent.com/j-j-gajjar/FLUTTER_NewsApp/master/ScreenShots/02.png Countries https://raw.githubusercontent.com/j-j-gajjar/FLUTTER_NewsApp/master/ScreenShots/03.png
Category https://raw.githubusercontent.com/j-j-gajjar/FLUTTER_NewsApp/master/ScreenShots/04.png News Channels https://raw.githubusercontent.com/j-j-gajjar/FLUTTER_NewsApp/master/ScreenShots/05.png

Contributing

Contributions are welcome and encouraged! If you find a bug, have a suggestion for improvement, or want to add a feature, feel free to submit a pull request or open an issue.