in_app_console 1.1.0
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.kEnableConsoleflag - Changed
errorproperty 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.