mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 09:43:19 +00:00
Update to allow android 30 (and newer) to open HTTPS links
Ref: https://medium.com/flutter-community/package-visibility-for-url-launcher-on-android-11-api-30-7c03cbce76a5
This commit is contained in:
parent
6f366452f8
commit
b8379e05db
4 changed files with 14 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ dependencies:
|
|||
flutter_speed_dial: ^3.0.5 # FAB menu elements
|
||||
sentry_flutter: 5.0.0 # Error reporting
|
||||
image_picker: ^0.8.0 # Select or take photos
|
||||
url_launcher: 6.0.0 # Open link in system browser
|
||||
url_launcher: 6.0.9 # Open link in system browser
|
||||
flutter_markdown: ^0.6.2 # Rendering markdown
|
||||
camera: # Camera
|
||||
path_provider: 2.0.1 # Local file storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue