sdui_library 0.0.1 copy "sdui_library: ^0.0.1" to clipboard
sdui_library: ^0.0.1 copied to clipboard

Server-Driven UI library for Flutter — render widgets from JSON and export widget trees to JSON via CLI.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate sdui_library

Use it

The package has the following executables:

$ sdui

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sdui_library

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

dependencies:
  sdui_library: ^0.0.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_library/sdui_library.dart';
1
likes
160
points
9
downloads

Documentation

API reference

Publisher

verified publisherbaasautotraders.in

Weekly Downloads

Server-Driven UI library for Flutter — render widgets from JSON and export widget trees to JSON via CLI.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, path

More

Packages that depend on sdui_library