A modern News App built with Flutter, fetching real-time news from a free public API. Stay updated with the latest headlines in a smooth and responsive UI. The app follows Clean Architecture and uses Cubit for state management, Hive for local storage, and offline reading support.
- Fetch and display the latest news in a structured and user-friendly interface.
- Built-in audio support to listen to news articles.
- Offline mode: Save articles using Hive and access them without an internet connection.
- Flutter (Dart)
- Clean Architecture
- Cubit (State Management)
- Hive (Local Storage & Offline Support)
Back to top