external_path_ios_mac 0.0.7
external_path_ios_mac: ^0.0.7 copied to clipboard
A Flutter package for retrieving directory paths on iOS and macOS devices, ensuring file access and management across platforms.
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- Fix pub point.
0.0.3 #
- Edit api document and README.md.
- Update package.
0.0.4 #
- Update API.
0.0.5 #
- Update API.
- Update package.
0.0.6 #
- Update package.
0.0.7 #
- Add
getRootInstallationPath()
method to retrieve the root installation path where applications are installed. - On iOS, returns the main bundle path (application installation directory).
- On macOS, returns the application's installation directory.
- Updated example app to demonstrate the new functionality.
- Enhanced platform interface with comprehensive documentation.