sdui 0.1.188 copy "sdui: ^0.1.188" to clipboard
sdui: ^0.1.188 copied to clipboard

SDUI make it easy to implement Server Driven UI pattern on flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sdui

With Flutter:

 $ flutter pub add sdui

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

dependencies:
  sdui: ^0.1.188

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/sdui.dart';