spline_flutter 0.0.1
spline_flutter: ^0.0.1 copied to clipboard
Flutter widget + controller to embed and control Spline 3D scenes (hosted URL or .splinecode runtime) via WebView and JS bridge.
0.0.1 #
Initial release:
- SplineViewer widget for hosted scene URLs and .splinecode runtime.
- SplineController with reload, run/evaluate JS, loadSceneUrl, event listeners.
- Runtime bridge bootstrap (loads @splinetool/runtime from CDN).
- Basic event dispatch (mouseDown etc.), message channel.
- README documentation and tests.