Alexey Katsuro
Alexey Katsuro
Hi @IvoneDjaja Try to comment your import in `query.my_query.graphql` like: ```dart # import '../fragment/fragment.my_fragment.graphql' ... ``` As in an example with fragments: https://ferrygraphql.com/docs/structuring-queries. My guess is that the generator is...
@MattisBrizard @letsar Hi guys! It's really great feature for this package, why is this PR stuck?
Is there any update on it?
Any news? Still hoping. I would like to add that in the video example the author uses [google-translate browser extension](https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb) which reacts to the selection of text and can also...
Hi @rrousselGit. I have a question about `ref.listen(provider, weak: true)`. While this listener is alive, will it prevent the provider from being disposed of?. I'm trying to implement behavior where...
@temcewen, because Riverpod doesn't have a listener(lazy: true) or something similar. As soon as HomeNotifier is created, it will call .listen(tab2DataProvider, doNothing) to link the lifecycle, thereby creating the provider....
> > I have a question about ref.listen(provider, weak: true). While this listener is alive, will it prevent the provider from being disposed of?. > > No. `ref.listen(p, weak: true,...
Hello, I've encountered the exact same issue in my project. The problem occurs because the store.putFile(newCacheObject) call inside WebHelper is not awaited, meaning the CacheObject might not have a valid...
@yusufcakmak Look at this PR: https://github.com/realm/realm-dart/pull/1877. It seems like you’re trying to do the same
@nirinchev Do you know when it’s planned to be merged?