moinsen_runapp 0.7.1 copy "moinsen_runapp: ^0.7.1" to clipboard
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_runapp

Use 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_runapp

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  moinsen_runapp: ^0.7.1

Alternatively, 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';
1
likes
160
points
230
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Universal LLM debug bridge for Flutter. Three-layer error catching, deduplication, screenshot capture, navigation tracking, and a CLI tool for live LLM-assisted debugging.

Repository (GitHub)
View/report issues

Topics

#error-handling #crash-reporting #runapp #error-screen #flutter

License

MIT (license)

Dependencies

args, flutter, logging, mcp_dart, path_provider, vm_service

More

Packages that depend on moinsen_runapp