Is this package even maintained? I am getting multiple dependency issues while trying to install this package.
The package hasn't seen any releases in the past year, any other package that we can use for ThreeJS?
You can add this dependencies with specific versions, you shouldn't have any more errors :
three_dart: 0.0.14
three_dart_jsm: 0.0.9
universal_ui: ^0.0.8
flutter_gl: ^0.0.21
Some people create PR from this packages for stabilise or improve. For example, I convert cannonJS to Dart coupled with this package. The best thing would be to review the JS/dart conversion of this package to improve and type the classes in order to improve memory leaks and performance. Want to be our hero?
Hi @nirmal-kc,
I know this package has not been updated in a while, but you can try three_js on pub.dev to see if that works for you.
Hope this helps.