olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

Fix data type error in ARKitController.cameraProjectionMatrix() #107

Closed mribbons closed 3 years ago

mribbons commented 3 years ago

_CastError (type 'List' is not a subtype of type 'List' in type cast)

Change InvokeMethod type to List

Nomeasmo commented 3 years ago

Could we merge this or have an idea of how to workaround?

olexale commented 3 years ago

Thanks @mribbons !