I am Created a 3D model and exported the file in the extension .GLB I like to use that file in flutter is there any way to use.
And I have tried with this dependencies model_viewer_plus: ^1.5.0, babylon_dart 1.1.2 and babylonjs_viewer 1.2.1 this and not working.
Try to use
model_viewerpackage inorder to display 3D model in your app.Try my code to give you an idea: