file_selector_android 0.5.1+3 file_selector_android: ^0.5.1+3 copied to clipboard
Android implementation of the file_selector package.
0.5.1+3 #
- Bumps com.android.tools.build:gradle from 7.3.0 to 8.5.1.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
0.5.1+2 #
- Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
0.5.1+1 #
- Updates
LICENSE
file to cover licensed code used inFileUtils.java
.
0.5.1 #
- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
- Updates compileSdk version to 34.
- Modifies
getDirectoryPath
,openFile
, andopenFiles
to return file/directory paths instead of URIs.
0.5.0+7 #
- Bumps androidx.annotation:annotation from 1.7.0 to 1.7.1.
0.5.0+6 #
- Updates minimum required plugin_platform_interface version to 2.1.7.
0.5.0+5 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Fixes new lint warnings.
0.5.0+4 #
- Updates annotations lib to 1.7.0.
0.5.0+3 #
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
0.5.0+2 #
- Adjusts SDK checks for better testability.
0.5.0+1 #
- Bumps androidx.annotation:annotation from 1.5.0 to 1.6.0.
- Adds a dependency on kotlin-bom to align versions of Kotlin transitive dependencies.
0.5.0 #
- Implements file_selector_platform_interface for Android.