flutter_bloc_example

flutter project implementing flutter counter example with flutter_bloc package .

Getting Started

in this article (arabic) you will learn

  • What is Bloc ?
  • How it works Under The Hood ?
  • what is Bloc Event ?
  • what is Bloc State ?
  • How to map Events to States ?
  • How to listen to new states ?
  • What is and how to use BlocProvider , BlocConsumer, BlocListener, BlocBuilder
  • where to go next?