openui_core 0.0.1-dev.2 copy "openui_core: ^0.0.1-dev.2" to clipboard
openui_core: ^0.0.1-dev.2 copied to clipboard

Pure-Dart core for OpenUI Flutter: lexer, parser, AST, streaming parser, evaluator, reactive store, library DSL, action steps, and tool-provider interface. The language layer that the Flutter renderer [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openui_core

With Flutter:

 $ flutter pub add openui_core

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

dependencies:
  openui_core: ^0.0.1-dev.2

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_core/openui_core.dart';
0
likes
140
points
208
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure-Dart core for OpenUI Flutter: lexer, parser, AST, streaming parser, evaluator, reactive store, library DSL, action steps, and tool-provider interface. The language layer that the Flutter renderer sits on top of.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

collection, json_schema_builder, meta

More

Packages that depend on openui_core