json_ui_builder 0.1.2 copy "json_ui_builder: ^0.1.2" to clipboard
json_ui_builder: ^0.1.2 copied to clipboard

A server-driven UI library for Flutter that creates dynamic UIs from JSON configurations with support for HTTP, asset, and local data sources.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_ui_builder

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

dependencies:
  json_ui_builder: ^0.1.2

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:json_ui_builder/json_ui_builder.dart';
1
likes
150
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A server-driven UI library for Flutter that creates dynamic UIs from JSON configurations with support for HTTP, asset, and local data sources.

Repository (GitHub)
View/report issues

Topics

#flutter #server-driven-ui #dynamic-ui #json #widget

Documentation

Documentation

License

MIT (license)

Dependencies

flutter, http, json_annotation

More

Packages that depend on json_ui_builder