Skip to content

Commit

Permalink
Merge pull request #65 from rasitayaz/dev
Browse files Browse the repository at this point in the history
hotfix for scrollable performance issue
  • Loading branch information
rasitayaz authored Sep 4, 2024
2 parents ef323d9 + 5458b4f commit d18a982
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.4

* Hotfix for scrollable performance issue.

## 3.2.3

* Another hotfix for exceptions thrown from bouncing widget.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/pie_canvas_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class PieCanvasCoreState extends State<PieCanvasCore>

return NotificationListener<ScrollUpdateNotification>(
onNotification: (notification) {
setState(() {});
if (_state.menuOpen) setState(() {});
return false;
},
child: Material(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pie_menu
description: A Flutter package providing a highly customizable circular/radial context menu
version: 3.2.3
version: 3.2.4
homepage: https://github.com/rasitayaz/flutter-pie-menu
repository: https://github.com/rasitayaz/flutter-pie-menu
issue_tracker: https://github.com/rasitayaz/flutter-pie-menu/issues
Expand Down

0 comments on commit d18a982

Please sign in to comment.