flutter_dev_tools_overlay 1.0.4 copy "flutter_dev_tools_overlay: ^1.0.4" to clipboard
flutter_dev_tools_overlay: ^1.0.4 copied to clipboard

PlatformAndroid

A lightweight debug overlay for Flutter apps with logs, network monitoring, memory usage, and FPS tools.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_dev_tools_overlay

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

dependencies:
  flutter_dev_tools_overlay: ^1.0.4

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:flutter_dev_tools_overlay/debug_logger.dart';
import 'package:flutter_dev_tools_overlay/debug_network_interceptor.dart';
import 'package:flutter_dev_tools_overlay/debug_overlay.dart';
import 'package:flutter_dev_tools_overlay/flutter_debug_overlay.dart';
5
likes
160
points
116
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight debug overlay for Flutter apps with logs, network monitoring, memory usage, and FPS tools.

Repository (GitHub)
View/report issues

Topics

#debug #overlay #logging #network #performance

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, package_info_plus, sensors_plus

More

Packages that depend on flutter_dev_tools_overlay