Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/zino-hofmann/graphql-flutter
A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://github.com/zino-hofmann/graphql-flutter
8723037928f4b98c9e47d2e74a9b68e741bd5565 authored over 5 years ago by Zino App (Github bot) <[email protected]>
Promote beta to stable
75d02c28154c6b5c2aacea4cfde623c8cdbe443d authored over 5 years ago by Zino Hofmann <[email protected]>33f01be1ddbdc1cc374cf2a7308c1c39652fd96d authored over 5 years ago by Zino App (Github bot) <[email protected]>
fix(client): crashed upload file
117c495112658f350f22264eb8ccfb63f6fcfac7 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
Because we are using a workaround for running test on browser
we cannot rely only on `@TestOn("v...
Beside fixing the crash (close #336), this commit also have flashing deprecation warning,
and cl...
72d331ffa7a479aa234bae3fbb3a05156e4696dc authored over 5 years ago by Zino App (Github bot) <[email protected]>
Eager results, QueryResultSource, MultiSourceResult runMutation future
d928c66d223564d8538728fbe8a42810cea34a6f authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>6b344a317fbd0be4a70df97614ed8a324d4cfd88 authored over 5 years ago by micimize <[email protected]>
e671a998154a8e15a0475f740e863ffa214bc650 authored over 5 years ago by micimize <[email protected]>
9ab25d825451cdeae5a12b071c95e2012d3712b0 authored over 5 years ago by micimize <[email protected]>
introduce overridable eagerlyFetchResults to avoid loading result when eagerly responding from c...
13fd8f782c6fe1b0394c1f94358a0437cc85c5d7 authored over 5 years ago by micimize <[email protected]>typing
feat(client): More rigorous result source management
feat(flutter): Return a MultiSourceRe...
ab085a7670f9956e5d06919f4b7f9149efb50ae1 authored over 5 years ago by Zino App (Github bot) <[email protected]>
Cleanup some dartfmt / publish --dry-run complaints
548dd03a4793860f794f7d3d3f5f8975c05c4b99 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>code coverage badge per package
d351ba59ddef93510c41b4b33b9b89a95d0d2efc authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>2788319f2035bd205878ec5952636c1c4fd9519c authored over 5 years ago by micimize <[email protected]>
855dc6d83fd2c84a79af0dbf21c855701264c39e authored over 5 years ago by micimize <[email protected]>
f913a5c70884975ab36d8d07e2edaf1c209d41a8 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
d5bea2df151a661abb762b820495abd88d2ff78c authored over 5 years ago by Zino App (Github bot) <[email protected]>
feat(client): websocket available on web
9404cfce6c45a20e9a4dd1dfd829f03841895fe6 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>7f48b2bdbedaac44bc6a2c3a91bc76382ae156f4 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
a73b7a6a04f955cfaea7a09f17c8eeb6f672e7c3 authored over 5 years ago by micimize <[email protected]>
586667b8e8e12b944f0e0732b36f3b8663e01c4c authored over 5 years ago by micimize <[email protected]>
7a81ede5f00c91f4b75f2bd7b3531959c5f8386c authored over 5 years ago by micimize <[email protected]>
08305db4f3e59c4f0c7e2793b9aa9d06353bac7e authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
f63303bed525ebfee7f4cbea7dc9f070ac01b172 authored over 5 years ago by Zino App (Github bot) <[email protected]>
feat(client): cache is supported in web/browser platform
ef0f4edbe2d45cd4679f65a0f17c51721a39682d authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>4dc1af958f85691c19d7df37e8d81ccbdcc59ca5 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
47aafeeb9858e1c672b0c26d767ad6204bb4e7a8 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
bb849cd2cb9505a738aaab13522340c795be82a6 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
934c3057f651a215c464123374cb1750b33cbe98 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
This test can be run both on `vm` and `chrome`, as now we are using a package to have universal ...
47ed091ae3fbdca097ef65876b7a5be8cd67c272 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>6ff0b94af527bedc3b14db41eb9221ba3e7ce77b authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
9173201714a5ae12ab10942cb5eab50de1ca34ff authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
ee0cb5833280936150a9cfe7ae7e072e1b7dd9e9 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
In web/browser platform, Cache is supported by `localStorage`.
Breaking change: `InMemoryCache`...
9ada68752a4913b62d115c4183bd7de83b42594f authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>c2757369623587779eb6acec47f513d46a755525 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
Chore/file system exception
4fa6c5742778b89e839d81498c0350f6627e737d authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
To support GraphQL upload files, we are now accepting `MultipartFile` only.
`io.File` is still b...
d46c00c74275cb0ce226eba0c66c617f7561240c authored over 5 years ago by Zino Hofmann <[email protected]>
f61448d2049b1278f77b39397c2c592e392a059e authored over 5 years ago by Zino App (Github bot) <[email protected]>
avoid mutate input data
5f2133b7fa3c723a9650cceb225d201bc83f13b8 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>Chore/skip browser test
aaad131937203e3fac4ad7706b240c1fac2c6c37 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>Save cache based on `pubspec.yaml` instead of `pubspec.yaml.lock`
be70fef1a757acf87d510c9fcfae4696fedcb65f authored over 5 years ago by Zino Hofmann <[email protected]>f5cdaca3187f85e5b7b4b810170cb5233f9a1be5 authored over 5 years ago by Zino Hofmann <[email protected]>
refactor(example): cleanup example
68066e8b5a9a2016bef55bcfbc1c5bbfeb8ab1e3 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>fab613968efbd7de423245ca38372fbdc4d158ad authored over 5 years ago by micimize <[email protected]>
fix(example/starwars):zino-app#308 using toString()
Note that it was initially `as String` be...
93e6d63edab11b74f911f950f1343468569a7d35 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>678b90c957f4fda2cdd36dc92f208f178753ca1c authored over 5 years ago by huang12zheng <[email protected]>
a4eaafed8a3565b1c8c944bb0c0e2b9b3cc33275 authored over 5 years ago by hzgood <hzgood@server>
relating to the effort to make this package compatible to web/browser #295.
This commit is about...
the original intention is to increase test coverage on `dart:io` related,
relating to the effort...
skip 3 tests on browser platform, relating to the effort to make this package compatible to web/...
8e9aef8d184cc855820646f75e19043f51991f36 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>Handle cyclic data structure writes
ac3c66547d3ea3052f2de387c2073a509b0ac593 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>Remove auto generated files from git commits
81b616e0be790211e65bc4ae090aa9bc969780bb authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>ba77a1b68e6bc7b2fb2e47378386243b36288591 authored over 5 years ago by Maina Wycliffe <[email protected]>
44ee7f9569469d157929c7afdbde3a5aebb4ad06 authored over 5 years ago by Maina Wycliffe <[email protected]>
f29188c09fe214bb547667a3acc0e84ed3076f04 authored over 5 years ago by Maina Wycliffe <[email protected]>
6e31f0200242a4a9cfe87c3f3a5162129fadbf59 authored over 5 years ago by Maina Wycliffe <[email protected]>
c9c5623b3a1da7c41a771b5c849576a9159e14be authored over 5 years ago by micimize <[email protected]>
c73e105d4f5e3b1ad0d3a552622cf35fafcff6df authored over 5 years ago by micimize <[email protected]>
38d3588272e1ebf45508ac606f5a51a92d95f6a2 authored over 5 years ago by micimize <[email protected]>
c4fba99176e1ddf6ee8381786dc4f558c86dcff3 authored over 5 years ago by micimize <[email protected]>
b490c20e6ebc4153f6d3003c69f9113abc6c3ef5 authored over 5 years ago by Zino App (Github bot) <[email protected]>
Fix LegacyInitOperation `toJson`
oh I guess you set up signing 👍 📝
0c176adfb8f8eb4b302db0fb591aac23511c496f authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>use `pedantic` style `flutter analyze` for CI
@truongsinh you should set up [signed commits](...
4832cbc0bf925b2dff72bd098e106b64c95f6d13 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>d8bff3777b13c352ce8d825e8174ea44abd42f20 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
d5c778fbfb70b9f2516cf475d7df0e8ad9ea4e10 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
first widget test for `graphql_flutter` package
b162938092de1aa841e563cb3961115d25007464 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>ab901f5389e8dd8933d53f0d0fc5debd4ae7431b authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
70b8589416f80c2c901398aaad3e1745ca96c923 authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
5e506c0b5fb821ffdebe58226e9eb7c977474ce1 authored over 5 years ago by Zino App (Github bot) <[email protected]>
update README in the main repo and in each package
7eff371975c768abb8676a875b6a5d13dc607731 authored over 5 years ago by Zino Hofmann <[email protected]>62cd4ce6586ed8f146c529dbf9e03ab14f735ced authored over 5 years ago by TruongSinh Tran-Nguyen <[email protected]>
- build status and code coverage
- "all contributors". Btw, https://allcontributors.org/docs/en/b...
081c576360ee5f236689b9611a8e5746a282152d authored over 5 years ago by Zino App (Github bot) <[email protected]>
f5cae0b401700458e271472748ac331c729b22f8 authored over 5 years ago by Zino App (Github bot) <[email protected]>
Promote to stable
1ef311a89acc9339da205af409934cd6b66dc1ad authored over 5 years ago by Zino Hofmann <[email protected]>docs: add variable type to query example
fa40df66cdb63cf8488f4376b351d1a12f199860 authored over 5 years ago by Zino Hofmann <[email protected]>docs: add link to contributing guidelines
840d65756210884fca23be8a33b61bfbec327430 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>8c8e7ad669c4b5596a57579fcef3e00df924d1fb authored over 5 years ago by Paolo Leopardi <[email protected]>
8759d6318466fe3f94e99832f8d42518c5035a54 authored over 5 years ago by Maina Wycliffe <[email protected]>
docs: add initial contributors guidelines
e7c967ae9a8687a91b3f30db780f880f1e4003f5 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>8cf863fdab58cf8f8e57b05e939f0256e94e0366 authored over 5 years ago by Maina Wycliffe <[email protected]>
04586b07ccfba2400571ce6414caee71b2dbee70 authored over 5 years ago by Zino App (Github bot) <[email protected]>
Starwars example
beabe344e0b2af4f11beca8acb64393eb22e50e9 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>a0aebf2ce1d39fbea636ca240af14f1ef107193f authored over 5 years ago by Zino App (Github bot) <[email protected]>
Don't normalize mutation result if fetchPolicy is noCache
4495b0d6a8cfabbc17bbfc71ae3d8849fba05b52 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>92c0e3b41a6dfc379a43431de66c0fb33b05159e authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
2d0f7e3636c2e58f7b7fbc0d593c6447238151f0 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
a8ef157e1ef004cf88c36954e9742cf869257398 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
10f60f9b0d83bc104b748685882e2a0d41792e74 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
58674ed3e76a3bb060013831b5220139613970de authored over 5 years ago by Yunyu Lin <[email protected]>
dcce88f20d0ed9ceffcaa4c05f85b0cd3d70b006 authored over 5 years ago by micimize <[email protected]>
f74a3ceadbbc608a3be59b934c8857d318d762e6 authored over 5 years ago by Maina Wycliffe <[email protected]>
01aa64525085d1eb1d4ddf516e6dff2247f38e61 authored over 5 years ago by Maina Wycliffe <[email protected]>
16ab883bcb0617d60d87ccfa7cad3fa44010cb95 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
b5fee3e41557c82f4614da481ffdc78232ca472f authored over 5 years ago by Maina Wycliffe <[email protected]>
40707c3aba803832899194e26e07cae89f39aebb authored over 5 years ago by micimize <[email protected]>