Flutter Netflix Clone (with Clean Architecture) Part 1
Flutter Netflix Clone (with Clean Architecture) Part 2
Flutter Netflix Clone (with Clean Architecture) Part 3 coming soon
Flutter Netflix Clone (with Clean Architecture) Part 4 coming soon
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
.
http:- Link:
Dio:- Link:
built_value:- Link:
built_collection:- Link:
built_value_generator:- Link:
build_runner:- Link:
# The Clean Architecture proposed by our friendly Uncle Bob
@AmirKhan , Youtube : @eTechViral , Twitter : @AmirKhan