Harpreet
Harpreet
One plus (androoid 14)
We can add check if it is iOS and then set carPlay configuration ` if (Platform.isIOS) { _flutterCarplay = FlutterCarplay(); _flutterCarplay?.addListenerOnConnectionChange(onCarplayConnectionChange); } `
> Added a fix in this PR: https://github.com/GeekyAnts/flick-video-player/pull/284/files. Yes it fixed but we have to update package code, do you have another solution for now?
This is due to a null check operator error in the getChildren function. ` return _mediaLibrary.items[parentMediaId]!; ` You can use try catch in getChildren to find exact error or can...
@richanshah did you manage to solve the issue when Carplay opens without opening app? i tried above solution but does not work, it shows blank screen when opens directly from...
> > @richanshah did you manage to solve the issue when Carplay opens without opening app? i tried above solution but does not work, it shows blank screen when opens...
@derrik-fleming I noticed one thing, when we open directly from carplay it shows black screen, then on closing carplay and opening again works fine. (I have not opened the Flutter...
> no, I have still the same issue as yours. > > > @derrik-fleming I noticed one thing, when we open directly from carplay it shows black screen, then on...
@richanshah @derrik-fleming you can try this fork: url: https://github.com/icapps/flutter_carplay.git # Where to find Repo ref: combine-all # branch name It works fine for me, it also have now playing, image...