remote_ui 0.1.1 copy "remote_ui: ^0.1.1" to clipboard
remote_ui: ^0.1.1 copied to clipboard

Flutter widget to manage UI from a JSON definition

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_ui

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

dependencies:
  remote_ui: ^0.1.1

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:remote_ui/remote_ui.dart';
8
likes
40
pub points
16%
popularity

Publisher

verified publishermylisabox.com

Flutter widget to manage UI from a JSON definition

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter, flutter_hooks

More

Packages that depend on remote_ui