bloc_component 0.1.8 copy "bloc_component: ^0.1.8" to clipboard
bloc_component: ^0.1.8 copied to clipboard

A library that helps structuring flutter apps using the BLoC library

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_component

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bloc_component: ^0.1.8

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_component/bloc_component.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A library that helps structuring flutter apps using the BLoC library

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

bloc, equatable, flutter, flutter_bloc, provider

More

Packages that depend on bloc_component