🚀 A Flutter project application that allows users to check out the latest news.
Once you open the application, it will display the latest news for you, and you can also search in the application for specific news, and there is a feature that enables you to save the news that you like or that you want to see at a later time, as it is stored in a database inside the application, and you can open any news in the browser if you like In addition to the ability to change the theme of the application to dark mode for more comfort while browsing the application.
This project was developed with the following technologies:
- Flutter - As a platform of development.
- NewsAPI - As a JSON API of app content.
- GetX - As a State Manager.
- Sqlite - As a local database to save articles.
This project contains the following features:
- Browse the latest news.
- Search for news.
- Add article to favorite.
- Remove article from favorite.
- Open article in browser.
- Toggle app theme to dark theme.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.