Koen Van Looveren

Results 59 issues of Koen Van Looveren

Fixed #28 First merge now playing

new-feature
in testing

When building your app with obfuscation the app crashes when starting carplay. This is probably because the methodchannels are parsed using tostring enum's I will double check this and create...

Why is the minimum iOS version set to 14? Carplay is already supported from 12. And even if we would lower to 12. why not just use the minimum supported...

Current implementation to set an image to a listItem is using an asset ``` if image != nil { listItem.setImage(UIImage().fromFlutterAsset(name: image!)) } ``` It should be possible to also use...

I Get this error after adding this: ``` final MaterialBarcodeScanner materialBarcodeScanner = new MaterialBarcodeScannerBuilder() .withActivity(SettingsActivity.this) .withEnableAutoFocus(true) .withBleepEnabled(true) .withBackfacingCamera() .withText("Scanning...") .withResultListener(new MaterialBarcodeScanner.OnResultListener() { @Override public void onResult(Barcode barcode) { midiMacroIpTv.setText(barcode.rawValue); }...

This is what we are using right now: ``` @InjectableInit( initializerName: r'$initGetIt', generateForDir: [ 'lib' ], ) Future configureDependencies(String environment) async { staticLogger.verbose('Using environment: $environment'); await configureSharedDependencies(environment); await configureSharedDependencies(environment); await...

When creating a repo with --bare -> checkIsRepo returns false on a bare repo.