Skip to content

Commit

Permalink
fix/mouse-area-trackpad-kind (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro authored Sep 20, 2024
1 parent 87fbdd9 commit 370b8ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.7

- Remove kind event from `ShadMouseArea`

## 0.9.6

- Fix: the browser context menu has been enabled again, and deactivated only for the `ShadContextMenu` component.
Expand Down
2 changes: 0 additions & 2 deletions lib/src/utils/mouse_area.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class MouseAreaSurfaceRenderBox extends RenderProxyBoxWithHitTestBehavior
PointerExitEvent(
viewId: event.viewId,
timeStamp: event.timeStamp,
kind: event.kind,
pointer: event.pointer,
device: event.device,
position: event.position,
Expand Down Expand Up @@ -124,7 +123,6 @@ class MouseAreaSurfaceRenderBox extends RenderProxyBoxWithHitTestBehavior
PointerEnterEvent(
viewId: event.viewId,
timeStamp: event.timeStamp,
kind: event.kind,
pointer: event.pointer,
device: event.device,
position: event.position,
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: shadcn_ui
description: shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
version: 0.9.6
version: 0.9.7
homepage: https://mariuti.com/shadcn-ui
repository: https://github.com/nank1ro/flutter-shadcn-ui
documentation: https://mariuti.com/shadcn-ui
Expand Down

0 comments on commit 370b8ac

Please sign in to comment.