Skip to content

Commit ac3dd4f

Browse files
committed
chore: update changelog for version 0.0.7 and increment package version to 0.0.7
1 parent 5b0d93e commit ac3dd4f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,15 @@
1414
* Updated documentation
1515

1616
## 0.0.6
17-
* Pub point error on 0.0.5
17+
* Pub point error on 0.0.5
18+
19+
## 0.0.7
20+
* Added onFileSecondaryTap and onDirSecondaryTap callbacks for handling right-click events on files and directories respectively.
21+
22+
* Modified existing onFileTap and onDirTap callbacks to include TapDownDetails as a parameter, providing more context about the tap event.
23+
24+
* Wrapped file and directory widgets with GestureDetector to enable these new tap interactions.
25+
26+
* Added MouseRegion to provide visual feedback (click cursor) on hover for files and directories.
27+
28+
* Imported flutter/gestures.dart for TapDownDetails.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _Note_: This package is not currently compatible with Web.
3030

3131
```yaml
3232
dependencies:
33-
file_tree_view: ^0.0.6
33+
file_tree_view: ^0.0.7
3434
```
3535
3636
## Basic Usage

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: file_tree_view
22
description: "A Flutter package for displaying foldable file directory trees."
3-
version: 0.0.6
3+
version: 0.0.7
44
homepage: https://github.com/AthulNoobie/file_tree_view
55

66
environment:

0 commit comments

Comments
 (0)