Skip to content

Commit

Permalink
docs: add topics (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami authored Nov 11, 2023
1 parent a4bc375 commit bb0a450
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ferry/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description: Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=3.0.0 <4.0.0'

topics:
- graphql
- gql
- ferry
dependencies:
gql: '>=0.14.0 <2.0.0'
rxdart: ^0.27.1
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_cache/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: A normalized, strongly typed, optimistic cache for GraphQL Operatio
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=3.0.0 <4.0.0'
topics:
- graphql
- gql
- ferry
dependencies:
ferry_exec: ^0.5.0
meta: ^1.3.0
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_exec/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: A strongly typed execution interface for GraphQL operations
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=3.0.0 <4.0.0'
topics:
- graphql
- gql
- ferry
dependencies:
gql: '>=0.14.0 <2.0.0'
gql_exec: '>=0.4.0 <2.0.0'
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: Flutter widgets for the Ferry GraphQL client
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=2.12.0 <3.0.0'
topics:
- graphql
- gql
- ferry
dependencies:
ferry: ^0.15.0+1
gql_exec: '>=0.4.0 <2.0.0'
Expand Down
5 changes: 5 additions & 0 deletions packages/ferry_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description: Generated types for Ferry GraphQL Client
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=3.0.0 <4.0.0'
topics:
- graphql
- gql
- ferry
- codegen
dependencies:
gql: '>=0.14.0 <2.0.0'
gql_code_builder: ^0.8.0
Expand Down
5 changes: 5 additions & 0 deletions packages/ferry_hive_store/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description: Hive-based Store implementation for Ferry GraphQL client
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=2.12.0 <3.0.0'
topics:
- graphql
- gql
- ferry
- hive
dependencies:
hive: ^2.0.0
ferry_store: ^0.5.3
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_store/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: Default Store for Ferry GraphQL client
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=2.12.0 <3.0.0'
topics:
- graphql
- gql
- ferry
dependencies:
rxdart: ^0.27.1
collection: ^1.15.0
Expand Down
3 changes: 3 additions & 0 deletions packages/normalize/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: Normalization and denormalization of GraphQL responses in Dart
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=2.12.0 <3.0.0'
topics:
- graphql
- gql
dependencies:
gql: '>=0.14.0 <2.0.0'
collection: ^1.15.0
Expand Down

0 comments on commit bb0a450

Please sign in to comment.