bloc_simple 1.0.3 copy "bloc_simple: ^1.0.3" to clipboard
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';
2
likes
120
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

A package that makes life more easier

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bloc, bloc_test, cupertino_icons, equatable, flutter, flutter_bloc, meta

More

Packages that depend on bloc_simple