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

Add support for the Ferry GraphQL client library #13

Closed
wants to merge 6 commits into from
Closed

Conversation

shyndman
Copy link
Contributor

Fixes #12

WIP

sdk: '>=2.12.0 <3.0.0'

dependencies:
ferry:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment that constraint will be provided via ferry_adapter

@@ -0,0 +1,53 @@
import 'package:built_value/serializer.dart';

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entire file needs to either be replaced by something more robust, or pulled into its own lib.

);
}

/// Constructs a GQL client for accessing Nhost.io's backend.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention Ferry

@@ -1,7 +1,7 @@
# Nhost GraphQL Support for Flutter Examples

* [Simple GraphQL example](https://github.com/nhost/nhost-dart/packages/nhost_flutter_auth/example/lib/simple_graphql_example.dart): Demonstrates establishing a GraphQL connection, and interaction with widgets from the `graphql` package
* [Todos Quick Start example](https://github.com/nhost/nhost-dart/packages/nhost_flutter_auth/example/lib/todos_quick_start_example.dart): A Flutter implementation of the [Nhost Quick Start app](https://docs.nhost.io/quick-start)
* [Simple GraphQL example](https://github.com/nhost/nhost-dart/blob/main/packages/nhost_flutter_auth/example/lib/simple_graphql_example.dart): Demonstrates establishing a GraphQL connection, and interaction with widgets from the `graphql` package
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull these corrections out into a separate PR

@@ -0,0 +1,9 @@
# Nhost Ferry Adapter Examples

Demonstrates the creation and usage of a Ferry client connected to an Nhost
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention the requirement to run build_runner before this is usable

@FaFre
Copy link

FaFre commented Nov 14, 2021

Whats the ETA of this?

@nunopato
Copy link

nunopato commented Aug 8, 2023

closing this PR as it is very outdated

@nunopato nunopato closed this Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Ferry support
3 participants