foo_form_field 0.2.0 copy "foo_form_field: ^0.2.0" to clipboard
foo_form_field: ^0.2.0 copied to clipboard

Reusable Flutter FormFields and formatters for integer-only input.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add foo_form_field

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

dependencies:
  foo_form_field: ^0.2.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:foo_form_field/foo_form_field.dart';
0
likes
160
points
790
downloads

Publisher

unverified uploader

Weekly Downloads

Reusable Flutter FormFields and formatters for integer-only input.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on foo_form_field