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

Custom progress bar #6

Closed summeryi closed 5 months ago

summeryi commented 6 months ago

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

m-r-davari commented 5 months ago

good idea i will fix it in next version

m-r-davari commented 5 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 ✅