Safeguard against reply already submitted errors
This commit is contained in:
parent
2b1c2a30c0
commit
9e212de1d9
3 changed files with 7 additions and 5 deletions
|
@ -497,10 +497,10 @@ packages:
|
|||
photo_manager:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: photo_manager
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.6.0-dev.7"
|
||||
path: "thirdparty/flutter_photo_manager"
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.6.0-dev.8"
|
||||
photo_view:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -23,7 +23,8 @@ dependencies:
|
|||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^0.1.2
|
||||
photo_manager: ^0.6.0-dev.7
|
||||
photo_manager:
|
||||
path: thirdparty/flutter_photo_manager
|
||||
provider: ^3.1.0
|
||||
sqflite: ^1.3.0
|
||||
path_provider: ^1.6.5
|
||||
|
|
1
thirdparty/flutter_photo_manager
vendored
Submodule
1
thirdparty/flutter_photo_manager
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ea7dcc4f2a5769d46881ae6b661ab8f253a5c9a2
|
Loading…
Add table
Reference in a new issue