Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

GraphQL Flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
Collective - Host: opensource - https://opencollective.com/graphql-flutter - Website: https://pub.dev/packages/graphql_flutter - Code: https://github.com/zino-hofmann/graphql-flutter

Merge pull request #454 from opencollective/opencollective

Activating Open Collective

github.com/zino-hofmann/graphql-flutter - 72a88391c280b1def7cd15cae8c35a0cff31ba8e authored almost 5 years ago
fix(examples/starwars): use git dependency for graphql_starwars_test_server

there are some issues with angel dart 2.8 compatability
that make it so we need to depend on a c...

github.com/zino-hofmann/graphql-flutter - 0facc4880b3cfcb6abe9f4e7ed5609b97f3fab42 authored almost 5 years ago
feat(examples/starwars): add web support

github.com/zino-hofmann/graphql-flutter - f52b1dbc5bbafd0933e2b5b51b8f09c18462bd0b authored almost 5 years ago
add tests for error cases and renamed disable function property

github.com/zino-hofmann/graphql-flutter - 08f43b01f60054b12007fb3cf774a89e8b6ef11f authored almost 5 years ago
add options for custom query hashers and disable checkers

github.com/zino-hofmann/graphql-flutter - 11f02b4c6ceb5a32a73bc79bc1279d46d45cc04a authored almost 5 years ago
remove deprecated HttpHeadersAndBody

github.com/zino-hofmann/graphql-flutter - f987241c38990ec50bc772d676abebfabcaa5cab authored almost 5 years ago
downgrade crypto dependency to 2.1.3 to work with flutter_test

github.com/zino-hofmann/graphql-flutter - 0283a09f9761c75c7182b0a2b5bedb668824f9f4 authored almost 5 years ago
removed unneeded code

github.com/zino-hofmann/graphql-flutter - 607eabc89aea260f2e2eb21999e38da4739ffce3 authored almost 5 years ago
update READMEs to include APQ

github.com/zino-hofmann/graphql-flutter - 02299dd928084b21b650db0e321ab1b4ba361376 authored almost 5 years ago
uppercase HTTP method in tests #2

github.com/zino-hofmann/graphql-flutter - dc7a3575c973295e914dda310c4e01fc712e60f9 authored almost 5 years ago
uppercase HTTP method in tests

github.com/zino-hofmann/graphql-flutter - 66828189e6abe47b327bd9208e19983566481791 authored almost 5 years ago
port `apollo-link-persisted-queries` to dart

github.com/zino-hofmann/graphql-flutter - 1ac353dd34f5e26cbc799fcd5e81e9575429442e authored almost 5 years ago
ensure crypto library is not only a peer dependency

github.com/zino-hofmann/graphql-flutter - f924bab40c92f0bd289e6bebf09c63bf06f54677 authored almost 5 years ago
ensure the `extensions` map of operations is initialized

github.com/zino-hofmann/graphql-flutter - 27acecd67da36e6d6133eeb57f376e89a1e7b6e8 authored almost 5 years ago
add support for GET queries

use similar implementation to apollo-link-http's `useGETForQueries` flag

github.com/zino-hofmann/graphql-flutter - bf1bc0d0b06d92c9b93b2366793f0958cdae3e23 authored almost 5 years ago
add missing status code to FetchResult

github.com/zino-hofmann/graphql-flutter - 74fbc203329e86692a4c23c4182f5ecd0506628a authored almost 5 years ago
docs(flutter): fixed formatting

github.com/zino-hofmann/graphql-flutter - b965d5935632175022db36e829ddf5466608cdbe authored almost 5 years ago
docs(flutter): add AppSync support documentation

add a section to the readme to track support for AWS AppSync and outline how it can be used with...

github.com/zino-hofmann/graphql-flutter - 9016fa21567eca6a68a207ddf12cbc4e2dc68b05 authored almost 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - c7e1edc1ef629e1824262de56a299bc3e1afac88 authored almost 5 years ago
chore(release): 3.0.1-beta.3 [skip ci]

## [3.0.1-beta.3](https://github.com/zino-app/graphql-flutter/compare/v3.0.1-beta.2...v3.0.1-bet...

