m-r-davari / flutter_3d_controller

The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.
https://pub.dev/packages/flutter_3d_controller
MIT License
107 stars 14 forks source link

v1.3.1--Fixes Issue #12 #13

Closed KamathVishak96 closed 5 months ago

KamathVishak96 commented 6 months ago
m-r-davari commented 5 months ago

@KamathVishak96 Good job, did you test on android and web after changes? maybe we need to separate the logic with platform checks.

KamathVishak96 commented 5 months ago

@m-r-davari Yes, I tested this on Android and Web as well, with the sheen chair and the business man files. I am getting the list of Animations and Textures.

Edit: I tested this on the example app as well as in our app by using the commit as the dependency.

m-r-davari commented 5 months ago

@KamathVishak96 Well done, thanks