wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
243 stars 60 forks source link

Null safety is not there #8

Closed premingiet closed 2 years ago

premingiet commented 2 years ago

is it possible to make flutter_gl package with null safety ? because i am unable to compile it with sound null safety

wasabia commented 2 years ago

which version used?

https://pub.dev/packages/flutter_gl/score

it is already support sound null safety

premingiet commented 2 years ago

Oh yes i just updated it and it's working fine.