redacted 1.0.12 redacted: ^1.0.12 copied to clipboard
A package that automatically generate a loading widget from your own widget.
0.0.1 #
- Initial Release.
0.0.2 #
- Fixed a bug in Container Widget where if the child is not an image it wont be redacted.
0.0.3 #
- Added README
0.0.4 #
- Removed support for statefull widgets.
- Fixed a bug in container where it will redact the child without adding it to the parent container.
0.0.5 #
- Added support for InkWell Widget.
0.0.6 #
- Updated the README
0.0.7 #
- Updated the README
0.0.8 #
- Updated the README
0.0.9 #
- Added support for
Align
,Positioned
andImage
widgets. - Added the ability to hide a widget insted of redacting it.
- Updated the README
1.0.10 [Major Update] #
- Changed the way the packages works.
- Removed all styles and made the old
GlowStyle
the default one. - Updated the README.
- Fixed some bugs.
1.0.11 #
- Fixed some issues in the README
- Changed the LICENCE to MPL 2.0
1.0.12 #
- 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]