app_debug 1.0.1 app_debug: ^1.0.1 copied to clipboard
A useful debug tool for flutter developer. Easy to use. Show anywhere where to want. It`s powerful and useful. You will look over the request log without computer. Logs can be viewed anywhere in the A [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_debug
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
app_debug: ^1.0.1
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:app_debug/app_debug.dart';