devaloop_form_builder 0.0.1 copy "devaloop_form_builder: ^0.0.1" to clipboard
devaloop_form_builder: ^0.0.1 copied to clipboard

Form Builder : Consists of, input with text type, input with email type, input with date type, input with option type, input with more than one option type, input with number type, and input with text [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add devaloop_form_builder

With Flutter:

 $ flutter pub add devaloop_form_builder

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

dependencies:
  devaloop_form_builder: ^0.0.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:devaloop_form_builder/form_builder.dart';
import 'package:devaloop_form_builder/input_field_date_time.dart';
import 'package:devaloop_form_builder/input_field_number.dart';
import 'package:devaloop_form_builder/input_field_option.dart';
import 'package:devaloop_form_builder/input_field_text.dart';
0
likes
0
pub points
9%
popularity

Publisher

verified publisherdevaloop.com

Form Builder : Consists of, input with text type, input with email type, input with date type, input with option type, input with more than one option type, input with number type, and input with text type with multiple lines

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on devaloop_form_builder