flutter_fader 1.0.3
flutter_fader: ^1.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
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.3 - 2020-07-16 #
- Implement Effective Dart changes
- Add a safety net related to using the fader controller after it's been disposed
1.0.2+1 - 2020-07-16 #
- Add automated tests w/ code coverage
1.0.2 - 2020-05-06 #
- Fix example in readme
1.0.1 - 2020-05-06 #
- Updated dependencies
- Verified everything works with Flutter 1.17
- Fixed packages issue in the examples
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