three-dart-loaders
Installation
SKILL.md
three_dart Loaders
Iron Law
Always provide an error callback in every loader.load() call and surface it to the UI — silent load failures are the number one cause of blank 3D screens in Flutter.
GLTFLoader — Load GLTF/GLB Models
import 'package:three_dart/three_dart.dart' as THREE;
import 'package:three_dart_jsm/three_dart_jsm/loaders/GLTFLoader.dart';
final loader = GLTFLoader(null);