pseudo_ui 0.1.1 copy "pseudo_ui: ^0.1.1" to clipboard
pseudo_ui: ^0.1.1 copied to clipboard

Server-Driven UI rendering engine for Flutter. Define UI with JSON Schema + View JSON, render natively with Material 3 widgets. 45+ components, expression engine, conditional visibility, LOV cascading [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pseudo_ui

With Flutter:

 $ flutter pub add pseudo_ui

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

dependencies:
  pseudo_ui: ^0.1.1

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:pseudo_ui/pseudo_ui.dart';
0
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Server-Driven UI rendering engine for Flutter. Define UI with JSON Schema + View JSON, render natively with Material 3 widgets. 45+ components, expression engine, conditional visibility, LOV cascading, nested components.

Homepage
Repository (GitHub)
View/report issues

Topics

#sdui #server-driven-ui #json-schema #material-design #dynamic-forms

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pseudo_ui