dio_log 1.3.1 copy "dio_log: ^1.3.1" to clipboard
dio_log: ^1.3.1 copied to clipboard

outdated

This plugin can easily help you collect logs of requests. And easy to view the collected logs. Easy debugging in development

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home_page.dart';
import 'http_utils.dart';

void main() {
  initHttp();
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Demo of dio_log',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: MyHomePage(title: 'Demo of dio_log'),
    );
  }
}
57
likes
0
pub points
96%
popularity

Publisher

unverified uploader

This plugin can easily help you collect logs of requests. And easy to view the collected logs. Easy debugging in development

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on dio_log