olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

Update widget_projection.dart #86

Closed Rohithgilla12 closed 4 years ago

Rohithgilla12 commented 4 years ago

Thanks for an amazing library 🙌🏻. I wanted to make this small change.

'display1' is deprecated and shouldn't be used. This is the term used in the 2014 version of material design. The modern term is headline4. This feature was deprecated after v1.13.8.

Rohithgilla12 commented 4 years ago

Hey, @olexale can you check this once if possible. Thanks.

olexale commented 4 years ago

Hello. Thanks for this contribution!

I can see a few more occurrences of the same problem in the sample project. Could you please change them as well?

Regards, Oleksandr

Rohithgilla12 commented 4 years ago

Sure. Sorry I missed the message. I’ll do that 🙌

Rohithgilla12 commented 4 years ago

Hey, @olexale I have changed all the deprecated occurrences in the sample project.