A News App built with Flutter and News API.
The purpose of this project is to learn BLoC and Clean Architecture.
- Material 3
- Light and dark mode
- First time launch check
- Offline mode
- Infinite scroll pagination
- Refresh indicator
- Search by category
- Search by keyword
- Save news
- flutter_bloc
- dio
- cached_network_image
- hive
- internet_connection_checker
- json_serializable
- flutter_staggered_grid_view
- intl
- build_runner
- Download Flutter SDK to your machine
- Install this repository
- Build and run the debug app on emulator, real device
git clone https://github.com/tuanvumaihuynh/flutter-news-app.git
flutter pub get
flutter run