debug_terminal 1.1.0
debug_terminal: ^1.1.0 copied to clipboard
A robust, hidden, and secure debugging terminal for Flutter. Features a secret long-press trigger, PIN-gate protection, and specialized API/Error logging.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add debug_terminalThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
debug_terminal: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:debug_terminal/debug_terminal.dart';