schema_widget 2.0.0-beta.0 copy "schema_widget: ^2.0.0-beta.0" to clipboard
schema_widget: ^2.0.0-beta.0 copied to clipboard

outdated

The schema_widget flutter package is a widget generator based on JSON parsers capable of producing complex screens and using custom business rules.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add schema_widget

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

dependencies:
  schema_widget: ^2.0.0-beta.0

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

Publisher

verified publisherlegytma.com.br

The schema_widget flutter package is a widget generator based on JSON parsers capable of producing complex screens and using custom business rules.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, flutter, flutter_cache_manager, get_it, glob, http, json_schema, logging, path, path_provider, rxdart, source_gen

More

Packages that depend on schema_widget