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

A dynamic form rendering and submission package for Flutter using Form.io schemas.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add formio

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

dependencies:
  formio: ^0.1.1

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:formio/formio.dart';
0
likes
95
points
15
downloads

Publisher

verified publisherspinex.io

Weekly Downloads

A dynamic form rendering and submission package for Flutter using Form.io schemas.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

dio, file_picker, flutter, flutter_html, intl, provider

More

Packages that depend on formio