moinsen_runapp 0.7.1
moinsen_runapp: ^0.7.1 copied to clipboard
Universal LLM debug bridge for Flutter. Three-layer error catching, deduplication, screenshot capture, navigation tracking, and a CLI tool for live LLM-assisted debugging.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate moinsen_runappUse it
The package has the following executables:
$ moinsen_mcp
$ moinsen_run
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moinsen_runappThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
moinsen_runapp: ^0.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:moinsen_runapp/moinsen_runapp.dart';