logs_spotter 0.1.5
logs_spotter: ^0.1.5 copied to clipboard
Spotter is an open source log engine plugin for Flutter. There allow developer to see what happen whenever or remotely debug their application
0.1.4 #
- BREAKING CHANGE: Migrated from Firebase to Supabase
- Added AES-256-CBC encryption for all log messages
- Simplified API: removed
spotterScope(),initializeEngine() - New initialization with
Spotter.initialize(url, anonKey) - Added user labeling with
Spotter.set_UserLabel() - Simplified log methods:
.f(),.i(),.e()withoriginparameter - Updated example and tests for Supabase
- Removed Firebase dependencies
0.1.3 #
- Review dependencies constraint
0.1.2 #
- Update Readme.md
0.1.1 #
- Developer can now change a remote observe default value
- Collect more information about device to firebase
- Catch Flutter runtime Error
0.1.0-dev.1 #
- Developer can now change a remote observe default value
- Collect more information about device to firebase
0.0.6 #
- Review dependencies constraint
0.0.5 #
- Export local logs on remote observe
- Integrate dart analysis warning
0.0.4 #
- Integrate dart analysis warning
- Add observe mode to firebase
- Update logs on console style
0.0.3 #
- Add style to console logs
- New engine: firebase
- Make file writing optional with new params
0.0.2 #
- enable github action
0.0.1 #
- skeleton ( local engine ) write logs on local file