fair_annotation 2.3.0 copy "fair_annotation: ^2.3.0" to clipboard
fair_annotation: ^2.3.0 copied to clipboard

Annotation package for Flutter Fair, work with fair compiler.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fair_annotation

With Flutter:

 $ flutter pub add fair_annotation

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

dependencies:
  fair_annotation: ^2.3.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:fair_annotation/fair_annotation.dart';
1
likes
120
pub points
47%
popularity

Publisher

unverified uploader

Annotation package for Flutter Fair, work with fair compiler.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on fair_annotation