dev_buddy 0.2.0
dev_buddy: ^0.2.0 copied to clipboard
Human-readable Flutter diagnostics overlay. Translates DevTools metrics into actionable fix suggestions with zero external dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dev_buddyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dev_buddy: ^0.2.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:dev_buddy/dev_buddy.dart';