0 purchases
debug gate
🚪 debug_gate #
Show your own debug menu in your flutter app!
Install #
dependencies:
debug_gate: (please put latest verion here)
copied to clipboard
Usage #
DebugGate(
tapCount: 5,
tapInterval: Durarion(millisecond: 600),
debugMenuBuilder: (context) => YourDebugMenu(),
child: YourPage(),
);
copied to clipboard
And tap screen speedy and repeatedly!! 👍
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.