github.com/zino-hofmann/graphql-flutter - 0c7ba01af25f3c24afd552a015790d257e5929a2 authored almost 5 years ago
fix(release): RunMutation return type definition

This is just to trigger release from PR 567

github.com/zino-hofmann/graphql-flutter - 9cb9658f745139080e435856682ea0148d814098 authored almost 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - 9d129ceeca9cb492829c44754478f290108a550d authored almost 5 years ago
updated normalization apollo link

github.com/zino-hofmann/graphql-flutter - dff044289e4c915e83e4135fb11c5f3bf0378680 authored almost 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - c8060518db0728f558a2459e982c98cae3d1524e authored almost 5 years ago
Merge pull request #567 from wexder/patch-1

RunMutation return type definition

github.com/zino-hofmann/graphql-flutter - 7864dced9b2e4eab164f2be98b5205005f4d9be0 authored almost 5 years ago
Update mutation.dart

github.com/zino-hofmann/graphql-flutter - ce0d29a5417c42ce24e90243e6cd70829af65c89 authored almost 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - 0794983200c55d48faf294e90e5ada3f1ce5dc02 authored almost 5 years ago
feat: move to DocumentNode-only documents

BREAKING CHANGE: the deprecated string documents are no longer supported

github.com/zino-hofmann/graphql-flutter - 7499323673af6ea6c9889c828fc8ff80042f1a74 authored almost 5 years ago
feat: drop Link layer in favor of package:gql_link and package:gql_exec

BREAKING CHANGE: Link layer is now implemented via package:gql_link and package:gql_exec

github.com/zino-hofmann/graphql-flutter - 2e491a7c54ebb77a1552cde4cda7e638af866e82 authored almost 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - 15347c3912a3b486ebac5637f7ba56fe1916ab04 authored almost 5 years ago
chore(release): 3.0.1-beta.2 [skip ci]

## [3.0.1-beta.2](https://github.com/zino-app/graphql-flutter/compare/v3.0.1-beta.1...v3.0.1-bet...

github.com/zino-hofmann/graphql-flutter - 8c903a8cd299c52f1806c4880b68616dcaa0516d authored almost 5 years ago
Merge pull request #553 from knaeckeKami/beta

Thow a ClientException on non-json responses

github.com/zino-hofmann/graphql-flutter - af7653996b795f64ad31bca5de814070ee88bd8f authored almost 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - af7a26086fd9e1da254d8b47ae5c4d5ba2762008 authored almost 5 years ago
fix "an operation already exists with this id"

github.com/zino-hofmann/graphql-flutter - c3c144c978bcb41fd7a03f191e52ac933b4ad025 authored almost 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - bafa656150653c63e8f8db1b7bcd45ce1ef0fb74 authored almost 5 years ago
fix(client): Throw a ClientException on non-json responses, to be

consistent with other malformed responses.
Fix tests to also expect a ClientException in theses...

github.com/zino-hofmann/graphql-flutter - 7d538e16dd626d2ff7c4f963031ff6c825f24269 authored about 5 years ago
Merge pull request #546 from kulture-rob/beta

fix future initPayload for subscription

github.com/zino-hofmann/graphql-flutter - 39c640f8cd0844c743ca6e1666a969428a25237a authored about 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - 09bbcd87f4fbea8a99a9074f3dda3d71edd2e821 authored about 5 years ago
Merge pull request #547 from lookfirst/patch-1

docs(readme) v3.0.0

github.com/zino-hofmann/graphql-flutter - c449ca35af138d30ae5ca1b0cb28270b22d53af7 authored about 5 years ago
docs: update version of graphql

github.com/zino-hofmann/graphql-flutter - 874e839e1e8b76585c507c31a83c65afb1ac7886 authored about 5 years ago
[docs] v3.0.0 in readme

github.com/zino-hofmann/graphql-flutter - 4487cc0025fbb631a307371714f098c0874711dd authored about 5 years ago
fix future initPayload for subscription

github.com/zino-hofmann/graphql-flutter - b62522fd3f87a9be6040016c860ac2037b63c843 authored about 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - b419f32ec625291e662ccabf9c848b7be9bed5ac authored about 5 years ago
chore(release): 3.0.1-beta.1 [skip ci]

