extended_bloc 0.0.2-dev
extended_bloc: ^0.0.2-dev copied to clipboard
A predictable state management library that helps implement the BLoC design pattern.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add extended_blocThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
extended_bloc: ^0.0.2-devAlternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:extended_bloc/extended_bloc.dart';