djangoflow_bloc_extensions 0.0.2+3 copy "djangoflow_bloc_extensions: ^0.0.2+3" to clipboard
djangoflow_bloc_extensions: ^0.0.2+3 copied to clipboard

DjangoFlow BLoC Extensions is a Flutter package that provides helpful extensions and mixins to enhance the behavior of BLoC classes in your Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add djangoflow_bloc_extensions

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

dependencies:
  djangoflow_bloc_extensions: ^0.0.2+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:djangoflow_bloc_extensions/djangoflow_bloc_extensions.dart';
0
likes
130
pub points
40%
popularity

Publisher

verified publisherapexive.com

DjangoFlow BLoC Extensions is a Flutter package that provides helpful extensions and mixins to enhance the behavior of BLoC classes in your Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on djangoflow_bloc_extensions