mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
chore: Add graphql_codegen as a dev dependency
This commit is contained in:
parent
37341c7c27
commit
82541bf698
32
pubspec.lock
32
pubspec.lock
|
@ -557,6 +557,14 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.1-alpha+1715521079501"
|
||||
gql_code_builder:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: gql_code_builder
|
||||
sha256: b70e17fe62af58c3a9a3dfd619bf0b07ca15afe4d285001fbcd0852a40538401
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.9.1+1"
|
||||
gql_dedupe_link:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -605,6 +613,14 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
gql_tristate_value:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: gql_tristate_value
|
||||
sha256: ae045e7e272fbfd030084315140c683c9b032a9861a37165f68c2ecd8a759664
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
graphql:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -613,6 +629,14 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "5.2.0-beta.7"
|
||||
graphql_codegen:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: graphql_codegen
|
||||
sha256: d984935993e5fbbd37358eb6dc47e5feacc49fe731c227db47967474f9da6034
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.14.0"
|
||||
graphql_flutter:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -1053,6 +1077,14 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.2.3"
|
||||
recase:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: recase
|
||||
sha256: e4eb4ec2dcdee52dcf99cb4ceabaffc631d7424ee55e56f280bc039737f89213
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "4.1.0"
|
||||
rxdart:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -60,6 +60,7 @@ dev_dependencies:
|
|||
flutter_lints: ^3.0.2
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
graphql_codegen: ^0.14.0
|
||||
hive_generator: ^2.0.1
|
||||
json_serializable: ^6.8.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue