olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
796 stars 225 forks source link

Added snapshot method to ARKitController #133

Closed leeprobert closed 3 years ago

leeprobert commented 3 years ago

Returns an ImageProvider that can be used in an Image Widget if required.

olexale commented 3 years ago

Hi @leeprobert ,

Thank you so much for your contribution! Appreciate that!

Could you please fix this only comment?

Kind regards, Oleksandr

leeprobert commented 3 years ago

Also could extend this to return widget as well

olexale commented 3 years ago

I would propose to create a new sample instead. In that case, everyone will see how to create a widget by themselves and will know that the plugin has the functionality you've created.

leeprobert commented 3 years ago

Updated with example file as well 👍

leeprobert commented 3 years ago

Sorry, I have been busy. Did you already do the changes?

olexale commented 3 years ago

No problem, I've already fixed all that things in the master branch.