0.5.1+12
- Fixes a security issue related to improperly trusting filenames provided by a
ContentProvider
.
0.5.1+11
- Bumps androidx.annotation:annotation from 1.9.0 to 1.9.1.
0.5.1+10
- Bumps androidx.annotation:annotation from 1.8.2 to 1.9.0.
0.5.1+9
- Updates Java compatibility version to 11.
0.5.1+8
- Updates Pigeon for non-nullable collection type support.
0.5.1+7
- Removes dependency on org.jetbrains.kotlin:kotlin-bom.
- Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
0.5.1+6
- Bumps androidx.annotation:annotation from 1.8.1 to 1.8.2.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
0.5.1+5
- Bumps androidx.annotation:annotation from 1.8.0 to 1.8.1.
0.5.1+4
- Updates lint checks to ignore NewerVersionAvailable.
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 in FileUtils.java
.
0.5.1
- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
- Updates compileSdk version to 34.
- Modifies
getDirectoryPath
, openFile
, and openFiles
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.