app_debug 1.0.2 copy "app_debug: ^1.0.2" to clipboard
app_debug: ^1.0.2 copied to clipboard

outdated

A useful debug tool for flutter developer. Easy to use. Show anywhere where to 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.0.2

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';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A useful debug tool for flutter developer. Easy to use. Show anywhere where to want. You will look over the request log without computer. It's a quick way to chose the api host.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on app_debug