I’ve encountered a bug while working with 3D models in Flutter on Linux. Specifically, the rendering of 3D models seems to be malfunctioning or not displaying as expected.
Issue Details:
- Platform : Linux 20.04
- Flutter Version : 3.22.3
- Dart Version : 3.4.4
Description: When attempting to render 3D models using flutter_cube/ModelViewer/flutter_3d_objects/etc.., the models either fail to display or render incorrectly.
Expected Behavior: The 3D models should render correctly, similar to how they do on other platforms.
Actual Behavior: The models either do not display at all or throwing errors.
….
Can i get any solution for this?