super_tooltip 2.1.0
super_tooltip: ^2.1.0 copied to clipboard
Super flexible Tooltip class that gets opend in the screens overlay
2.1.0 10.07.2025 #
- Fixed BoxConstraints negative height issue in TooltipPositionDelegate
- Improved constraint validation to prevent layout errors
2.0.9 27.10.2024 #
- Fix hide tooltip doesn't work when tap arrow
- Arrow tip radius
- Update code base documentation
2.0.8 13.07.2024 #
- Added toggleOnTap option to toggle tooltip
- Remove un-use method
- Fix showClosButton and hideToolTip on Barrier Tap
- expose showowOffset
2.0.7 28.09.2023 #
- Fix custom decoration
2.0.6 28.09.2023 #
- Fix custom decoration and hide tooltip on tab
2.0.5 10.08.2023 #
- Feature - add blur (imageFilter)
2.0.4 28.06.2023 #
2.0.3 23.06.2023 #
2.0.2 25.05.2023 #
- Update LICENSE
2.0.1 25.05.2023 #
- Update Screenshot path on doc
2.0.0 25.05.2023 #
- Release of version 2
1.0.1 15.3.2021 #
- Allow to change the icon of the close button
1.0.0 13.3.2021 #
- Null safe version, this will be probably the last version of SuperTooltip with this API. We are working on a new better one.
0.9.6 14.10.2020 #
- Adds properties to disable dismiss on tap outside and to exclude the barrier at all.
- Thanks to PR [https://github.com/escamoteur/super_tooltip/pull/11] by @castrors
0.9.5 23.7.2020 #
- Adds properties to customize the shadow.
- Updated Example to latest Flutter version
0.9.0 8.7.2018 #
- Initial release.