dev_logger_ui 1.0.0-dev.4 copy "dev_logger_ui: ^1.0.0-dev.4" to clipboard
dev_logger_ui: ^1.0.0-dev.4 copied to clipboard

Display API requests, responses, errors, and mocked APIs(response/url) in the UI. Log all of them to the console, and also display exceptions in the UI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dev_logger_ui

With Flutter:

 $ flutter pub add dev_logger_ui

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

dependencies:
  dev_logger_ui: ^1.0.0-dev.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dev_logger_ui/dev_logger_ui.dart';
0
likes
0
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

Display API requests, responses, errors, and mocked APIs(response/url) in the UI. Log all of them to the console, and also display exceptions in the UI.

Homepage

License

unknown (license)

Dependencies

collection, cupertino_icons, dio, flutter, flutter_localizations, flutter_udid, http, http_parser, intl, json_annotation, keyboard_dismisser, lazy_data_viewer, mailer, mime, path_provider, provider, shake

More

Packages that depend on dev_logger_ui