Run Three.js on flutter

Hi All,

I try to load three.js on flutter in two ways, the first one prevents me to call js code from the HTML page but it ran,
The second I tried to import all my files in the main file (index.html ), but I get this problem,
And I tried to call js code it’s working. but this problem stops all the work.

I thought you need the following to use three.js with Flutter:

Somewhat related: At the current stage, Does Threejs on Flutter support WebAR?

1 Like

Thank you @Mugen87,

I saw the last question, And I already tried this package, but my code in js language must be converted to Dart. :thinking:

I solved it by using the first way with this link :

Thank you @Mugen87

1 Like