json_gen_form 0.1.1 copy "json_gen_form: ^0.1.1" to clipboard
json_gen_form: ^0.1.1 copied to clipboard

Generate Flutter forms using JSON, featuring a variety of built-in form controls, support for validation, custom layouts, custom styles, and unlimited nested form grouping.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_gen_form

With Flutter:

 $ flutter pub add json_gen_form

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

dependencies:
  json_gen_form: ^0.1.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:json_gen_form/json_gen_form.dart';
4
likes
0
points
42
downloads

Publisher

verified publishermaxmeng.top

Weekly Downloads

Generate Flutter forms using JSON, featuring a variety of built-in form controls, support for validation, custom layouts, custom styles, and unlimited nested form grouping.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fijkplayer, flutter, image_picker, intl, omni_datetime_picker, photo_view, provider

More

Packages that depend on json_gen_form