flutter_fader 2.0.1 flutter_fader: ^2.0.1 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.
2.0.0-nullsafety.0 - 2021-02-01 #
Changed #
- Migrate to nullsafety
- Make the fader controller a change notifier
1.0.4 - 2020-09-01 #
Changed #
- Add parameter to fader to control whether or not the child widget starts out visible or not
1.0.3 - 2020-07-16 #
Changed #
- Implement Effective Dart changes
- Add a safety net related to using the fader controller after it's been disposed
1.0.1 - 2020-05-06 #
Changed #
- Updated dependencies
- Verified everything works with Flutter 1.17
- Fixed packages issue in the examples
1.0.0+3 - 2019-12-26 #
Changed #
- 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