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 Flutter:

 $ flutter pub add fluttersdk_telescope

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

dependencies:
  fluttersdk_telescope: ^0.0.2

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:fluttersdk_telescope/cli.dart';
import 'package:fluttersdk_telescope/telescope.dart';
1
likes
160
points
0
downloads

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

flutter, fluttersdk_artisan, logging, meta

More

Packages that depend on fluttersdk_telescope