openui 0.0.1-dev.1 copy "openui: ^0.0.1-dev.1" to clipboard
openui: ^0.0.1-dev.1 copied to clipboard

Flutter Renderer widget for OpenUI Lang. Owns the streaming parser, reactive store, error boundary, and form-state cache.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openui

With Flutter:

 $ flutter pub add openui

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

dependencies:
  openui: ^0.0.1-dev.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:openui/openui.dart';
1
likes
0
points
132
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Renderer widget for OpenUI Lang. Owns the streaming parser, reactive store, error boundary, and form-state cache.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta, openui_core

More

Packages that depend on openui