logarte 0.2.4
logarte: ^0.2.4 copied to clipboard
Powerful in-app debug console for Flutter apps with network inspector, storage monitor, and password protection
0.2.4 #
- Improve database log's format and fix overflow issue on console.
0.2.3 #
- Fix stack trace not being shown on logs.
0.2.2 #
- You can now drag the entry button to anywhere on the screen with edge snapping behavior.
0.2.1 #
- Simplified the docs.
0.2.0 #
- Simplify the logging method.
- Deprecated
logarte.info()andlogarte.error()methods. Uselogarte.log()instead. - Upgrade dependencies.
- Update example project.
0.1.6 #
- Fix images not being displayed in the documentation.
0.1.5 #
- Some improvements in the documentation.
0.1.4 #
- Fix links in the documentation.
0.1.3 #
- Added documentation for the package to release it on pub.dev.
- Upgrade dependencies to the latest versions.
0.1.2 #
- Added
LogarteMagicalTapwidget which tapped N times in a row will attach logarte to the screen. - Implemented search functionality and improved overall interface of the console.
0.1.1 #
- Added
Logarte#onRocketLongPressedandLogarte#onRocketDoubleTappedparameters and initial version of console logger.
0.1.0 #
- Initial release with
LogarteNavigatorObserver,LogarteDioInterceptorand console as a graphical user interface.