nomo_ui_generator 0.1.0
nomo_ui_generator: ^0.1.0 copied to clipboard
BuildRunner Generator for the Development of the Nomo-UI-Kit
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nomo_ui_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nomo_ui_generator: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nomo_ui_generator/annotations.dart';
import 'package:nomo_ui_generator/builder.dart';
import 'package:nomo_ui_generator/util_builder.dart';