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 [...]

1.1.0 #

  • Added InAppConsole.kEnableConsole flag
  • Changed error property data type:
void logError({
    required String message,
    Error? error,
    StackTrace? stackTrace,
  });

to

void logError({
    required String message,
    Object? error,
    StackTrace? stackTrace,
  });

1.0.1 #

  • Refactor logging method names in README and implementation files to use 'logWarning' for consistency across the codebase.

1.0.0 #

  • Add meta data.

0.0.1 #

  • Initial release.
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