Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

carplay flutter widgets

carplayflutterwidgets running

what is this?

this is a proof of concept of a flutter based app running on apple carplay app.

what can i use it for?

you can use flutter to build your maps carplay app. you can also experiment with custom uis (like this app) but don’t expect it to be approved on the app store unless apple allows more custom app types on carplay.

how does it work

the project is using the map carplay template which allows rendering a custom uiviewcontroller.
flutter is being added to the existing ios app as a flutter module. the custom uiviewcontroller that is provided to carplay is a flutterviewcontroller which contains the flutter widgets.

limitations

while being able to render anything we want, the rendered flutterviewcontroller is not interactive. that means it does not respond directly to touch input. intead we have to rely on the ui interactions that carplay’s map template provides. it is totally possible to customize the buttons of the map template (like we did with the + button) and interact with your flutter widgets using those. you could also use touch gestures or siri.

author

navideck


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top