xyz_gen_annotations 0.50.0
xyz_gen_annotations: ^0.50.0 copied to clipboard
This package includes the annotations for the xyz_gen package. See https://pub.dev/packages/xyz_gen for more information.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add xyz_gen_annotations
copied to clipboard
With Flutter:
$ flutter pub add xyz_gen_annotations
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
xyz_gen_annotations: ^0.50.0
copied to clipboard
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:xyz_gen_annotations/xyz_gen_annotations.dart';
copied to clipboard