Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/kikuchy/debug_gate
- Owner: kikuchy
- License: bsd-3-clause
- Created: 2020-03-29T11:00:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T07:29:17.000Z (over 3 years ago)
- Last Synced: 2024-12-20T05:02:56.800Z (6 days ago)
- Topics: dart, debug, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/debug_gate
- Size: 6.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!! 👍