Daniel Cachapa
Daniel Cachapa
I guess it makes sense to have a more generic UI for selecting playlists and specific videos. Unfortunately I don't have the time to do this myself, but would be...
If I remember correctly this is because at the time it wasn't possible to watch queries. Is it possible now with the official SDK? If so, then it might make...
The RPC stubs have been recently regenerated from the latest versions, so they may already be available in the project. If that's the case, then it would be a simple...
You might start by copying the query method and try to get the new one to return a Stream: https://github.com/cachapa/firedart/blob/master/lib/firestore/firestore_gateway.dart#L141
I would appreciate that. As described above, one of the issues is that the generated code represents a large part of this project and I'm not sure if there's a...
Thanks for the report. On the surface this seems to be a bug, but I'm not currently equipped to test and debug it. Contributions are welcome though, if you want...
What would be the expected behavior?
Do you think it would be possible to reproduce this behavior using the [example](https://github.com/cachapa/firedart/blob/master/example/main.dart) code?
I think it's fair to say Google Photos sets the de-facto standard for media navigation on Android. Or to put it another way, is there any reason to make it...
Background: I created a [photo app](https://storyark.eu) and we observed that Android users expect to be able to dismiss media with very short swipes. We ended up copying GP's behaviour and...