foo_form_field 1.0.0-beta.1 copy "foo_form_field: ^1.0.0-beta.1" to clipboard
foo_form_field: ^1.0.0-beta.1 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 Dart:

 $ dart pub add foo_form_field

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

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

Publisher

unverified uploader

Weekly Downloads

Reusable Flutter FormFields and formatters for integer-only input.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on foo_form_field