switch to null-safe version for scrollable_positioned_list & flutter_image_compress
This commit is contained in:
parent
580a85af90
commit
c6e36357a8
2 changed files with 2 additions and 2 deletions
|
@ -868,7 +868,7 @@ packages:
|
|||
name: scrollable_positioned_list
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.1.10"
|
||||
version: "0.2.2"
|
||||
sensors:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -85,7 +85,7 @@ dependencies:
|
|||
provider: ^6.0.0
|
||||
quiver: ^3.0.1
|
||||
receive_sharing_intent: ^1.4.5
|
||||
scrollable_positioned_list: ^0.1.10
|
||||
scrollable_positioned_list: ^0.2.2
|
||||
sentry: ^5.0.0
|
||||
share_plus: ^2.2.0
|
||||
shared_preferences: ^2.0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue