shake_n_report 0.0.5-beta.1
shake_n_report: ^0.0.5-beta.1 copied to clipboard
A Flutter plugin that enables users to report bugs by shaking their device.
0.0.5-beta.1 #
- WASM Compatibility: Fixed WASM compatibility issues by removing
dart:iofrom import chain- Added conditional imports for platform detection
- Replaced
Image.file()withImage.memory()for cross-platform image display - Created platform helper utilities with stub implementations for web/WASM
- Platform Restrictions: Added runtime checks to ensure plugin only works on Android and iOS
- Added platform validation in plugin initialization
- Added platform checks in shake detection widget
- Clear error messages for unsupported platforms
- Documentation: Fixed broken screenshot images in README.md
- Changed GitHub blob URLs to raw URLs for proper image display on pub.dev
- Fixed class name inconsistency in README examples
0.0.4 #
- Fix the broken links
0.0.3 #
- Dependency optimization: Migrated from Dio to standard
httppackage, reducing external dependencies - Documentation improvements:
- Updated requirements section with accurate Flutter, Dart SDK, iOS, and Android versions
- Added comprehensive permissions setup guide for Android and iOS
- Organized screenshots in responsive grid layout
- Code quality: Improved network layer with better error handling and logging
0.0.2 #
- Support only for Android and iOS
0.0.1 #
- initial release.