## [3.0.1-beta.1](https://github.com/zino-app/graphql-flutter/compare/v3.0.0...v3.0.1-beta.1) (2...

github.com/zino-hofmann/graphql-flutter - 1e70c85fda266ded4ede12edfcc02be36e635358 authored about 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - 2ddc0c0dbd4546f51e3253b2fb1cfee09116a5c5 authored about 5 years ago
ci(hotfix): include semantic-release package when using npx

github.com/zino-hofmann/graphql-flutter - 807d0f54d7ffb1706f74cd90b7555ea6327a9076 authored about 5 years ago
added articles section to the main read me file with first article which covers basic flow of usage graphql_flutter in flutter ecosystem

github.com/zino-hofmann/graphql-flutter - 7d0f755c97e6ae81dd82ff0cbc2d8121653c6655 authored about 5 years ago
Merge pull request #503 from mainawycliffe/update-contributing-guidelines

docs: update contributing guidelines

github.com/zino-hofmann/graphql-flutter - d71b553fe96231d14aa0dde905afca5e2d592866 authored about 5 years ago
Merge branch 'master' into update-contributing-guidelines

github.com/zino-hofmann/graphql-flutter - f16c6b352e7bbbd079ada45c32978f8db7d31eec authored about 5 years ago
Merge pull request #524 from Waitak/beta

Fixed instance variable declaration and usage in InMemory

github.com/zino-hofmann/graphql-flutter - 398781d3229f7b6f001d843d458f518fdb68d59e authored about 5 years ago
Merge pull request #528 from laurisvan/fix/translate-network-failure-fail

fix(client): fix(client): translateNetworkFailure fails with NPE when no route to host

github.com/zino-hofmann/graphql-flutter - d16a84268935f783040a1b905e1789513f193feb authored about 5 years ago
Merge pull request #534 from kulture-rob/beta

allow initPayload to be a future

github.com/zino-hofmann/graphql-flutter - 07132bc282ae1079060e441c09384da2d785cc5b authored about 5 years ago
ci(Semantic release): Sync master into beta [skip ci]

github.com/zino-hofmann/graphql-flutter - ff3738f420bc1397fff796853aad3bb5fb374c71 authored about 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - f9d9b9a35dd89728a836238f846946bee0a02fdc authored about 5 years ago
chore(release): 3.0.0 [skip ci]

# [3.0.0](https://github.com/zino-app/graphql-flutter/compare/v2.1.0...v3.0.0) (2020-01-13)

###...

github.com/zino-hofmann/graphql-flutter - 6f6a6fc340ced09449940ece1114b39674f54140 authored about 5 years ago
Merge pull request #538 from zino-app/chore/semantic-release

ci: upgrade semantic-release to a stable version

github.com/zino-hofmann/graphql-flutter - e5493530c8460a936e4bc8e9cea72a2433198df2 authored about 5 years ago
ci: upgrade semantic-release to a stable version

github.com/zino-hofmann/graphql-flutter - 22c64e7c312a20bd49fb8f5eb2082a463cbfc6d1 authored about 5 years ago
Merge pull request #536 from zino-app/beta

Merge Beta into Master for Version 3.0

github.com/zino-hofmann/graphql-flutter - 42d010c177f7fa752b9a0b5ca57548dd1cd3ad8f authored about 5 years ago
allow initPayload to be a future

github.com/zino-hofmann/graphql-flutter - 614279de67b8badd689f32f63983a5e9359218a1 authored about 5 years ago
fix(flutter): widgets make unnecessary requests when dependencies change

github.com/zino-hofmann/graphql-flutter - 31936ff2c3cf8cc2dcf6b017868fec71320f080a authored about 5 years ago
refactor: remove unnecessary code

` '' + '_graphql_cache'` can be simplified to ` '_graphql_cache'`

github.com/zino-hofmann/graphql-flutter - b886879b9f99ad828a173522135fe11669b2a15d authored about 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - 0b0a7d99f154e82c9447d05912356e6e146bd2a8 authored about 5 years ago
chore(release): 3.0.0-beta.3 [skip ci]

# [3.0.0-beta.3](https://github.com/zino-app/graphql-flutter/compare/v3.0.0-beta.2...v3.0.0-beta...

