form_from_json 0.0.4 copy "form_from_json: ^0.0.4" to clipboard
form_from_json: ^0.0.4 copied to clipboard

A new project that allows you render a form page from JSON.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_from_json

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

dependencies:
  form_from_json: ^0.0.4

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:form_from_json/form_from_json.dart';
0
likes
80
pub points
42%
popularity

Publisher

unverified uploader

A new project that allows you render a form page from JSON.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dartz, flutter, flutter_triple, google_fonts, intl, mocktail, provider, uno

More

Packages that depend on form_from_json