form_builder_number_text_field 0.9.1 copy "form_builder_number_text_field: ^0.9.1" to clipboard
form_builder_number_text_field: ^0.9.1 copied to clipboard

A specialized FormBuilder textfield for numeric input, featuring automatic data type casting, strict input formatting, and localized decimal separators.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_builder_number_text_field

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

dependencies:
  form_builder_number_text_field: ^0.9.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_builder_number_text_field/form_builder_number_text_field.dart';
0
likes
160
points
158
downloads

Documentation

API reference

Publisher

verified publishero7planning.org

Weekly Downloads

A specialized FormBuilder textfield for numeric input, featuring automatic data type casting, strict input formatting, and localized decimal separators.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_form_builder, number_text_input_formatter

More

Packages that depend on form_builder_number_text_field