derive_annotation 0.1.0 copy "derive_annotation: ^0.1.0" to clipboard
derive_annotation: ^0.1.0 copied to clipboard

Base Dust derive annotations for Dart models and future extension packages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add derive_annotation

With Flutter:

 $ flutter pub add derive_annotation

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

dependencies:
  derive_annotation: ^0.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:derive_annotation/derive_annotation.dart';
0
likes
160
points
123
downloads

Documentation

API reference

Publisher

verified publisherwidget-lab.dev

Weekly Downloads

Base Dust derive annotations for Dart models and future extension packages.

Repository (GitHub)
View/report issues
Contributing

Topics

#codegen #annotations #dust

License

MIT (license)

Dependencies

collection

More

Packages that depend on derive_annotation