fix: Image picker on Android 11
This commit is contained in:
parent
d7b51babb9
commit
7cea305514
1 changed files with 5 additions and 1 deletions
|
|
@ -39,7 +39,11 @@ dependencies:
|
||||||
flutter_typeahead: ^3.2.0
|
flutter_typeahead: ^3.2.0
|
||||||
future_loading_dialog: ^0.2.1
|
future_loading_dialog: ^0.2.1
|
||||||
hive_flutter: ^1.1.0
|
hive_flutter: ^1.1.0
|
||||||
image_picker: ^0.8.1+3
|
image_picker:
|
||||||
|
git:
|
||||||
|
url: https://gitlab.com/famedly/company/frontend/flutter-plugins.git
|
||||||
|
ref: image_picker_camera_on_android11
|
||||||
|
path: packages/image_picker/image_picker
|
||||||
intl: any
|
intl: any
|
||||||
localstorage: ^4.0.0+1
|
localstorage: ^4.0.0+1
|
||||||
lottie: ^1.1.0
|
lottie: ^1.1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue