formaster 0.3.0 copy "formaster: ^0.3.0" to clipboard
formaster: ^0.3.0 copied to clipboard

Kit for create complex form

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add formaster

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

dependencies:
  formaster: ^0.3.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:formaster/extension/object.dart';
import 'package:formaster/field/bool.dart';
import 'package:formaster/field/choice.dart';
import 'package:formaster/field/dropdown.dart';
import 'package:formaster/field/input.dart';
import 'package:formaster/form.dart';
import 'package:formaster/layout.dart';
import 'package:formaster/widget/helper.dart';
import 'package:formaster/widget/placeholder.dart';