sterrenb
sterrenb
Hello, I would like to add a [`Tooltip`](https://api.flutter.dev/flutter/material/Tooltip-class.html) to every item in `BottomNavyBar.items`. Currently, the items cannot easily be wrapped in a `Tooltip` since `BottomNavyBar.items` has the explicit type `List`....
V6
# V6 ### Why: - v5.2.3 does not work well with the latest pihole API - The build is bulky and the dependencies are unstable ### Release date: ??? This...
> Source: https://www.reddit.com/r/pihole/comments/gqafe5/flutterhole_an_android_app_for_pihole_has_been/frsdhqm Interesting...here's what I got. ``` Request: http://pi.hole/admin/api.php?enable&auth=No%20password%20set Response: Not authorized -- Request: http://pi.hole/admin/api.php?enable&auth= Response: {"status": "enabled"} ``` So it seems like it returns just the plaintext not...
Something like http://pi.hole/admin/settings.php?tab=blocklists. I cannot find a suitable endpoint for this in [the repo](https://github.com/pi-hole/AdminLTE).
"support for 24h locales since 12h is not standard everywhere. Currently time is shown in 12h format."
The web dashboard simply links to the release page ([example](https://github.com/pi-hole/AdminLTE/blob/347994db169eb486954cbcff6f62955c77c1db4a/scripts/pi-hole/php/footer.php#L55)). We probably need ssh for this, the [most stable package](https://pub.dev/packages/ssh) is currently at version `0.0.3`.
Hello, `v0.3.0` is working great! Would it be possible to generate Mockito classes using `injectable`? Currently, I am creating Mock classes ad hoc in the test file. This is an...