dynamic_ui_builder 1.0.3+10 copy "dynamic_ui_builder: ^1.0.3+10" to clipboard
dynamic_ui_builder: ^1.0.3+10 copied to clipboard

A Flutter package to dynamically build multi-step forms from JSON.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_ui_builder

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

dependencies:
  dynamic_ui_builder: ^1.0.3+10

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:dynamic_ui_builder/dynamic_ui_builder.dart';
4
likes
120
points
0
downloads

Publisher

verified publisherakshayjayale.com

Weekly Downloads

A Flutter package to dynamically build multi-step forms from JSON.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, flutter_pdfview, flutter_rating_bar, http, image_picker, path_provider, signature

More

Packages that depend on dynamic_ui_builder