Erik Tetland
Erik Tetland
I had dependency issues in a project after adding `three_dart`; my project is using later major versions for `http` and `image`. I think this would require the next version number...
Setting `TextureLoader.flipY` had an effect in mobile apps, but had no effect web apps. Also, texture loader defaults to flipY = false, while textures defaults to flipY = true. So...
I'm unable to build a flutter project that depends on the latest published version of `flutter_gl` (v0.0.21); I'm getting this error: ``` $ flutter run -d "SM G988W" Launching lib/main.dart...
Feature request. As far as I know, you can only select a point on the first frame of the video. Could I be able to get it to segment and...