sdui_engine 0.5.0 copy "sdui_engine: ^0.5.0" to clipboard
sdui_engine: ^0.5.0 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 Dart:

 $ dart pub add sdui_engine

With Flutter:

 $ flutter pub add sdui_engine

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

dependencies:
  sdui_engine: ^0.5.0

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:sdui_engine/sdui_engine.dart';
1
likes
0
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

A production-grade Server-Driven UI (SDUI) framework for Flutter. Build hyper-dynamic, completely remote home screens using clean JSON payloads and declarative architectures.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, equatable, flutter

More

Packages that depend on sdui_engine