masamune_ai_debugger 3.7.1
masamune_ai_debugger: ^3.7.1 copied to clipboard
AI debug overlay and error reporting adapter for Masamune apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add masamune_ai_debuggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
masamune_ai_debugger: ^3.7.1Alternatively, 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:masamune_ai_debugger/masamune_ai_debugger.dart';