A beautiful and user-friendly news app built with flutter and Bloc
Flutter Bloc News App
A beautiful and user-friendly news app built with flutter that demonstrates the use of flutter_bloc to achieve separation of concerns. It helps you to keep your code properly managed and separates the UI, business logic and network logic in three different sections. Though some features are yet to be implemented but still it’s a pretty nice app for me. ( Latest code is on the dev branch )
Features
- News in a single click
- Read the news based on your intersts and preferences
- User friendly interface
Installation
Clone this repository and run the project with the below command. Make sure you have the flutter installed and properly configured. You can use the android/ios emulator to run the application or even a physical device.
- Install the required packages after cloning
flutter pub get
- Run the application
flutter run
Built With ⚒️
- Flutter
- News API
- Flutter Bloc
- Flutter animate