talker_http_logger 0.1.0-dev.3 copy "talker_http_logger: ^0.1.0-dev.3" to clipboard
talker_http_logger: ^0.1.0-dev.3 copied to clipboard

Lightweight and customizable http client logger on talker base

example/talker_http_logger_example.dart

import 'package:http_interceptor/http_interceptor.dart';
import 'package:talker_http_logger/talker_http_logger.dart';

void main(List<String> args) async {
  final client = InterceptedClient.build(interceptors: [
    TalkerHttpLogger(),
  ]);

  await client.get("https://google.com".toUri());
}
6
likes
140
pub points
75%
popularity

Publisher

verified publisherfrezycode.com

Lightweight and customizable http client logger on talker base

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http_interceptor, talker

More

Packages that depend on talker_http_logger