sdui_kit 0.0.1
sdui_kit: ^0.0.1 copied to clipboard
A Server-Driven UI (SDUI) Flutter plugin that renders dynamic widgets from JSON. Supports text, title, description, table, grid, array, section, action, docs, html, and details components — each with [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sdui_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sdui_kit: ^0.0.1Alternatively, 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_kit/sdui_kit.dart';