dart_desk_annotation 0.1.0
dart_desk_annotation: ^0.1.0 copied to clipboard
Annotations and field definitions for the Dart Desk CMS framework.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dart_desk_annotationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dart_desk_annotation: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dart_desk_annotation/dart_desk_annotation.dart';