github.com/zino-hofmann/graphql-flutter - fd5142c65d7237b4cf1e9b72fec4efeb6aae7fcc authored about 5 years ago
Merge pull request #530 from knaeckeKami/beta

fix(client): use http 0.12.0+4 to fix a wrong content-type header on …

github.com/zino-hofmann/graphql-flutter - c28ef881f30fa7ef0e0112b5ad53f8f601f8dbd0 authored about 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - 0200ad6a84dd7ea26cb6d4be46a1945f446e68e3 authored about 5 years ago
chore(release): 3.0.0-beta.2 [skip ci]

# [3.0.0-beta.2](https://github.com/zino-app/graphql-flutter/compare/v3.0.0-beta.1...v3.0.0-beta...

github.com/zino-hofmann/graphql-flutter - 68a27a7c48401a5e7e9c40f20ff3aa5c5e1d149c authored about 5 years ago
fix(client): use http 0.12.0+4 to fix a wrong content-type header on multipart request on http 0.12.0+3

fixes #525.

github.com/zino-hofmann/graphql-flutter - ea8822ce03740a3e220fb3368c672013f27a8297 authored about 5 years ago
fix(client): translateNetworkFailure when no route to host

github.com/zino-hofmann/graphql-flutter - e8b6322cc537df8cbc829be0f6182bdfdf6d0779 authored about 5 years ago
Additional fix to usage of storagePrefix

github.com/zino-hofmann/graphql-flutter - c1132aea5857635846130b6ffec6bb11d4605b25 authored about 5 years ago
Fixed conflict in declaration

github.com/zino-hofmann/graphql-flutter - b2a84d0d7fd7d63a9ef6bf6504fb3a2bb48614f8 authored about 5 years ago
Merge pull request #507 from 2ZeroSix/fix/update_rxdart

fix(packaging): update rxdart and sdk min versions

github.com/zino-hofmann/graphql-flutter - a519cd980e309903ca5500b9d922d99e8146f9af authored about 5 years ago
fix(packaging): update rxdart and sdk min versions


update rxdart version ^0.22.0 => ^0.23.1
update sdk version '>=2.2.2 <3.0.0' => '>=2.6.0 <3.0....

github.com/zino-hofmann/graphql-flutter - 1980f226183d0734a39f5f65efd6d1ef11accdbb authored about 5 years ago
ci: fix breaking change in `semantic-release` when channels are not included in the version tag

github.com/zino-hofmann/graphql-flutter - e44dcf033e10bb104f21e14a9822d40c4d08a034 authored about 5 years ago
chore(release): 3.0.0-beta.1 [skip ci]

# [3.0.0-beta.1](https://github.com/zino-app/graphql-flutter/compare/v2.1.0...v3.0.0-beta.1) (20...

github.com/zino-hofmann/graphql-flutter - b590d4dc18953bafc849efea1b56664295b77f27 authored about 5 years ago
ci: upgrade to the latest @semantic-release/git version

github.com/zino-hofmann/graphql-flutter - a7b8300fd886ce223124c8ebc37d067d1565b80d authored about 5 years ago
Merge pull request #504 from micimize/hotfix-mutation-reinit

Prevent observable discarding in MutationState.didChangeDependencies

github.com/zino-hofmann/graphql-flutter - bbf71f89307de3a52694b3d5163f734b24159320 authored about 5 years ago
fix(flutter): prevent observable discarding in `MutationState.didChangeDependencies`

Required implement `Policies ==`, `WatchQueryOptions.copy`, and `Mutation.__cachedOptions`,
And ...

github.com/zino-hofmann/graphql-flutter - baeca25118bb11e67ef7cef9560ce279e09c4f4b authored about 5 years ago
docs: update contributing guidelines

github.com/zino-hofmann/graphql-flutter - cbb7e38df51827ae18db24a0ddb7a11c6a14be5d authored about 5 years ago
docs: add links to the migration guide

github.com/zino-hofmann/graphql-flutter - 96054250e77826ccddb9734f4aca5601a87d1dd8 authored about 5 years ago
docs: update contributing guidelines

patches to be committed to master, new features to beta

github.com/zino-hofmann/graphql-flutter - ecd74293c1adf509e1c0cc2905b91c71d03beda4 authored about 5 years ago
Merge pull request #501 from zino-app/beta

