schema_form 0.1.0 copy "schema_form: ^0.1.0" to clipboard
schema_form: ^0.1.0 copied to clipboard

outdated

A flutter plugin to use convert Json schema to Form Basic

Convert Json Schema to Form for Flutter apps. #

A flutter plugin to use convert Json Schema to Form

Instalation #

  • Add this to your package's pubspec.yaml file:
dependencies:
  schema_form: "^0.1.0"
  • You can install packages from the command line: with Flutter:
$ flutter packages get
  • Import it Now in your Dart code, you can use:
 import 'package:schema_form/schema_form.dart'; 

Usage #

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.