log_and_shake 1.0.2
log_and_shake: ^1.0.2 copied to clipboard
A developer-friendly package for logging and debugging via shake gestures. Great for debugging in dev builds.
1.0.0 #
- Initial release of
log_and_shake
. - Added
LogAndShake.run(...)
for initializing app in a debug-safe zone. - Logs all
print()
statements and uncaught errors. - Added shake detection with a built-in dialog prompt.
- Log screen opens only via shake gesture.
LogAndShake.log(...)
to add custom messages manually.- Enabled by default in dev mode via
enableLogAndShake: true
.
1.0.1 #
- Fix open dialog again if Log screen already opened
- Add clean and readable example
1.0.2 #
- Fix open dialog again if Log screen already opened
- Add new parameters to shake 'shakeThreshold, minimumShakeCount, and useFilter', and change the default values.