Promote Beta to Stable

github.com/zino-hofmann/graphql-flutter - d17b57b52d3cb985a8c8d7025a242bbcddecabfb authored about 5 years ago
Merge pull request #502 from zino-app/HofmannZ-patch-1

ci: bump semantic-release to the latest beta

github.com/zino-hofmann/graphql-flutter - f657d23269ea58faf63d95313758e63c53fbaaa2 authored about 5 years ago
ci: bump semantic-release to the latest beta

github.com/zino-hofmann/graphql-flutter - 1d5770c61990824ad5e89d15d2f36df4e92fbb88 authored about 5 years ago
Merge branch 'master' into beta

github.com/zino-hofmann/graphql-flutter - aa17c4685da4a0645823d1970fc704c5024e99a6 authored about 5 years ago
Merge pull request #492 from mainawycliffe/export-operation-fetchresults

Export operation and fetch_result

github.com/zino-hofmann/graphql-flutter - e230cfa04c6ff906d479ce1e27be5d06af82fb64 authored about 5 years ago
fix: fix issues so example runs on latest stable

github.com/zino-hofmann/graphql-flutter - 87d8febbfd199f6f862d0dab84fc4dd04aa055c1 authored about 5 years ago
fix:(flutter) replace depracated inheritFromWidgetOfExactType

github.com/zino-hofmann/graphql-flutter - f7b99ba33e0524178c8c43305ca6cedbd1ff2181 authored about 5 years ago
fix(client): organize exports alphabetically

github.com/zino-hofmann/graphql-flutter - a3223394825ed07806359b9fd4b9b094597197bb authored about 5 years ago
fix(client): export operation and fetch results

they are being used for creating an AuthLink

github.com/zino-hofmann/graphql-flutter - 5dcbae5c410cb2f5d5775138ea9c77b66628d5aa authored about 5 years ago
Merge pull request #486 from mainawycliffe/change

Migration Guide for v2 to v3

github.com/zino-hofmann/graphql-flutter - a2c35aa366599efc6baa8a52d706e0a8f2705d1d authored about 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - 15f08238f4c604a4a8e7c76c886bc4e8104ab867 authored about 5 years ago
Merge pull request #481 from EugenePisotsky/fix-subscriptions-reconnect

fix: subscriptions reconnect

github.com/zino-hofmann/graphql-flutter - 4d835eac51c5351148cacd71ad436bb8f2bcdd0e authored about 5 years ago
Merge branch 'fix-subscriptions-reconnect' of https://github.com/EugenePisotsky/graphql-flutter into fix-subscriptions-reconnect

Signed-off-by: eugenepisotsky <[email protected]>

github.com/zino-hofmann/graphql-flutter - 616a877d70664ce21419ff93d928d40c0cca0851 authored about 5 years ago
fix: subscriptions reconnect

Signed-off-by: eugenepisotsky <[email protected]>

github.com/zino-hofmann/graphql-flutter - c310db280119a830915c864e68999321c5cd8f90 authored about 5 years ago
tests: add test for resubscribe from comment

github.com/zino-hofmann/graphql-flutter - 2674ae3a0e9927980034722ceaf075b260637381 authored about 5 years ago
docs: add a changelog

github.com/zino-hofmann/graphql-flutter - cbf56d7aca82ebe3a8547bacaa9acac57c06a21c authored about 5 years ago
fix: subscriptions reconnect

github.com/zino-hofmann/graphql-flutter - fd8f3d1b650dae9a5e961787e4adff36b391f98b authored about 5 years ago
build(Pub): Bump version numbers [skip ci]

github.com/zino-hofmann/graphql-flutter - f2cbf18f3261c1b4c8cde3744ec5c356ab5c50b7 authored about 5 years ago
Merge pull request #478 from zino-app/docs/changelog

Docs/changelog

github.com/zino-hofmann/graphql-flutter - 1587cd15c9ab4074dd25746608c0b63563cdd9ef authored about 5 years ago
docs: include a changelog

github.com/zino-hofmann/graphql-flutter - eb9cb7d7a3a4a8a0ab569f3e72a65d2e9bd8352f authored about 5 years ago