flutter_absolute_path_provider 0.1.0
flutter_absolute_path_provider: ^0.1.0 copied to clipboard
A Flutter plugin that exposes absolute paths of common system directories on Android and iOS.
Changelog #
0.1.0 #
- iOS: the named subfolder under
Documents/is now created automatically before its path is returned, instead of being a "looks valid but doesn't exist" path. Path components are also sanitized so a malformeddirectoryTypecannot escape the sandbox. - Android: renamed package
com.example.flutter_absolute_path_provider→com.mustafa.flutter_absolute_path_provider, removed the deprecatedpackage=attribute fromAndroidManifest.xml, dropped unusedActivitystate from the plugin, rewrote the broken unit test. - Dart: API moved to
abstract final class, handlesMissingPluginExceptionexplicitly, ergonomic typed channel call, removed unimplementedDirectoryUtilsmentions from the docs. - Bumped Android tooling: AGP 8.1.0 → 8.11.1, Gradle 8.3 → 8.14, JVM 11 → 17. Migrated to Flutter Built-in Kotlin — requires Flutter 3.44 / Dart 3.12.
- Polished example with Material 3, filter chips, snackbar errors, and clipboard copy.
- Fixed the integration test which referenced an API that never existed.
- Cleaned up the podspec metadata (homepage / author / summary / description).
0.0.1 #
- Initial release.