wiredash 0.1.0 wiredash: ^0.1.0 copied to clipboard
Wiredash is an interactive user feedback tool for Flutter apps.
[0.1.0] - Floating Entry 📲, Confidential 👀 & Provider 🏗 #
Wiredash now uses the Provider package for internal state management and supports version 3.0.0 and higher. If you are also using Provider in your app, please make sure to at least use version 3.0.0.
- Added a Floating Entry which is shown by default in debug to show Wiredash from any screen
- Added WiredashOptions to further customise the Wiredash widget (e.g. the Floating Entry)
- Added a Confidential widget to automatically hide sensitive widgets during screen capture
- Added a Wiredash.of(context).visible ValueListener to check if Wiredash is in screen capture mode (e.g. for hiding certain widgets being screencaptured)
- Improved error handling when there is no valid root navigator key
- Improved performance
- Minor bug fixes
[0.0.1] - Public Release #
- Wiredash gets released to the public 🎉