form_cubit 0.0.1 copy "form_cubit: ^0.0.1" to clipboard
form_cubit: ^0.0.1 copied to clipboard

Package for managing form state, in Flutter using Cubits. Includes validation, binding and error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_cubit

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

dependencies:
  form_cubit: ^0.0.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:form_cubit/form_cubit.dart';
0
likes
150
points
12
downloads

Documentation

API reference

Publisher

verified publisherthecodebrothers.pl

Weekly Downloads

Package for managing form state, in Flutter using Cubits. Includes validation, binding and error handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, equatable, flutter, flutter_bloc, provider, single_value_cubit

More

Packages that depend on form_cubit