schema_widget 1.0.0 copy "schema_widget: ^1.0.0" to clipboard
schema_widget: ^1.0.0 copied to clipboard

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: ^1.0.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
40
points
112
downloads

Publisher

verified publisherlegytma.com.br

Weekly Downloads

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)

License

Apache-2.0 (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