mantle_annotations 1.1.0 copy "mantle_annotations: ^1.1.0" to clipboard
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_annotations

With Flutter:

 $ flutter pub add mantle_annotations

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mantle_annotations: ^1.1.0

Alternatively, 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';
0
likes
160
points
100
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Pure-Dart annotations for Mantle code generation. Shared by app code and mantle_gen without pulling in Flutter.

Homepage
Repository (GitHub)
View/report issues

Topics

#annotations #codegen #design-system #theme #flutter

License

MIT (license)

More

Packages that depend on mantle_annotations