You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ Flutter3DViewer.obj(
176
176
177
177
```yaml
178
178
dependencies:
179
-
flutter_3d_controller: ^2.0.1
179
+
flutter_3d_controller: ^2.0.2
180
180
```
181
181
182
182
### `AndroidManifest.xml` (Android only)
@@ -233,7 +233,7 @@ Modify the `<head>` tag of your `web/index.html` to load the JavaScript, like so
233
233
## Frequently Asked Questions
234
234
- **The 3D model could not load** : First check the example, if models in examples loads, may be there is problem with your model or your model path.
235
235
- **The animation list could not be retrieved** : Check if there are any special characters in the animation names that might cause a JSON encoding error.
236
-
- **The 3D model could not load from url** : It might be due to [CORS] security restrictions. The server hosting the model file *must* send appropriate CORS response headers for viewer to be able to load the file. See [google/model-viewer#1015]
236
+
- **The 3D model could not load from url** : It might be due to [CORS] security restrictions. The server hosting the model file *must* send appropriate CORS response headers for viewer to be able to load the file. See [google/model-viewer#1015](google/model-viewer#1015)
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: flutter_3d_controller
2
2
description: The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.
0 commit comments