A Flutter Posts App with clean architecture
Star this repo if you like what you see.
Packages I use:
- flutter_bloc: link
- dartz: link
- get_it: link
- equatable: link
- internet_connection_checker: link
- dio: link
- shared_preferences: link
Note: Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone https://github.com/AhmadAbbas8/posts-app-with-clean-architecture.git
$ cd posts-app-with-clean-architecture/
$ flutter pub get
$ flutter run