dscript_gen 1.1.1
dscript_gen: ^1.1.1 copied to clipboard
A source generator for dscript. Use together with dscript_annotations.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dscript_genThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dscript_gen: ^1.1.1Alternatively, 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:dscript_gen/dscript_gen.dart';