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'),
    );
  }
}
61
likes
0
points
245
downloads

Publisher

unverified uploader

Weekly Downloads

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