flash_form 0.0.15 copy "flash_form: ^0.0.15" to clipboard
flash_form: ^0.0.15 copied to clipboard

FlashForm is a Flutter package that simplifies form creation by automatically generating form fields from your data model's structure. This eliminates the need to manually create widgets for each fiel [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flash_form

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

dependencies:
  flash_form: ^0.0.15

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:flash_form/flash_form.dart';
2
likes
110
points
163
downloads

Publisher

verified publishersora.fukui.jp

Weekly Downloads

FlashForm is a Flutter package that simplifies form creation by automatically generating form fields from your data model's structure. This eliminates the need to manually create widgets for each field, allowing you to build forms quickly and efficiently.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flash_form