- Initial Release.
- Fixed a bug in Container Widget where if the child is not an image it wont be redacted.
- Added README
- Removed support for statefull widgets.
- Fixed a bug in container where it will redact the child without adding it to the parent container.
- Added support for InkWell Widget.
- Updated the README
- Updated the README
- Updated the README
- Added support for
Align
,Positioned
andImage
widgets. - Added the ability to hide a widget insted of redacting it.
- Updated the README
- Changed the way the packages works.
- Removed all styles and made the old
GlowStyle
the default one. - Updated the README.
- Fixed some bugs.
- Fixed some issues in the README
- Changed the LICENCE to MPL 2.0
- Added support for custom border radius for the redacted widgets [Issue #7]
- Added support for custom redacted color
- Fixed a state management issue when using
setState
[Issue #5] - Added example project
- Fixed an issue where a
Container
wont be redacted if it has no children [Issue #8]