select_annotation 0.2.0 copy "select_annotation: ^0.2.0" to clipboard
select_annotation: ^0.2.0 copied to clipboard

Annotations for the select code generator that are used in pair with it.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add select_annotation

With Flutter:

 $ flutter pub add select_annotation

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

dependencies:
  select_annotation: ^0.2.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:select_annotation/select_annotation.dart';
0
likes
120
pub points
78%
popularity

Publisher

verified publisheryakov.codes

Annotations for the select code generator that are used in pair with it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on select_annotation