mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
Add fs_shim as an experiment
I want to avoid using the fs directly, as that way a web version of GitJournal can be created.
This commit is contained in:
21
pubspec.lock
21
pubspec.lock
@ -540,6 +540,13 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.14.1"
|
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:
|
function_types:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@ -614,6 +621,13 @@ packages:
|
|||||||
url: "https://github.com/GitJournal/icloud_documents_path.git"
|
url: "https://github.com/GitJournal/icloud_documents_path.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
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:
|
image:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1029,6 +1043,13 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.27.1"
|
version: "0.27.1"
|
||||||
|
sembast:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: sembast
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "3.1.0+2"
|
||||||
sentry:
|
sentry:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -77,6 +77,7 @@ dependencies:
|
|||||||
yaml_serializer: ^0.0.11
|
yaml_serializer: ^0.0.11
|
||||||
collection: ^1.15.0-nullsafety.4
|
collection: ^1.15.0-nullsafety.4
|
||||||
flex_color_scheme: ^2.1.1
|
flex_color_scheme: ^2.1.1
|
||||||
|
fs_shim: ^2.0.1+2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
#flutter_driver:
|
#flutter_driver:
|
||||||
|
Reference in New Issue
Block a user