path_provider_master 1.0.1
path_provider_master: ^1.0.1 copied to clipboard
Flutter plugin for accessing various system paths across all platforms with support for public paths.
1.0.1 #
- WASM compatibility: Replaced unconditional
dart:ioimport with conditional import, enabling compatibility with the WASM runtime - Swift Package Manager support: Added
PrivacyInfo.xcprivacyresource to iOS and macOS SPM targets - Android built-in Kotlin: Migrated
android/build.gradle.ktsfrom legacybuildscript {}pattern to built-in Kotlin plugin via theplugins {}block
1.0.0 #
- Initial implementation of the Path Provider Master plugin
- Full support for all standard
path_providermethods - New public directory methods added:
getPublicPicturesDirectory()getPublicVideosDirectory()getPublicMusicDirectory()getPublicDownloadsDirectory()getPublicDocumentsDirectory()getPublicDCIMDirectory()
- Cross-platform support: Android, iOS, Windows, macOS, and Linux
- Complete example with a Persian user interface