mantle_annotations 1.1.0
mantle_annotations: ^1.1.0 copied to clipboard
Pure-Dart annotations for Mantle code generation. Shared by app code and mantle_gen without pulling in Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mantle_annotationsWith Flutter:
$ flutter pub add mantle_annotationsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mantle_annotations: ^1.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:mantle_annotations/mantle_annotations.dart';