flutter_opengl 0.0.2 copy "flutter_opengl: ^0.0.2" to clipboard
flutter_opengl: ^0.0.2 copied to clipboard

outdated

Flutter OpenGL plugin

0.0.2 #

  • code rearranged.
  • every shader can now be written separately subclassing the Shader class and passing it to the renderer.
  • added function to load texture image from assets folder with Android. Since this uses java, it should be rewritten for iOS.
  • added a texture shader example.