j0chn1
j0chn1
Hey there, I am sorry to misuse your issue tracker for this question, but I am searching for 3 hours now and got no step further. My app depends on...
Hey there, I do not know If this is a bug or if you want to handle this as one or can even handle this but: When running the app...
Hi, I need to add header parameters (OCI-REQUEST = TRUE). How can I achieve this? Thank you!
Hey, I want to publish my app to flathub. As flathub links the libraries to /app/libs, I am not able to run my app properly, because the 0.2.0 release on...
Hey there, I am using your plugin to store a securing key like this: ` const FlutterSecureStorage secureStorage = FlutterSecureStorage(); if (!await secureStorage.containsKey(key: 'key') && await secureStorage.read(key: 'key') == null)...
Hey, I wanted to use an AppBar to display my apps name. So I created one and added your WindowBorder to the body. It ended up having the AppBar above...