console_plus 0.0.2
console_plus: ^0.0.2 copied to clipboard
A Flutter plugin for in-app debug console with floating button, log filtering, export, auto-scroll etc.
Changelog #
0.0.1 #
- Initial release of
console_plusplugin. - Added basic logging functionality for Flutter applications.
- Implemented iOS support using CocoaPods (
console_plus.podspec). - Included core plugin structure:
Assets/for resourcesClasses/for platform-specific implementationResources/for bundled iOS assets
- Package validated successfully with 0 warnings.
- Note: Swift Package Manager (SPM) support for iOS is not yet included.
0.0.2 #
- Migrated from
dart:jstodart:js_interop(removes deprecation warnings). - Fixed
consoleaccess error for Flutter Web. - Improved null-safety and JS interop implementations.
- Cleanup unused example code and improved documentation.