sdui 0.1.32 copy "sdui: ^0.1.32" to clipboard
sdui: ^0.1.32 copied to clipboard

outdated

*SDUI* make it easy to implement Server Driven UI pattern on flutter. - The server decides what to render by describing in a JSON the widgets to render. - The Flutter screen parse the JSON and build t [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sdui

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

dependencies:
  sdui: ^0.1.32

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

Publisher

verified publisherwutsi.com

*SDUI* make it easy to implement Server Driven UI pattern on flutter. - The server decides what to render by describing in a JSON the widgets to render. - The Flutter screen parse the JSON and build the widgets Kind like HTML... but not really.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

badges, cached_network_image, camera, carousel_slider, cupertino_icons, email_validator, flutter, http, http_parser, image_picker, intl, intl_phone_number_input, logger, path, path_provider, photo_view, pinput, qr_code_scanner, qr_flutter, search_choices, share_plus, url_launcher

More

Packages that depend on sdui