file_selector_android 0.5.1+1 copy "file_selector_android: ^0.5.1+1" to clipboard
file_selector_android: ^0.5.1+1 copied to clipboard

PlatformAndroid

Android implementation of the file_selector package.

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.