Added new dependency sqflite_migration

This commit is contained in:
Abhinav-grd 2021-01-22 13:06:10 +05:30
parent fd0f858900
commit 3308cccee0
2 changed files with 8 additions and 0 deletions

View file

@ -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:

View file

@ -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