m-r-davari / flutter_3d_controller

A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control animations, textures and camera.
https://pub.dev/packages/flutter_3d_controller
MIT License
85 stars 11 forks source link

v1.3.1--Fixes Issue #12 #13

Closed KamathVishak96 closed 4 months ago

KamathVishak96 commented 4 months ago
m-r-davari commented 4 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 4 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 4 months ago

@KamathVishak96 Well done, thanks