flutter_gl_flutterflow 0.0.23
flutter_gl_flutterflow: ^0.0.23 copied to clipboard
Cross-platform OpenGL API for Flutter through dart:ffi. Fixed platformViewRegistry deprecation for Flutter 3.32.4+. 3D programming with Texture Widget support.
0.0.22 #
Fixed #
- BREAKING FIX: Fixed
platformViewRegistrydeprecation for Flutter 3.32.4+- Updated web implementation to use
dart:ui_webinstead of deprecateddart:ui - Replaced
ui.platformViewRegistrywithui_web.platformViewRegistry - This resolves the "platformViewRegistry getter is deprecated" warning
- Updated web implementation to use
- Updated package name to
flutter_gl_flutterflowfor FlutterFlow compatibility - Updated repository links to evt-app-eng organization
Technical Details #
- Web platform now imports
dart:ui_webfor proper platformViewRegistry access - Maintains backward compatibility for all other platforms
- Fixed for Flutter SDK 3.32.4 and later versions
0.0.21 #
- Initial release based on original flutter_gl package