fluttersdk_telescope 0.0.2 copy "fluttersdk_telescope: ^0.0.2" to clipboard
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_telescope

Use it

The package has the following executables:

$ fluttersdk_telescope

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluttersdk_telescope

With Flutter:

 $ flutter pub add fluttersdk_telescope

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

dependencies:
  fluttersdk_telescope: ^0.0.2

Alternatively, your editor might support dart pub get or 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';
3
likes
0
points
5.52k
downloads

Documentation

Documentation

Publisher

verified publisherfluttersdk.com

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#mcp-server #ai-agents #inspector #observability #debugging

License

unknown (license)

Dependencies

flutter, fluttersdk_artisan, logging, meta

More

Packages that depend on fluttersdk_telescope