flutter_debug_tools 2.0.5 copy "flutter_debug_tools: ^2.0.5" to clipboard
flutter_debug_tools: ^2.0.5 copied to clipboard

FlutterLens is a set of tools to help find and debug UI or performance issues from the Flutter app itself.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_debug_tools/flutter_debug_tools.dart';

import 'src/demo_app.dart';

Future<void> main() async {
  await DebugLogCapture.runApp(() async {
    debugPrint('info: FlutterLens example flow booting');
    runApp(const DemoApp());
  });
}
7
likes
160
points
92
downloads
screenshot

Publisher

verified publisherhashstudios.dev

Weekly Downloads

FlutterLens is a set of tools to help find and debug UI or performance issues from the Flutter app itself.

Repository (GitHub)
View/report issues

Topics

#debug #color-picker #performance #ui #size

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, package_info_plus, shared_preferences

More

Packages that depend on flutter_debug_tools