formwise 1.1.0 copy "formwise: ^1.1.0" to clipboard
formwise: ^1.1.0 copied to clipboard

Smart form fields for Flutter with auto-validation, auto-formatting, typo detection, and animated error feedback. Supports email, phone, credit card, URL, and custom fields.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add formwise

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

dependencies:
  formwise: ^1.1.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:formwise/formwise.dart';
0
likes
160
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Smart form fields for Flutter with auto-validation, auto-formatting, typo detection, and animated error feedback. Supports email, phone, credit card, URL, and custom fields.

Repository (GitHub)
View/report issues

Topics

#form #validation #input #formatting #widget

License

MIT (license)

Dependencies

flutter, tflite_flutter

More

Packages that depend on formwise