File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ _Note_: This package is not currently compatible with Web.
3030
3131``` yaml
3232dependencies :
33- file_tree_view : ^0.0.6
33+ file_tree_view : ^0.0.7
3434` ` `
3535
3636## Basic Usage
Original file line number Diff line number Diff line change 11name : file_tree_view
22description : " A Flutter package for displaying foldable file directory trees."
3- version : 0.0.6
3+ version : 0.0.7
44homepage : https://github.com/AthulNoobie/file_tree_view
55
66environment :
You can’t perform that action at this time.
0 commit comments