revclust_flutter 0.6.0
revclust_flutter: ^0.6.0 copied to clipboard
Flutter SDK for capturing structured incident evidence from Flutter apps.
Changelog #
0.6.0 #
- Removed unsupported desktop FFI persistence.
- Added compatibility with
device_info_plus10–12 andflutter_secure_storage9–10 with Flutter 3.38 and newer. - Removed the non-functional
enableUnhandledExceptionCapture()public method. - Restored automatic network transport capture with
connectivity_plus6–7 compatibility. - Restricted hosted upload and viewer endpoints to HTTPS, with loopback HTTP retained only for debug-mode local development.
- Hardened automatic Dio events with stronger path sanitization and optional route-template overrides; query strings and error messages are not captured.
- Removed rejected invariant values and dependency exception text from invariant validation, local initialization, key storage, and upload failures.
- Verified encrypted queued captures survive an installed Android Secure Storage 9→10 upgrade.
0.5.1 #
- Refreshed the README and declared Android/iOS platform support.
0.5.0 #
- Initial pub.dev release as
revclust_flutter.