shake_n_report 0.0.5
shake_n_report: ^0.0.5 copied to clipboard
A Flutter plugin that enables users to report bugs by shaking their device.
0.0.5 #
- Complete WASM Compatibility: Full WASM compatibility achieved through conditional imports
- Made all
dart:iodependencies conditional with stub implementations for web/WASM HttpClientWrapper,HttpErrorHandler,MultipartHelper,LocalStorage, andDeviceInfoHelpernow use conditional imports- Removed all direct
dart:ioimports from main code paths - Package now fully compatible with WASM runtime analysis
- Made all
- Code Quality: Fixed all static analysis issues
- Fixed angle brackets in documentation comments (replaced
<T>with descriptive text) - All documentation now passes linter checks
- Improved code documentation clarity
- Fixed angle brackets in documentation comments (replaced
- Platform Support: Android and iOS only
- Clear error messages for unsupported platforms
- Platform validation in plugin initialization
- 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.