native_android_path 1.0.0
native_android_path: ^1.0.0 copied to clipboard
A Flutter plugin that provides access to various storage paths on Android devices.
1.0.0 #
- Updates minimum supported SDK version to Flutter 3.44 / Dart 3.12.
- Migrates Android plugin to built-in Kotlin (removes legacy KGP apply).
0.0.5 #
- Added
getRootInstallationPath()method to retrieve the root installation path where applications are installed (typically/data). - Updated
getAllPaths()to include the new root installation path. - Enhanced Android native implementation to support root installation path retrieval.
0.0.4 #
- Fix pub point.
0.0.3 #
- Update Sdk.
- By defau
0.0.2 #
- Fix bug path directory.
lt, permissions are enabled, so there's no need to declare them in the AndroidManifest.xml file.
0.0.1 #
- initial release.