Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add topics #548

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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