debug_friend

Creator: coderz1093

Last updated:

0 purchases

debug_friend Image
debug_friend Images

Languages

Categories

Add to Cart

Description:

debug friend

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!













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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.