serve_dynamic_ui 0.0.1 copy "serve_dynamic_ui: ^0.0.1" to clipboard
serve_dynamic_ui: ^0.0.1 copied to clipboard

A Flutter plugin to render dynamic widgets based on server driven ui.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add serve_dynamic_ui

With Flutter:

 $ flutter pub add serve_dynamic_ui

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

dependencies:
  serve_dynamic_ui: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:serve_dynamic_ui/serve_dynamic_ui.dart';
19
likes
0
points
139
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to render dynamic widgets based on server driven ui.

Repository (GitHub)
View/report issues

Topics

#dynamic-widgets #server-driven-ui #backend-driven-ui

License

unknown (license)

Dependencies

dio, flutter, json_annotation, scroll_to_index, simple_html_css

More

Packages that depend on serve_dynamic_ui