in_app_console 2.0.1 copy "in_app_console: ^2.0.1" to clipboard
in_app_console: ^2.0.1 copied to clipboard

In-app console for real-time log viewing. Bridges developers and testers with unified logging across micro-frontend modules. Extensible with custom plugins.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add in_app_console

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

dependencies:
  in_app_console: ^2.0.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:in_app_console/in_app_console.dart';
3
likes
150
points
325
downloads

Publisher

unverified uploader

Weekly Downloads

In-app console for real-time log viewing. Bridges developers and testers with unified logging across micro-frontend modules. Extensible with custom plugins.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on in_app_console