I/O Flip - an example of how to use the bloc, flutter_bloc, and flame_bloc packages to create a card game -- made for Google I/O 2023. Web Counter - an example of how to use a CounterBloc in an AngularDart app. Github Search - an example of how to create a Github Search App...
Implement BLoC pattern using flutter_bloc. Contribute to szulamian/flutter_bloc_example development by creating an account on GitHub.
firebase login tutorial with flutter_bloc - How to create a fully functional login/sign up flow using the bloc and flutter_bloc packages with Firebase Authentication and Google Sign In. flutter timer tutorial with flutter_bloc - How to create a timer app using the bloc and flutter_bloc package...
dependencies: bloc: ^9.0.0 cloud_firestore: ^5.6.3 cupertino_icons: ^1.0.8 firebase_auth: ^5.4.2 firebase_core: ^3.11.0 flutter: sdk: flutter6 changes: 6 additions & 0 deletions 6 windows/flutter/generated_plugin_registrant.cc Original file line numberDiff line numberDiff line change ...
A predictable state management library that helps implement the BLoC design pattern - cevheri/flutter_bloc
Flutter Complete Reference - A book about the Dart programming language (version 2.10, with null safety support) and the Flutter framework (version 1.20). It covers the bloc package (version 6.0.3) in all flavors: bloc, flutter_bloc hydrated_bloc, replay_bloc, bloc_test and cubit. Extensions...
Flutter Complete Reference - A book about the Dart programming language (version 2.10, with null safety support) and the Flutter framework (version 1.20). It covers the bloc package (version 6.0.3) in all flavors: bloc, flutter_bloc hydrated_bloc, replay_bloc, bloc_test and cubit....
Todos- an example of how to create a Todos Application using theblocandflutter_blocpackages. Timer- an example of how to create a Timer using theblocandflutter_blocpackages. Web Counter- an example of how to use aCounterBlocin an AngularDart app. ...
Flutter Complete Reference - A book about the Dart programming language (version 2.10, with null safety support) and the Flutter framework (version 1.20). It covers the bloc package (version 6.0.3) in all flavors: bloc, flutter_bloc hydrated_bloc, replay_bloc, bloc_test and cubit. Extensions...
login tutorial with flutter_bloc - How to create a full login flow using the bloc and flutter_bloc packages. unit testing with bloc - How to unit test the blocs created in the flutter login tutorial. infinite list tutorial with flutter_bloc - How to create an infinite list using the bloc...