infospect 0.2.0 copy "infospect: ^0.2.0" to clipboard
infospect: ^0.2.0 copied to clipboard

Infospect meaning Information Inspector is a Flutter plugin for that empowers the developers to debug the network calls and logs in the app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add infospect

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

dependencies:
  infospect: ^0.2.0

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:infospect/infospect.dart';
24
likes
160
points
248
downloads
screenshot

Documentation

API reference

Publisher

verified publisherkushalm.xyz

Weekly Downloads

Infospect meaning Information Inspector is a Flutter plugin for that empowers the developers to debug the network calls and logs in the app.

Repository (GitHub)
View/report issues

Topics

#interceptor #dio #http #information-inspector #multi-window

License

MIT (license)

Dependencies

archive, collection, dio, equatable, flutter, flutter_json_view, flutter_localizations, http, intl, menu_bar, meta, multiview_desktop, package_info_plus, path, path_provider, rxdart, share_plus

More

Packages that depend on infospect