sdui_engine 0.6.1 copy "sdui_engine: ^0.6.1" to clipboard
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_engine

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

dependencies:
  sdui_engine: ^0.6.1

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

Documentation

API reference

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

MIT (license)

Dependencies

cupertino_icons, equatable, flutter

More

Packages that depend on sdui_engine