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

Bridge the gap between developers and testers with real-time, in-app log viewing. Enables QA teams to access developer-level logs directly in the Flutter app UI, making debugging faster and bug report [...]

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: ^1.1.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:in_app_console/in_app_console.dart';
9
likes
135
points
167
downloads

Publisher

unverified uploader

Weekly Downloads

Bridge the gap between developers and testers with real-time, in-app log viewing. Enables QA teams to access developer-level logs directly in the Flutter app UI, making debugging faster and bug reports more detailed. Works seamlessly with micro-frontend architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on in_app_console