async_forms 0.0.2 copy "async_forms: ^0.0.2" to clipboard
async_forms: ^0.0.2 copied to clipboard

Rewrited flutter_forms package with async validation and more

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_forms

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

dependencies:
  async_forms: ^0.0.2

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:async_forms/async_forms.dart';
2
likes
80
pub points
49%
popularity

Publisher

unverified uploader

Rewrited flutter_forms package with async validation and more

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_forms