fluttersdk_telescope 0.0.2
fluttersdk_telescope: ^0.0.2 copied to clipboard
Passive runtime inspector for Flutter. Captures HTTP, logs, exceptions, DB queries, and Magic events via VM Service extensions. CLI tail and MCP tools for Claude Code.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate fluttersdk_telescopeUse it
The package has the following executables:
$ fluttersdk_telescope
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluttersdk_telescopeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluttersdk_telescope: ^0.0.2Alternatively, 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:fluttersdk_telescope/cli.dart';
import 'package:fluttersdk_telescope/telescope.dart';