genui_jaspr 0.1.0
genui_jaspr: ^0.1.0 copied to clipboard
Render A2UI generative user interfaces in Jaspr, so a web app can offer a generative UI without shipping Flutter web.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add genui_jasprWith Flutter:
$ flutter pub add genui_jasprThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
genui_jaspr: ^0.1.0Alternatively, 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:genui_jaspr/genui_jaspr.dart';