app_debug 1.1.0 app_debug: ^1.1.0 copied to clipboard
A useful debug tool for flutter developer. Easy to use. Show it wherever you want. You will look over the request log without computer. It's a quick way to chose the api host.
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.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:app_debug/app_debug.dart';