sdui_engine 0.6.1
sdui_engine: ^0.6.1 copied to clipboard
A production-grade Server-Driven UI (SDUI) framework for Flutter. Build hyper-dynamic, completely remote home screens using clean JSON payloads and declarative architectures.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sdui_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sdui_engine: ^0.6.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_engine/sdui_engine.dart';