forme 2.0.0-beta2 forme: ^2.0.0-beta2 copied to clipboard
a powerful flutter form widget , for me,for you , renamed from form_builder
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add forme
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
forme: ^2.0.0-beta2
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:forme/forme.dart';