flutter_absolute_path_provider 0.1.0 copy "flutter_absolute_path_provider: ^0.1.0" to clipboard
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 malformed directoryType cannot escape the sandbox.
  • Android: renamed package com.example.flutter_absolute_path_providercom.mustafa.flutter_absolute_path_provider, removed the deprecated package= attribute from AndroidManifest.xml, dropped unused Activity state from the plugin, rewrote the broken unit test.
  • Dart: API moved to abstract final class, handles MissingPluginException explicitly, ergonomic typed channel call, removed unimplemented DirectoryUtils mentions 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.
2
likes
160
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that exposes absolute paths of common system directories on Android and iOS.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_absolute_path_provider

Packages that implement flutter_absolute_path_provider