olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

Null Safety Request #129

Closed marcoramosw closed 3 years ago

marcoramosw commented 3 years ago

Opening this issue to request Null Safety support, see the migration guide

lailai0715 commented 3 years ago

Any update on this? Need to use it in my latest flutter2 project, Thank you!

lukepighetti commented 3 years ago

This package is rotting, being pinned to SDK 2.11.0 or earlier. We're already in 2.13.0 on dev channel.

olexale commented 3 years ago

I've pushed version 1.0.0-nullsafety.0 with null safety to the prerelease channel. All samples worked for me but I would appreciate if you try it in your real projects before I move this version to the stable channel. Thanks in advance!

P.S. your pull requests are welcomed, as always.

lukepighetti commented 3 years ago

Thank you very much.

olexale commented 3 years ago

No "null safety"-specific issues were reported thus I've pushed the pre-release build to the stable channel.