diff --git a/pubspec.lock b/pubspec.lock index bef490ab8..7faa32cec 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index f8cfc9f7c..7cebc73a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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