sdui 0.1.32 sdui: ^0.1.32 copied to clipboard
*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';