dev_buddy_engine 0.2.0
dev_buddy_engine: ^0.2.0 copied to clipboard
Pure Dart diagnostic engine for DevBuddy. Provides event processing, analyzers, and export — zero Flutter dependency.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dev_buddy_engineWith Flutter:
$ flutter pub add dev_buddy_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dev_buddy_engine: ^0.2.0Alternatively, 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:dev_buddy_engine/dev_buddy_engine.dart';