Michael Joseph Rosenthal
Michael Joseph Rosenthal
@sterlp I guess you're asking about flutter navigation in general, and yeah I'm not entirely sure. I think the navigator maintains state but ignores painting operations, letting them do things...
we should also consider atomic writes to the cache as a partial write is currently possible
Apollo doesn't actually cache errors – they just have some [misleading wording](https://github.com/apollographql/apollo-client/issues/4806#issuecomment-674528777)
Try `4.0.0-alpha.6`, which has a revitalized version of `WebSocketLink` and an [overhauled subscription api](https://github.com/zino-app/graphql-flutter/blob/modularization/changelog-v3-v4.md#subscription-api-overhaul). It also adds a Might make what you're trying to do easier. It doesn't really expose...
For future reference, [apollo's offline support thread](https://github.com/apollographql/apollo-feature-requests/issues/11)
@jifalops still on the back-burner - we have an offline cache already (though there are some improvement discussions). There isn't really a highly active core maintainer right now (#420). Hopefully...
I will go into how we might approach this when I record #762, which I still plan on doing fairly soon. The [ferry implementation](https://github.com/gql-dart/ferry/blob/dbd9bce6c92010afbaa8c276f7d9bab607cedb0b/ferry/lib/src/plugins/offline_mutation_plugin/offline_mutation_plugin.dart) will be a great reference in...
#608 has some docs discussion / links as well
consolidating #657 > Embedded runnable examples would be dope. We'll need [embedded api docs with library support] (https://github.com/rrousselGit/flutter_hooks/issues/118) though, which I'm willing to wait for official support for
consolidating #748 as it is smol