genui_annotations 1.0.0 copy "genui_annotations: ^1.0.0" to clipboard
genui_annotations: ^1.0.0 copied to clipboard

Core annotations for the GenUI code generation ecosystem.

example/genui_annotations_example.dart

import 'package:genui_annotations/genui_annotations.dart';

void main() {
  var awesome = GenerativeUI(name: 'AwesomeComponent');
  print('awesome: ${awesome.name}');

  var awesome2 = GenerativeUI();
  print('awesome2: ${awesome2.name}');
}
1
likes
160
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core annotations for the GenUI code generation ecosystem.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on genui_annotations