flutter_bloc_one_shot 0.2.0 copy "flutter_bloc_one_shot: ^0.2.0" to clipboard
flutter_bloc_one_shot: ^0.2.0 copied to clipboard

Flutter widgets for bloc_one_shot. Provides SideEffectProvider, SideEffectListener, and SideEffectConsumer widgets that mirror BlocProvider/BlocListener/BlocConsumer API conventions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_bloc_one_shot

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

dependencies:
  flutter_bloc_one_shot: ^0.2.0

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_bloc_one_shot/flutter_bloc_one_shot.dart';
1
likes
140
points
172
downloads

Publisher

verified publisheraltumstack.com

Weekly Downloads

Flutter widgets for bloc_one_shot. Provides SideEffectProvider, SideEffectListener, and SideEffectConsumer widgets that mirror BlocProvider/BlocListener/BlocConsumer API conventions.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bloc_one_shot, flutter, flutter_bloc, provider

More

Packages that depend on flutter_bloc_one_shot