bloc_simple 1.0.3
bloc_simple: ^1.0.3 copied to clipboard
A package that makes life more easier
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bloc_simple
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bloc_simple: ^1.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bloc_simple/example/main.dart';
import 'package:bloc_simple/repository_connector.dart';
import 'package:bloc_simple/simple_bloc.dart';
import 'package:bloc_simple/simple_cubit.dart';
import 'package:bloc_simple/state_types.dart';
import 'package:bloc_simple/testing_utilities.dart';
import 'package:bloc_simple/testing_widget/my_bloc.dart';