fix(android): file_picker and permission_handler failure for sdk < 33

This commit is contained in:
Kingkor Roy Tirtho 2022-10-02 11:37:18 +06:00
parent c77b0e198b
commit 139d4dc033
4 changed files with 4 additions and 6 deletions

View File

@ -148,7 +148,6 @@ Bu why? You can learn about it [here](https://dev.to/krtirtho/choosing-open-sour
- [spotify (dart)](https://github.com/rinukkusu/spotify-dart) - A dart library for interfacing with the Spotify API
- [audioplayers](https://github.com/bluefireteam/audioplayers) - A Flutter plugin to play multiple audio files simultaneously (Android/iOS)
- [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) - YoutubeExplode is a library that provides an interface to query metadata of YouTube videos, playlists and channels, as well as to resolve and download video streams and closed caption tracks
- [infinite_scroll_pagination](https://github.com/EdsonBueno/infinite_scroll_pagination) - Flutter package to help you lazily load and display pages of items as the user scrolls down your screen
- [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) - A Flutter package that makes it easy to customize and work with your Flutter desktop app window on Windows, macOS and Linux
- [Inno Setup](https://jrsoftware.org/isinfo.php) - Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan
- [collection](https://github.com/dart-lang/collection) - The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier

View File

@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 31
compileSdkVersion 33
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8

View File

@ -934,14 +934,14 @@ packages:
name: permission_handler
url: "https://pub.dartlang.org"
source: hosted
version: "9.2.0"
version: "10.0.2"
permission_handler_android:
dependency: transitive
description:
name: permission_handler_android
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.2+1"
version: "10.1.0"
permission_handler_apple:
dependency: transitive
description:

View File

@ -29,13 +29,12 @@ dependencies:
go_router: ^3.0.4
palette_generator: ^0.3.3
logger: ^1.1.0
permission_handler: ^9.2.0
permission_handler: ^10.0.2
marquee: ^2.2.3
scroll_to_index: ^2.1.1
package_info_plus: ^1.4.3
version: ^3.0.2
audio_service: ^0.18.7
hookified_infinite_scroll_pagination: ^0.1.0
skeleton_text: ^3.0.0
hive: ^2.2.3
hive_flutter: ^1.1.0