flutter_inspector_kit 0.1.0 copy "flutter_inspector_kit: ^0.1.0" to clipboard
flutter_inspector_kit: ^0.1.0 copied to clipboard

A multi-inspector tool integration for Flutter, bundling debugging and inspection utilities behind a single unified API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_inspector_kit

With Flutter:

 $ flutter pub add flutter_inspector_kit

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

dependencies:
  flutter_inspector_kit: ^0.1.0

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:flutter_inspector_kit/flutter_inspector_kit.dart';
0
likes
0
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

A multi-inspector tool integration for Flutter, bundling debugging and inspection utilities behind a single unified API.

Repository (GitHub)
View/report issues

Topics

#debugging #developer-tools #network #logging

License

unknown (license)

Dependencies

dio, flutter, flutter_local_notifications, share_plus

More

Packages that depend on flutter_inspector_kit