- Initial Release: Created the flutter_file_info plugin.
- 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].
- fix: fix headers in code example sections
- feat: Support for Android platform. Methods
getFileInfo
andgetFileIconInfo
now work on Android - feat:
AndroidFileAttributes
enum for Android-specific file permissions - refactor: Renamed
attributes
towinAttributes
inFileMetadata
- feat: Added
androidAttributes
for Android-specific attributes inFileMetadata