flosha 1.0.0 copy "flosha: ^1.0.0" to clipboard
flosha: ^1.0.0 copied to clipboard

Boilerplate for handling state with BLoC pattern in a smooth way

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flosha

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

dependencies:
  flosha: ^1.0.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:flosha/flosha.dart';
2
likes
50
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Boilerplate for handling state with BLoC pattern in a smooth way

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

dartz, equatable, flutter, flutter_bloc, flutter_form_builder, form_builder_validators, freezed_annotation, logger, pull_to_refresh

More

Packages that depend on flosha