snaply 0.0.1-alpha.6
snaply: ^0.0.1-alpha.6 copied to clipboard
A Flutter plugin for instant bug reports with screenshots, screen recordings, device environment and logs.
Changelog #
0.0.1-alpha.6 - 2025-03-19 #
Changes #
- Refactor ios file manager and change path for video recording (#35)
- Fix callbacks registration and refactor (#34)
- [Breaking] Refactor custom attrs and files setting (#33)
- Implement callbacks for extra files (#32)
- [Breaking] Refactor Snaply initialisation logic (#31)
0.0.1-alpha.5 - 2025-03-10 #
Changes #
- Return to flutter sdk 3.24.0 (#28)
- Implement adding custom files to report (#26)
- Implement melos for scripts and remove husky (#27)
- Add CMakeFiles to pubignore and gitignore (#25)
0.0.1-alpha.4 #
Features #
- Delete media file feature (#18)
Refactoring #
- Modified ReportFile to use file path instead of bytes (#19)
- Improved static analysis (#20)
- Updated and improved documentation for snaply_reporter.dart and snaply_reporter_mode.dart (#21)
- Cleaned up and refactored report_file (#22)
Dependencies #
- Updated Flutter SDK version to 3.29.0
0.0.1-alpha.3 #
- Implement setting Snaply mode when init plugin
- Improve documentation
0.0.1-alpha.2 #
Implement frame sequence recorder for Android as alternative to media projection API.