Skip to content

Commit

Permalink
Merge pull request #11 from makjac/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
makjac authored Aug 21, 2024
2 parents 24ba59c + 3f8f8a8 commit 78abb0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
* Platform Support: Initial release supports only Windows.
* getFileInfo: Retrieves detailed metadata about a file specified by [filePath].
* getFileIconInfo: Retrieves icon information for a file or directory specified by [filePath].

## 0.0.2

* fix: fix headers in code example sections
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Flutter plugin for retrieving detailed file metadata, including native icons.

| API | Android | iOS | Linux | macOS | Windows | Web |
| --------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| getFileIconInfo() | :x: | :x: | :x: | :x: | :heavy_check_mark: | :x: |
| getFileIconInfo() | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |
| getFileInfo() | :x: | :x: | :x: | :x: | :heavy_check_mark: | :x: |

## Getting Started
Expand Down

0 comments on commit 78abb0d

Please sign in to comment.