flutter_file_info 0.3.0 copy "flutter_file_info: ^0.3.0" to clipboard
flutter_file_info: ^0.3.0 copied to clipboard

A Flutter plugin for retrieving detailed file metadata, including native icons assigned by file type.

0.3.0 #

  • feat: Support for iOS platform. Methods getFileInfo and getFileIconInfo now work on iOS
  • feat: IosFileAttribute enum for iOS-specific file attributes

0.2.0 #

  • feat: Support for MacOS platform. Methods getFileInfo and getFileIconInfo now work on MacOS
  • feat: MacosFileAttribute enum for MacOS-specific file attributes

0.1.1 #

  • Correct image URLs in README.md

0.1.0 #

  • feat: Support for Android platform. Methods getFileInfo and getFileIconInfo now work on Android
  • feat: AndroidFileAttributes enum for Android-specific file permissions
  • refactor: Renamed attributes to winAttributes in FileMetadata
  • feat: Added androidAttributes for Android-specific attributes in FileMetadata

0.0.2 #

  • fix: fix headers in code example sections

0.0.1 #

  • 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].
6
likes
150
points
83
downloads

Publisher

verified publisherjackowski.dev

Weekly Downloads

A Flutter plugin for retrieving detailed file metadata, including native icons assigned by file type.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

equatable, ffi, flutter, image, plugin_platform_interface, win32

More

Packages that depend on flutter_file_info