djangoflow_bloc_extensions 0.0.2+1 copy "djangoflow_bloc_extensions: ^0.0.2+1" to clipboard
djangoflow_bloc_extensions: ^0.0.2+1 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 Dart:

 $ dart pub add djangoflow_bloc_extensions

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 dart pub get):

dependencies:
  djangoflow_bloc_extensions: ^0.0.2+1

Alternatively, your editor might support dart pub get or 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
0
pub points
38%
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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on djangoflow_bloc_extensions