touchable_opacity 1.2.0 touchable_opacity: ^1.2.0 copied to clipboard
This widget lets you provide a more visual feedback to users when they interact with your app, similar to TouchableOpacity in React Native.
[1.2.0] - March 2021 #
- Adds null safety. Thanks @InSomniaMoon for the pull request.
[1.1.1 + 1.1.2] - October 2020 #
- Fixes an issue that would not rebuild the widget when using hot reload
[1.1.0] - Dec 2019 #
- Adds an additional property
key
, allowing users to assign a Key to the TouchableOpacity widget. Thanks @leeewh for pointing this out.
[1.0.2] - May 2019 #
- Fix issue cause by incorrect disposing of animation controller.
[1.0.1] - May 2019 #
- Documentation changes
[1.0.0] - May 2019 #
- Initial Release