switch to null-safe version for scrollable_positioned_list & flutter_image_compress
This commit is contained in:
parent
c6e36357a8
commit
6cd6a1c370
3 changed files with 9 additions and 7 deletions
|
@ -18,6 +18,7 @@ PODS:
|
|||
- flutter_image_compress (0.0.1):
|
||||
- Flutter
|
||||
- Mantle
|
||||
- SDWebImage
|
||||
- SDWebImageWebPCoder
|
||||
- flutter_inappwebview (0.0.1):
|
||||
- Flutter
|
||||
|
@ -83,6 +84,8 @@ PODS:
|
|||
- Reachability (3.2)
|
||||
- receive_sharing_intent (0.0.1):
|
||||
- Flutter
|
||||
- SDWebImage (5.7.3):
|
||||
- SDWebImage/Core (= 5.7.3)
|
||||
- SDWebImage/Core (5.7.3)
|
||||
- SDWebImageWebPCoder (0.6.1):
|
||||
- libwebp (~> 1.0)
|
||||
|
@ -257,7 +260,7 @@ SPEC CHECKSUMS:
|
|||
fk_user_agent: 1f47ec39291e8372b1d692b50084b0d54103c545
|
||||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
|
||||
flutter_email_sender: 02d7443217d8c41483223627972bfdc09f74276b
|
||||
flutter_image_compress: 082f8daaf6c1b0c9fe798251c750ef0ecd98d7ae
|
||||
flutter_image_compress: fd2b476345226e1a10ea352fa306af95704642c1
|
||||
flutter_inappwebview: bfd58618f49dc62f2676de690fc6dcda1d6c3721
|
||||
flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069
|
||||
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
|
||||
|
|
|
@ -340,10 +340,10 @@ packages:
|
|||
flutter_image_compress:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "thirdparty/flutter_image_compress"
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.7.0"
|
||||
name: flutter_image_compress
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.1.0"
|
||||
flutter_inappwebview:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -46,8 +46,7 @@ dependencies:
|
|||
flutter_datetime_picker: ^1.5.1
|
||||
flutter_easyloading: ^3.0.0
|
||||
flutter_email_sender: ^5.0.2
|
||||
flutter_image_compress:
|
||||
path: thirdparty/flutter_image_compress
|
||||
flutter_image_compress: ^1.1.0
|
||||
flutter_inappwebview: ^5.3.2
|
||||
flutter_local_notifications: ^5.0.0+4
|
||||
flutter_password_strength: ^0.1.6
|
||||
|
|
Loading…
Add table
Reference in a new issue