zk_form_g 1.0.1
zk_form_g: ^1.0.1 copied to clipboard
A easy, extensible and dynamic flutter form framework. Support for custom selectors, validators and widgets. Support form verification, insert, delete and so on.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zk_form_gThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zk_form_g: ^1.0.1Alternatively, 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:zk_form_g/form/form.dart';
import 'package:zk_form_g/form/form_cell.dart';
import 'package:zk_form_g/form/form_field.dart';
import 'package:zk_form_g/form/form_row.dart';
import 'package:zk_form_g/form/form_selector_page.dart';
import 'package:zk_form_g/form/form_validation.dart';
import 'package:zk_form_g/tform.dart';