olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
796 stars 225 forks source link

Add null safety check for snapshot and euler angle #149

Closed Senne021 closed 3 years ago

Senne021 commented 3 years ago

Added null safety to the result of two methods of the arkit_scene_view file. Currently the following error is thrown when executing one of these methods: Unhandled Exception: type 'Future<List<dynamic>?>' is not a subtype of type 'FutureOr<List<dynamic>>' in type cast

olexale commented 3 years ago

Hi Daniel,

Thank you for your contribution!

Kind regards, Oleksandr