debug_friend 1.0.1 copy "debug_friend: ^1.0.1" to clipboard
debug_friend: ^1.0.1 copied to clipboard

Flutter debug helper widget with device info, common and custom actions.

Debug Friend

Flutter debug helper widget with common and custom actions

This helps you reduce the development and testing time of new features
Show some ❤️ and star the repo to support the project!


Image Image Image Image Image

Main features #

  • Check device info & package info
  • Viewing and managing application cache
  • Flutter inspector features
  • Test your custom actions

Quickstart #

Wrap your MaterialApp's home or builder widget in a DebugFriend.

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

void main() {
  runApp(
    MaterialApp(
      home: DebugFriendView(
        builder: (context) {
          return const Scaffold(
            body: Text('Your app home widget'),
          );
        },
      ),
    ),
  );
}
copied to clipboard
58
likes
80
points
114
downloads

Publisher

verified publisherfrezycode.com

Weekly Downloads

2024.09.19 - 2025.04.03

Flutter debug helper widget with device info, common and custom actions.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, package_info_plus, path_provider, talker, talker_flutter

More

Packages that depend on debug_friend