Skip to content

Commit bf77d0d

Browse files
committed
fix merge conflict
2 parents 09ecb32 + a51909d commit bf77d0d

File tree

4 files changed

+41
-24
lines changed

4 files changed

+41
-24
lines changed

.all-contributorsrc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"projectName": "graphql-flutter",
3-
"projectOwner": "zino-app",
2+
"projectName": "flutter-graphql",
3+
"projectOwner": "juicycleff",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [
@@ -9,6 +9,20 @@
99
"imageSize": 100,
1010
"commit": true,
1111
"contributors": [
12+
{
13+
"login": "juicycleff",
14+
"name": "Rex Raphael",
15+
"avatar_url": "https://avatars2.githubusercontent.com/u/4757453?v=4",
16+
"profile": "http://rexraphael.com",
17+
"contributions": [
18+
"bug",
19+
"code",
20+
"doc",
21+
"example",
22+
"ideas",
23+
"review"
24+
]
25+
},
1226
{
1327
"login": "eusdima",
1428
"name": "Eustatiu Dima",

README.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GraphQL Flutter
1+
# Flutter GraphQL
22

33
[![version][version-badge]][package]
44
[![MIT License][license-badge]][license]
@@ -10,7 +10,7 @@
1010

1111
## Table of Contents
1212

13-
- [GraphQL Flutter](#graphql-flutter)
13+
- [Flutter GraphQL](#flutter-graphql)
1414
- [Table of Contents](#table-of-contents)
1515
- [About this project](#about-this-project)
1616
- [Installation](#installation)
@@ -25,7 +25,7 @@
2525
- [Roadmap](#roadmap)
2626
- [Contributing](#contributing)
2727
- [New Contributors](#new-contributors)
28-
- [Base Contributors](#base-contributors)
28+
- [Founding Contributors](#founding-contributors)
2929

3030
## About this project
3131

@@ -35,6 +35,10 @@ This project combines the benefits of GraphQL with the benefits of `Streams` in
3535

3636
The project took inspriation from the [Apollo GraphQL client](https://github.com/apollographql/apollo-client), great work guys!
3737

38+
**Note: Still in alpha**
39+
40+
**Docs is coming soon**
41+
3842
## Installation
3943

4044
First depend on the library by adding this to your packages `pubspec.yaml`:
@@ -152,7 +156,7 @@ String typenameDataIdFromObject(Object object) {
152156
return null;
153157
}
154158
```
155-
However note that **`graphql-flutter` does not inject __typename into operations** the way apollo does, so if you aren't careful to request them in your query, this normalization scheme is not possible.
159+
However note that **`flutter-graphql` does not inject __typename into operations** the way apollo does, so if you aren't careful to request them in your query, this normalization scheme is not possible.
156160

157161

158162
### Queries
@@ -333,42 +337,39 @@ This is currently our roadmap, please feel free to request additions/changes.
333337
| Optimistic results | 🔜 |
334338
| Client state management | 🔜 |
335339
| Modularity | 🔜 |
340+
| Documentation | 🔜 |
336341

337342
## Contributing
338343

339-
Feel free to open a PR with any suggestions! We'll be actively working on the library ourselves.
344+
Feel free to open a PR with any suggestions! We'll be actively working on the library ourselves. If you need control to the repo, please contact me <a href="mailto:rex.raphael@outlook.com">Rex Raphael</a>. Please fork and send your PRs to the <a href="https://github.com/juicycleff/flutter-graphql/tree/v1.0.0">v.1.0.0</a> branch.
340345

341346
## New Contributors
342347

343-
This package was originally created and published by the engineers at [Zino App BV](https://zinoapp.com). Since then the community has helped to make it even more useful for even more developers.
344-
345-
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
346-
347-
Coming soon
348+
This package was originally created and published by the engineers at [Zino App BV](https://zinoapp.com) and with contributions from the community. However the original project has been un-maintained for months and I choose to maintain and keep this project running with other developers.
348349

349-
## Base Contributors
350+
| [<img src="https://avatars2.githubusercontent.com/u/4757453?v=4" width="100px;"/><br /><sub><b>Eustatiu Dima</b></sub>](http://rexraphael.com)<br />[🐛](https://github.com/juicycleff/flutter-graphql/issues?q=author%3Ajuicycleff "Bug reports") [💻](https://github.com/juicycleff/flutter-graphql/commits?author=eusdima "Code") [📖](https://github.com/juicycleff/flutter-graphql/commits?author=eusdima "Documentation") [💡](#example-eusdima "Examples") [🤔](#ideas-juicycleff "Ideas, Planning, & Feedback") [👀](#review-eusdima "Reviewed Pull Requests") |
350351

351-
This package was originally created and published by the engineers at [Zino App BV](https://zinoapp.com). Since then the community has helped to make it even more useful for even more developers.
352+
## Founding Contributors
352353

353354
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
354355

355356
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
356357
<!-- prettier-ignore -->
357-
| [<img src="https://avatars2.githubusercontent.com/u/4757453?v=4" width="100px;"/><br /><sub><b>Eustatiu Dima</b></sub>](http://eusdima.com)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Aeusdima "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=eusdima "Code") [📖](https://github.com/zino-app/graphql-flutter/commits?author=eusdima "Documentation") [💡](#example-eusdima "Examples") [🤔](#ideas-eusdima "Ideas, Planning, & Feedback") [👀](#review-eusdima "Reviewed Pull Requests") | [<img src="https://avatars3.githubusercontent.com/u/17142193?v=4" width="100px;"/><br /><sub><b>Zino Hofmann</b></sub>](https://github.com/HofmannZ)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3AHofmannZ "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=HofmannZ "Code") [📖](https://github.com/zino-app/graphql-flutter/commits?author=HofmannZ "Documentation") [💡](#example-HofmannZ "Examples") [🤔](#ideas-HofmannZ "Ideas, Planning, & Feedback") [🚇](#infra-HofmannZ "Infrastructure (Hosting, Build-Tools, etc)") [👀](#review-HofmannZ "Reviewed Pull Requests") | [<img src="https://avatars2.githubusercontent.com/u/15068096?v=4" width="100px;"/><br /><sub><b>Harkirat Saluja</b></sub>](https://github.com/jinxac)<br />[📖](https://github.com/zino-app/graphql-flutter/commits?author=jinxac "Documentation") [🤔](#ideas-jinxac "Ideas, Planning, & Feedback") | [<img src="https://avatars3.githubusercontent.com/u/5178217?v=4" width="100px;"/><br /><sub><b>Chris Muthig</b></sub>](https://github.com/camuthig)<br />[💻](https://github.com/zino-app/graphql-flutter/commits?author=camuthig "Code") [📖](https://github.com/zino-app/graphql-flutter/commits?author=camuthig "Documentation") [💡](#example-camuthig "Examples") [🤔](#ideas-camuthig "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/7611406?v=4" width="100px;"/><br /><sub><b>Cal Pratt</b></sub>](http://stackoverflow.com/users/3280538/flkes)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Acal-pratt "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=cal-pratt "Code") [📖](https://github.com/zino-app/graphql-flutter/commits?author=cal-pratt "Documentation") [💡](#example-cal-pratt "Examples") [🤔](#ideas-cal-pratt "Ideas, Planning, & Feedback") | [<img src="https://avatars0.githubusercontent.com/u/9830761?v=4" width="100px;"/><br /><sub><b>Miroslav Valkovic-Madjer</b></sub>](http://madjer.info)<br />[💻](https://github.com/zino-app/graphql-flutter/commits?author=mmadjer "Code") | [<img src="https://avatars2.githubusercontent.com/u/4523129?v=4" width="100px;"/><br /><sub><b>Aleksandar Faraj</b></sub>](https://github.com/AleksandarFaraj)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3AAleksandarFaraj "Bug reports") |
358+
| [<img src="https://avatars2.githubusercontent.com/u/4757453?v=4" width="100px;"/><br /><sub><b>Eustatiu Dima</b></sub>](http://eusdima.com)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Aeusdima "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=eusdima "Code") [📖](https://github.com/zino-app/flutter-graphql/commits?author=eusdima "Documentation") [💡](#example-eusdima "Examples") [🤔](#ideas-eusdima "Ideas, Planning, & Feedback") [👀](#review-eusdima "Reviewed Pull Requests") | [<img src="https://avatars3.githubusercontent.com/u/17142193?v=4" width="100px;"/><br /><sub><b>Zino Hofmann</b></sub>](https://github.com/HofmannZ)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3AHofmannZ "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=HofmannZ "Code") [📖](https://github.com/zino-app/flutter-graphql/commits?author=HofmannZ "Documentation") [💡](#example-HofmannZ "Examples") [🤔](#ideas-HofmannZ "Ideas, Planning, & Feedback") [🚇](#infra-HofmannZ "Infrastructure (Hosting, Build-Tools, etc)") [👀](#review-HofmannZ "Reviewed Pull Requests") | [<img src="https://avatars2.githubusercontent.com/u/15068096?v=4" width="100px;"/><br /><sub><b>Harkirat Saluja</b></sub>](https://github.com/jinxac)<br />[📖](https://github.com/zino-app/flutter-graphql/commits?author=jinxac "Documentation") [🤔](#ideas-jinxac "Ideas, Planning, & Feedback") | [<img src="https://avatars3.githubusercontent.com/u/5178217?v=4" width="100px;"/><br /><sub><b>Chris Muthig</b></sub>](https://github.com/camuthig)<br />[💻](https://github.com/zino-app/flutter-graphql/commits?author=camuthig "Code") [📖](https://github.com/zino-app/flutter-graphql/commits?author=camuthig "Documentation") [💡](#example-camuthig "Examples") [🤔](#ideas-camuthig "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/7611406?v=4" width="100px;"/><br /><sub><b>Cal Pratt</b></sub>](http://stackoverflow.com/users/3280538/flkes)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Acal-pratt "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=cal-pratt "Code") [📖](https://github.com/zino-app/flutter-graphql/commits?author=cal-pratt "Documentation") [💡](#example-cal-pratt "Examples") [🤔](#ideas-cal-pratt "Ideas, Planning, & Feedback") | [<img src="https://avatars0.githubusercontent.com/u/9830761?v=4" width="100px;"/><br /><sub><b>Miroslav Valkovic-Madjer</b></sub>](http://madjer.info)<br />[💻](https://github.com/zino-app/flutter-graphql/commits?author=mmadjer "Code") | [<img src="https://avatars2.githubusercontent.com/u/4523129?v=4" width="100px;"/><br /><sub><b>Aleksandar Faraj</b></sub>](https://github.com/AleksandarFaraj)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3AAleksandarFaraj "Bug reports") |
358359
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
359-
| [<img src="https://avatars0.githubusercontent.com/u/403029?v=4" width="100px;"/><br /><sub><b>Arnaud Delcasse</b></sub>](https://www.scity.coop)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Aadelcasse "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=adelcasse "Code") | [<img src="https://avatars0.githubusercontent.com/u/959931?v=4" width="100px;"/><br /><sub><b>Dustin Graham</b></sub>](https://github.com/dustin-graham)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Adustin-graham "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=dustin-graham "Code") | [<img src="https://avatars3.githubusercontent.com/u/1375034?v=4" width="100px;"/><br /><sub><b>Fábio Carneiro</b></sub>](https://github.com/fabiocarneiro)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Afabiocarneiro "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/480546?v=4" width="100px;"/><br /><sub><b>Gregor</b></sub>](https://github.com/lordgreg)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Alordgreg "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=lordgreg "Code") [🤔](#ideas-lordgreg "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/5159563?v=4" width="100px;"/><br /><sub><b>Kolja Esders</b></sub>](https://github.com/kolja-esders)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Akolja-esders "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=kolja-esders "Code") [🤔](#ideas-kolja-esders "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/8343799?v=4" width="100px;"/><br /><sub><b>Michael Joseph Rosenthal</b></sub>](https://github.com/micimize)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Amicimize "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=micimize "Code") [📖](https://github.com/zino-app/graphql-flutter/commits?author=micimize "Documentation") [💡](#example-micimize "Examples") [🤔](#ideas-micimize "Ideas, Planning, & Feedback") [⚠️](https://github.com/zino-app/graphql-flutter/commits?author=micimize "Tests") | [<img src="https://avatars2.githubusercontent.com/u/735858?v=4" width="100px;"/><br /><sub><b>Igor Borges</b></sub>](http://borges.me/)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3AIgor1201 "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=Igor1201 "Code") |
360-
| [<img src="https://avatars1.githubusercontent.com/u/6992724?v=4" width="100px;"/><br /><sub><b>Rafael Ring</b></sub>](https://github.com/rafaelring)<br />[🐛](https://github.com/zino-app/graphql-flutter/issues?q=author%3Arafaelring "Bug reports") [💻](https://github.com/zino-app/graphql-flutter/commits?author=rafaelring "Code") |
360+
| [<img src="https://avatars0.githubusercontent.com/u/403029?v=4" width="100px;"/><br /><sub><b>Arnaud Delcasse</b></sub>](https://www.scity.coop)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Aadelcasse "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=adelcasse "Code") | [<img src="https://avatars0.githubusercontent.com/u/959931?v=4" width="100px;"/><br /><sub><b>Dustin Graham</b></sub>](https://github.com/dustin-graham)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Adustin-graham "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=dustin-graham "Code") | [<img src="https://avatars3.githubusercontent.com/u/1375034?v=4" width="100px;"/><br /><sub><b>Fábio Carneiro</b></sub>](https://github.com/fabiocarneiro)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Afabiocarneiro "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/480546?v=4" width="100px;"/><br /><sub><b>Gregor</b></sub>](https://github.com/lordgreg)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Alordgreg "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=lordgreg "Code") [🤔](#ideas-lordgreg "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/5159563?v=4" width="100px;"/><br /><sub><b>Kolja Esders</b></sub>](https://github.com/kolja-esders)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Akolja-esders "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=kolja-esders "Code") [🤔](#ideas-kolja-esders "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/8343799?v=4" width="100px;"/><br /><sub><b>Michael Joseph Rosenthal</b></sub>](https://github.com/micimize)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Amicimize "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=micimize "Code") [📖](https://github.com/zino-app/flutter-graphql/commits?author=micimize "Documentation") [💡](#example-micimize "Examples") [🤔](#ideas-micimize "Ideas, Planning, & Feedback") [⚠️](https://github.com/zino-app/flutter-graphql/commits?author=micimize "Tests") | [<img src="https://avatars2.githubusercontent.com/u/735858?v=4" width="100px;"/><br /><sub><b>Igor Borges</b></sub>](http://borges.me/)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3AIgor1201 "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=Igor1201 "Code") |
361+
| [<img src="https://avatars1.githubusercontent.com/u/6992724?v=4" width="100px;"/><br /><sub><b>Rafael Ring</b></sub>](https://github.com/rafaelring)<br />[🐛](https://github.com/zino-app/flutter-graphql/issues?q=author%3Arafaelring "Bug reports") [💻](https://github.com/zino-app/flutter-graphql/commits?author=rafaelring "Code") |
361362
<!-- ALL-CONTRIBUTORS-LIST:END -->
362363

363364
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
364365

365366
[version-badge]: https://img.shields.io/pub/v/flutter_graphql.svg?style=flat-square
366-
[package]: https://pub.dartlang.org/packages/flutter_graphql/versions/1.0.0-alpha.3
367-
[license-badge]: https://img.shields.io/github/license/zino-app/graphql-flutter.svg?style=flat-square
368-
[license]: https://github.com/zino-app/graphql-flutter/blob/master/LICENSE
367+
[package]: https://pub.dartlang.org/packages/flutter_graphql/versions/1.0.0-alpha.12
368+
[license-badge]: https://img.shields.io/github/license/juicycleff/flutter-graphql.svg?style=flat-square
369+
[license]: https://github.com/juicycleff/flutter-graphql/blob/master/LICENSE
369370
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
370371
[prs]: http://makeapullrequest.com
371-
[github-watch-badge]: https://img.shields.io/github/watchers/zino-app/graphql-flutter.svg?style=social
372-
[github-watch]: https://github.com/zino-app/graphql-flutter/watchers
373-
[github-star-badge]: https://img.shields.io/github/stars/zino-app/graphql-flutter.svg?style=social
374-
[github-star]: https://github.com/zino-app/graphql-flutter/stargazers
372+
[github-watch-badge]: https://img.shields.io/github/watchers/juicycleff/flutter-graphql.svg?style=social
373+
[github-watch]: https://github.com/juicycleff/flutter-graphql/watchers
374+
[github-star-badge]: https://img.shields.io/github/stars/juicycleff/flutter-graphql.svg?style=social
375+
[github-star]: https://github.com/juicycleff/flutter-graphql/stargazers

lib/src/cache/normalized/record_field_json_adapter.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import 'dart:convert';
2+
import 'dart:core';
23

34
class RecordFieldJsonAdapter {
45

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515
uuid: ^1.0.3
1616
sqflite: ^1.1.0
1717
graphql_parser: ^1.1.1
18+
sqflite: ^1.1.0
1819

1920
dev_dependencies:
2021
flutter_test:

0 commit comments

Comments
 (0)