Added new dependency sqflite_migration
This commit is contained in:
parent
fd0f858900
commit
3308cccee0
2 changed files with 8 additions and 0 deletions
|
@ -667,6 +667,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.2+1"
|
||||
sqflite_migration:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: sqflite_migration
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.2.0"
|
||||
stack_trace:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -27,6 +27,7 @@ dependencies:
|
|||
path: thirdparty/flutter_photo_manager
|
||||
provider: ^3.1.0
|
||||
sqflite: ^1.3.0
|
||||
sqflite_migration: ^0.2.0
|
||||
path_provider: ^1.6.5
|
||||
shared_preferences: ^0.5.6
|
||||
dio: ^3.0.9
|
||||
|
|
Loading…
Add table
Reference in a new issue