Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kikuchy/debug_gate

🚪Show your own debug menu in your flutter app!
https://github.com/kikuchy/debug_gate

dart debug flutter

Last synced: 1 day ago
JSON representation

🚪Show your own debug menu in your flutter app!

Awesome Lists containing this project

README

        

# 🚪 debug_gate

Show your own debug menu in your flutter app!

![sample](./art/gate.gif)

## Install

```yaml
dependencies:
debug_gate: (please put latest verion here)
```

## Usage

```dart
DebugGate(
tapCount: 5,
tapInterval: Durarion(millisecond: 600),
debugMenuBuilder: (context) => YourDebugMenu(),
child: YourPage(),
);
```

And tap screen speedy and repeatedly!! 👍