Jesús Rodríguez
Jesús Rodríguez
Hey @ryanheise! This feature has now been implemented in the latest version of the `audio_session` package. Could you take a look at this? The referenced issue is the one from...
As I can see, it's not hard to upload a Flutter app to F-Droid. This [article](https://nikhiljha.com/2018/09/publishing-your-flutter-app-on-f-droid/) explains how to it. Unfortunately, I haven't upload any app to that service yet....
Since I now have more free time, I'm now going to take a deeper look at publishing SpaceX-GO! to F-Droid. I think it shouldn't be so hard to achieve this....
Any news of this?
Hi @desistefanova So before calling `waitForSynchronization()` I should check whether there's internet available right? If there's no internet, that function should not be called, and everything should work offline, right?
@nirinchev @desistefanova So, in the end, the `realm.subscriptions.update` should only be make if realm cant find existing subscriptions, since they persist over sessions. And for sync using Atlas, I need...
@nirinchev So when adding a new object to the database, calling `waitForSynchronization()` is not necessary right? Only when updating realm subscriptions inside the `main` function. ``` dart final connection =...
@clemenceroumy I'm using this new `link` parameter to more easily create the link markdown-friendly. I found that with the current implementation is a bit more finicky. Here are some photos...