For questions relating to the "flutter_bloc" package for the Flutter framework. Use this tag in combination with the general [flutter] tag. If your question applies to Flutter more generally, use the [flutter] tag only.
This tag should be used for any questions regarding the flutter_bloc
package for the Flutter framework.
flutter_bloc
is a package implementing the BloC pattern for Flutter, specifically the BlocProvider
and BlocBuilder
classes.
To get started, you can read through the README document on GitHub.