dscript_annotations 1.0.0 copy "dscript_annotations: ^1.0.0" to clipboard
dscript_annotations: ^1.0.0 copied to clipboard

Provides annotations to mark targets for [dscript_gen](https://pub.dev/packages/dscript_gen).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dscript_annotations

With Flutter:

 $ flutter pub add dscript_annotations

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

dependencies:
  dscript_annotations: ^1.0.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:dscript_annotations/dscript_annotations.dart';
0
likes
150
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Provides annotations to mark targets for [dscript_gen](https://pub.dev/packages/dscript_gen).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on dscript_annotations