console_flutter 1.1.1 copy "console_flutter: ^1.1.1" to clipboard
console_flutter: ^1.1.1 copied to clipboard

Plugin to show API logs for Flutter. Includes a console screen to view logs. Export logs as a zip file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add console_flutter

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

dependencies:
  console_flutter: ^1.1.1

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:console_flutter/console_flutter.dart';
3
likes
135
points
219
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin to show API logs for Flutter. Includes a console screen to view logs. Export logs as a zip file.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logz, plugin_platform_interface

More

Packages that depend on console_flutter