oguzhnatly / flutter_carplay

🚗 Apple CarPlay for Flutter Apps. Aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay.
https://pub.dev/packages/flutter_carplay
MIT License
217 stars 63 forks source link

Use regular file as image #40

Open daniel-naegele opened 1 year ago

daniel-naegele commented 1 year ago

As we dynamically load images in our app, we need to dynamically update images in CarPlay. Currently only asset images are supported. Another parameter in CPListItem (or a CPUIImage class mapping to the UIImage class from swift uikit) would be neat.

I could help with the PR and implementation if needed. Any opinions?