http_ui_logger 0.0.4 copy "http_ui_logger: ^0.0.4" to clipboard
http_ui_logger: ^0.0.4 copied to clipboard

Convenient way to store and present `http` client responses.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_ui_logger

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

dependencies:
  http_ui_logger: ^0.0.4

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:http_ui_logger/LoggerClient.dart';
import 'package:http_ui_logger/ResponseDataSource.dart';
import 'package:http_ui_logger/ResponseListWidget.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Convenient way to store and present `http` client responses.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on http_ui_logger