flutter_fader 1.0.0+3
flutter_fader: ^1.0.0+3 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 12/24/19 #
- Created a stand-alone package for my fader widget
- Created tests for the widget
- Created examples that show how to use the widget
1.0.0+1 12/24/19 #
- Updated the examples directory to example, in order to comply with pub standards
1.0.0+2 12/24/19 #
- Added badge to readme
1.0.0+3 12/26/19 #
- 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