flutter_fader 1.0.0+4
flutter_fader: ^1.0.0+4 copied to clipboard
A flutter widget that allows you to fade a child widget in and out. When faded out the child widget is removed from the tree (it can't be interacted with
1.0.0+4 - 2019-12-26 #
- Changed order and date format of changelog
1.0.0+3 - 2019-12-26 #
- Spelling mistake in example readme.
- Removed lib/main.dart from example directory
- Update comments in flutter_fader.dart
- Update main readme with better wording and a fixed link
1.0.0+2 - 2019-12-24 #
- Added badge to readme
1.0.0+1 - 2019-12-24 #
- Updated the examples directory to example, in order to comply with pub standards
1.0.0 - 2019-12-24 #
- Created a stand-alone package for my fader widget
- Created tests for the widget
- Created examples that show how to use the widget