Koen Van Looveren

Results 59 issues of Koen Van Looveren

When should we consider showing the user a calibrate screen? In the logs I get a lot of `Clibrate this device` logs. but the results just return values that can...

@hemanthrajv currently 0.7.0 is released on pub.dev on 09/09/2021 but since then there have been some major bugfixes for Android. Is it possible to release the latest version to pub.dev...

Make sure the readme contains the correct links to the right packages instead of the old plugins *List which issues are fixed by this PR. You must list at least...

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* ![demo_pip_iphone](https://user-images.githubusercontent.com/21172855/226462616-0510e07b-2cc8-4f27-80b0-2a5caaac7700.gif) *List which issues are fixed by this PR. You...

p: camera
platform-android
platform-ios
platform-macos
p: video_player

It would be nice to have a full list of documentation of everything that is possible with this library

### Feature proposal The getChilderen will only be called when switching tabs or when the template is created again. Our app requires a reload all children when a download was...

## 🐛 Bug Report When using add-to-app. The permissions status always returns `disabled`. I already added the `GCC_PREPROCESSOR_DEFINITIONS` configuration. Service Status ``` 2022-11-17 10:57:37.716985+0100 MyApp[38873:2355034] flutter: serviceStatus: ServiceStatus.disabled ``` When...

type: enhancement
P2
group: app-to-app

### :information_source: Info Version: `0.13.1` ### :speech_balloon: Description ```dart void printStatus(String message) { print('• $message'); } ``` `printStatus` will just print to the console even if another Logger is configured....

Fixed #550 By simplifying the use of futures when working with files. This package can now also be used in scripts to automated app icon replacements for white-label products.

### :information_source: Info Version: `0.13.1` ### :speech_balloon: Description We are creating a dart script that just configures everything in dart. I found that not all futures are awaited resulting in...