mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
added gap package dependency
This commit is contained in:
parent
76c420301c
commit
a3d29400bb
|
@ -525,6 +525,14 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.2.0"
|
||||
gap:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: gap
|
||||
sha256: f19387d4e32f849394758b91377f9153a1b41d79513ef7668c088c77dbc6955d
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.0.1"
|
||||
get_it:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -27,6 +27,7 @@ dependencies:
|
|||
flutter_markdown: ^0.6.18+2
|
||||
flutter_secure_storage: ^9.0.0
|
||||
flutter_svg: ^2.0.9
|
||||
gap: 3.0.1
|
||||
get_it: ^7.6.4
|
||||
gql: ^1.0.0
|
||||
graphql: ^5.1.3
|
||||
|
|
Loading…
Reference in a new issue