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
109 stars 15 forks source link

Custom progress bar #6

Closed summeryi closed 7 months ago

summeryi commented 7 months ago

Can the progress bar for resource value be customized or removed?

m-r-davari commented 7 months ago

good idea i will fix it in next version

m-r-davari commented 7 months ago

I have added a feature to change color or hide the default loading progress bar, use v1.3.0 and check the example.

Done ✅