- Added implementation of getDownloadsDirectory for Android
- Adds getApplicationCachePath() for storing app-specific cache files.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Fixes compatibility with AGP versions older than 4.2.
- Adds a namespace for compatibility with AGP 8.0.
- Fixes Java warnings.
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
- Updates compileSdkVersion to 33.
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
- Removes unused Guava dependency.
- Updates code for
no_leading_underscores_for_local_identifierslint. - Updates minimum Flutter version to 2.10.
- Upgrades
androidx.annotationversion to 1.5.0. - Upgrades Android Gradle plugin version to 7.3.1.
- Reverts changes in versions 2.0.18 and 2.0.19.
- Bumps kotlin to 1.7.10
- Bumps
androidx.annotation:annotationversion to 1.4.0. - Bumps gradle version to 7.2.2.
- Lower minimim version back to 2.8.1.
- Fixes bug with
getExternalStoragePaths(null).
- Switches the medium from MethodChannels to Pigeon.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Fixes typing build warning.
- Returns to using a different platform channel name, undoing the revert in 2.0.11, but updates the minimum Flutter version to 2.8 to avoid the issue that caused the revert.
- Temporarily reverts the platform channel name change from 2.0.10 in order to restore compatibility with Flutter versions earlier than 2.8.
- Switches to a package-internal implementation of the platform interface.
- Updates Android compileSdkVersion to 31.
- Updates example app Android compileSdkVersion to 31.
- Fixes typing build warning.
- Fixes link in README.
- Split from
path_provideras a federated implementation.