Releases: rasitayaz/flutter-pie-menu
Releases · rasitayaz/flutter-pie-menu
3.2.7
- Added widget mounted checks to fix exceptions thrown from pointer events of a disposed Pie Menu.
3.2.6
- Added
childBounceFilterQuality
option to PieTheme
to adjust the quality of the child bounce transformation.
3.2.5
- Fixed child widget initializing twice when bouncing is enabled.
3.2.4
- Hotfix for scrollable performance issue.
3.2.3
- Another hotfix for exceptions thrown from bouncing widget.
3.2.2
- Fixed exceptions thrown from bouncing widget. #57
- Fixed inconsistency in menu child positioning when the scroll position changes while the menu is open.
3.2.1
- Fixed some stateful widgets are trying to set their state after being disposed.
3.2.0
Changelog
- Added
menuAlignment
and menuDisplacement
to PieTheme
to allow custom positioning of the menu. #50
- Added
PieMenuController
to programmatically control the menus. #48
- Fixed
PieCanvas
theme is not updating after widget initialization.
Contributors