An open API service indexing awesome lists of open source software.

https://github.com/tomoyanakano/flutter_ferry_example

💙 Flutter ferry GraphQL App Example (Star wars App)
https://github.com/tomoyanakano/flutter_ferry_example

dart ferry flutter graphql

Last synced: 4 months ago
JSON representation

💙 Flutter ferry GraphQL App Example (Star wars App)

Awesome Lists containing this project

README

          

# flutter_ferry_example
Flutter Star Wars App build with [ferry](https://pub.dev/packages/ferry)

# endpoint

| | star wars swapi |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Document | https://studio.apollographql.com/public/star-wars-swapi/ |
| Endpoint | https://swapi-graphql.netlify.app/.netlify/functions/index |

# Feature

### Dependencies

- [ferry](https://pub.dev/packages/ferry)
- [ferry_flutter](https://pub.dev/packages/ferry_flutter)
- [ferry_hive_store](https://pub.dev/packages/ferry_hive_store)
- [flutter_hooks](https://pub.dev/packages/flutter_hooks)
- [gql_http_link](https://pub.dev/packages/gql_http_link)
- [hive_flutter](https://pub.dev/packages/hive_flutter)
- [hooks_riverpod](https://pub.dev/packages/hooks_riverpod)
- [json_annotation](https://pub.dev/packages/json_annotation)
- [lazy_load_scrollview](https://pub.dev/packages/lazy_load_scrollview)

| Freature | description |
| -------- | ---- |
| Films | Ferry + Repository Pattern
| People | Pagination Ferry + [ferry_flutter](https://pub.dev/packages/ferry_flutter)
| Planets | Pagination Ferry + Repository Pattern

### screenshot
| Films | People | Planets |
| ----- | ------ | ------- |
| ![Demo](https://gyazo.com/4a9aa8b8405f021f5d585fed77d074fd/raw) | ![Demo](https://gyazo.com/9e4b3c3871df8f2aa2171dee246076ba/raw) | ![Demo](https://gyazo.com/ba33e02ba73cbf49c6b302e0a9e0a645/raw) |