Rubin Raithel
Rubin Raithel
Hi there, while I don't have any Android device at all, I am very familiar with our implementation for Android. When we share files on Android, we first stash them...
@SirusCodes I would refrain from such a change at the moment as there was an announcement that a large portion of the plus plugins may be refactored. When we do...
You can not simply access your static assets like that in Flutter. Please read the documentation "[Adding assets and images](https://docs.flutter.dev/development/ui/assets-and-images)" before reporting a bug.
@minhdanh That's the correct solution. When you include a plugin dependency, the Dart code can instantly be incorporated, but any plugin code may require either a restart or a clean....
So the notification is from the app that is already opened? I would not expect the pushed ViewController to pop, as the underlying flutter application could handle the click and...
Hi @dragarcia, there were not a lot of steps involved: I wanted to share a db between multiple self hosted instances. Because im most familiar with docker-compose, I simply wrote...
I had the same problem, turns out I still used an old `crontab.txt` with my setup mounted to a new image from this repo.
@aakash-pamnani Thanks for your hint. Sadly, my PC broke and I was unable to work on this with my old Macbook. I expect to be able to look into the...
@aakash-pamnani If I remember correctly, there was a problem with the `MUTABLE` option. Something else in the code broke back then - I'll have to look into the old PRs....
Finally got around to look into this and was able to reproduce it - now looking into a fix.