- Fixed performance issues victorevox#17
-
Disabled onClose callback, as not implemented for the time being
-
Merge pull request #19 from denisbabineau/master
add horizontal / vertical TooltipDirection
- Bug fixes -
Failed assertion: line 1705 pos 18: 'debugDoingThisResize flutter: || debugDoingThisLayout || flutter: (RenderObject.debugActiveLayout == parent && _size._canBeUsedByParent)': is not flutter: true.
- Bug fixes - Render box not attached error
- Small change
- Added
ObfuscateTooltipItem
widget, it allows for a tooltip to automatically hide when aObfuscateTooltipItem
widget it's inside tooltip's boundings, useful for autohide on Dialogs or Stacks. For more detail look at the new Obfucaste example;
- Some fixes on implementation of route aware logic
- New [routeObserver] property, widget will listen for route transition and will hide tooltip when the widget's route is not active
- Fix minWidth doesn't work and throws errors victorevox#3
- Added animation when dismissing victorevox#6
- Fix borderWidth=0 not honoured victorevox#7
- Added [hideOnTooltipTap] capability, requested victorevox#5
- Updated README
- Other fixes
- Ensure tooltip is hidden when dispossing (fix: victorevox#9)
- Merged victorevox#10 (Thanks @rgb1380)
- Fix issue where not setting tooltip offset correctly at first build round
- Fix tooltip not handling "tap" events in specific scenarios
- Minor Fixes
- Fix
clipBehavior: Clip.none,
error
- Updated README
- First release.
- TODO: Describe initial release.