flutter_gl_web_flutterflow 0.0.6
flutter_gl_web_flutterflow: ^0.0.6 copied to clipboard
Web platform implementation of flutter_gl_flutterflow. Fixed platformViewRegistry deprecation for Flutter 3.32.4+. OpenGL API through dart:ffi with Texture Widget.
0.0.6 #
Fixed #
- BREAKING FIX: Fixed platformViewRegistry deprecation for Flutter 3.32.4+
- Updated to use
dart:ui_webinstead of deprecateddart:ui - Replaced
ui.platformViewRegistrywithui_web.platformViewRegistry
- Updated to use
- Updated package name to flutter_gl_web_flutterflow for FlutterFlow compatibility
- Renamed library file to match package name
- Updated repository links to evt-app-eng organization
0.0.5 #
- Initial release based on original flutter_gl_web