dormql_analyzer_plugin 0.1.1
dormql_analyzer_plugin: ^0.1.1 copied to clipboard
analyzer plugin for dormql, to analyze dormql annotations and validate them
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dormql_analyzer_pluginWith Flutter:
$ flutter pub add dormql_analyzer_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dormql_analyzer_plugin: ^0.1.1Alternatively, 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:dormql_analyzer_plugin/dormql_analyzer_plugin.dart';