Christian Navolskyi
Christian Navolskyi
I would like to display content above the app bar, for that I wrapped it in a column and changed the preferred size accordingly. Without a bottom widget in the...
## 🐛 Bug Report I only want to test whether Bluetooth is turned on or off (with `flutter_blue_plus`), therefore I would assume that only `` would be sufficient. However, when...
### Plugin connectivity_plus ### Use case I would like to check, whether Wi-Fi is turned on or off. I don't care, if there is an internet connection available or not....
I created a minimal (not-)working example [here](https://github.com/ChristianNavolskyi/intest). In `get_it.config.dart` the class `A` is added first to the helper, but it depends on the second class `B`. ``` dart ... gh.singleton(AImpl(get()));...
On iOS the database file is generated in the documents folder, that is accessible to the enduser, which I would like to avoid. Would it be possible to have a...
# Description When injecting a mock into a QuarkusTest I am not able to use the `any()` matcher in the `every` method to specify a mock implementation for my function,...
### Describe the bug When starting or building the quarkus application, while the `application.properties` contain a value which has only one quote `"` in it, the build fails with an...