Flutter My Daily Task App (with Clean Architecture) Part 1
Flutter My Daily Task App (with Clean Architecture) Part 2
Flutter My Daily Task App (with Clean Architecture) Part 3
Flutter My Daily Task App (with Clean Architecture) Part 4
Flutter My Daily Task App (with Clean Architecture) Part 5
Flutter My Daily Task App (with Clean Architecture) Part 6
Flutter My Daily Task App (with Clean Architecture) Part 7
Flutter My Daily Task App (with Clean Architecture) Part 8
Flutter My Daily Task App (with Clean Architecture) Part 9
Flutter My Daily Task App (with Clean Architecture) Part 10
flutter_bloc : Widgets that make it easy to integrate blocs and cubits into Flutter. Built to work with package:bloc. The Bloc library provides very good 🦄 tooling and compared to other state management solutions that use Streams, it's a pure gem.
get_it : This is a simple Service Locator for Dart and Flutter projects with some additional goodies highly inspired by Splat. It can be used instead of InheritedWidget
or Provider
to access objects e.g. from your UI.
equatable: Being able to compare objects in Dart
often involves having to override the ==
operator as well as hashCode
.
fluttertoast :- Link:
sembast:- Link: Yet another NoSQL persistent store database solution for single process io applications.
animated_bottom_navigation_bar:- Link:
intl:- Link:
flutter_slidable:- Link:
path_provider:- Link:
awesome_dialog:- Link:
flutter_local_notifications:- Link:
path_provider:- Link:
# The Clean Architecture proposed by our friendly Uncle Bob
@AmirKhan , Youtube : @eTechViral , Twitter : @AmirKhan