cherry_toast 1.8.0
cherry_toast: ^1.8.0 copied to clipboard
A new way to display toasts in flutter with elegant design and animations
1.8.0 16/01/2024 #
- Enhancement:
- Add
onToastClosedcallback attribute invoked when the toast get closed or dismissed Issue #64.
- Add
1.7.0 14/01/2024 #
1.6.4 21/10/2023 #
- Enhancements:
- Toast animation is now customizable with
disableToastAnimationattribute
- Toast animation is now customizable with
1.6.3 19/10/2023 #
- Enhancements:
- Toast animation is now customizable with
disableToastAnimationattribute
- Toast animation is now customizable with
1.5.3 07/10/2023 #
- Enhancements:
- Update default toast height
- Enable toast constraints customization (Add constraints attribute to toast main widget)
- Update toast rendering callback by removing unnecessary widgets
- Update toast documentation examples
1.4.3 27/09/2023 #
- Bug fix: Enable click on screen widgets when toast is open PR
- Enhancement: Add width and height attributes to the toast constructor
1.2.1 30/04/2023 #
- Fix dismiss issue
1.2.0 09/04/2023 #
- Add fromBottom animation (pull request link)
- Change icon widget to any widget type (pull request link)
1.1.0 21/02/2023 #
- Add background color parameter
1.0.9 15/01/2023 #
- Fix addPostFrameCallback function call in initstate
1.0.8 06/08/2022 #
- Fix barrier dimissable issue
- Fix animation and timer dispose error
1.0.6 02/07/2022 #
- Fix pub.dev static analysis
1.0.5 02/07/2022 #
- Flutter 3 support
- Fix naming conventions
- remove unused variables
1.0.4 20/04/2022 #
- Bug fixes
1.0.3 20/01/2022 #
- Enhanced widget rendering
- Bug fixes
1.0.2 19/08/2021 #
- Add heartbeat animation on icon
- Customizable icon size and color
- Bug fixes
1.0.1 24/07/2021 #
- Add customizable border radius
1.0.0 20/07/2021 #
- Add support to all platforms
- Add support to null safety
- Add multiple built-in themes
- Add built-in animations
- Support LTR and RTL layout rendering
- Support Top and Bottom toast display
- Full customization to title, description and action components