flutter_action_bloc 0.0.2+1 copy "flutter_action_bloc: ^0.0.2+1" to clipboard
flutter_action_bloc: ^0.0.2+1 copied to clipboard

Widgets that make it easy to use action_bloc with Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_action_bloc

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

dependencies:
  flutter_action_bloc: ^0.0.2+1

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:flutter_action_bloc/flutter_action_bloc.dart';
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Widgets that make it easy to use action_bloc with Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

action_bloc, flutter, flutter_bloc, provider

More

Packages that depend on flutter_action_bloc