diff --git a/pubspec.lock b/pubspec.lock index aeb4dfba..dd421862 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -540,6 +540,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.14.1" + fs_shim: + dependency: "direct main" + description: + name: fs_shim + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1+2" function_types: dependency: "direct main" description: @@ -614,6 +621,13 @@ packages: url: "https://github.com/GitJournal/icloud_documents_path.git" source: git version: "0.0.1" + idb_shim: + dependency: transitive + description: + name: idb_shim + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0+2" image: dependency: transitive description: @@ -1029,6 +1043,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.27.1" + sembast: + dependency: transitive + description: + name: sembast + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.0+2" sentry: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1d564456..aa4aa92b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -77,6 +77,7 @@ dependencies: yaml_serializer: ^0.0.11 collection: ^1.15.0-nullsafety.4 flex_color_scheme: ^2.1.1 + fs_shim: ^2.0.1+2 dev_dependencies: #flutter_driver: