debug_terminal 1.1.0 copy "debug_terminal: ^1.1.0" to clipboard
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_terminal

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  debug_terminal: ^1.1.0

Alternatively, 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';
0
likes
160
points
210
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust, hidden, and secure debugging terminal for Flutter. Features a secret long-press trigger, PIN-gate protection, and specialized API/Error logging.

Repository (GitHub)
View/report issues

Topics

#debugging #logging #tools #secure #terminal

License

MIT (license)

Dependencies

flutter

More

Packages that depend on debug_terminal