flutter_3d_controller 1.3.1
flutter_3d_controller: ^1.3.1 copied to clipboard
A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control animations, textures and camera.
We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
11 out of 20 API elements (55.0 %) have documentation comments.
Some symbols that are missing documentation: flutter_3d_controller, flutter_3d_controller.Flutter3DController, flutter_3d_controller.Flutter3DController.Flutter3DController.new, flutter_3d_controller.Flutter3DController.init, flutter_3d_controller.Flutter3DViewer.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_3d_controller/flutter_3d_controller.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:flutter_3d_controller/flutter_3d_controller.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:flutter_3d_controller/flutter_3d_controller.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:flutter_3d_controller/flutter_3d_controller.dartthat imports:package:flutter_3d_controller/src/widgets/flutter_3d_viewer.dartthat imports:package:flutter_3d_controller/src/modules/model_viewer/model_viewer.dartthat imports:package:flutter_3d_controller/src/modules/model_viewer/model_viewer_mobile.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:flutter_3d_controller/flutter_3d_controller.dartthat imports:package:flutter_3d_controller/src/widgets/flutter_3d_viewer.dartthat imports:package:flutter_3d_controller/src/modules/model_viewer/model_viewer.dartthat imports:package:flutter_3d_controller/src/modules/model_viewer/model_viewer_mobile.dartthat imports:package:webview_flutter_android/webview_flutter_android.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:flutter_3d_controller/flutter_3d_controller.dartthat imports:package:flutter_3d_controller/src/widgets/flutter_3d_viewer.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/controllers/i_flutter_3d_controller.dart:13:67
╷
13 │ /// It will return available animations list of 3D model as List<String>
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/i_flutter_3d_controller.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/controllers/i_flutter_3d_controller.dart:20:56
╷
20 │ ///It will return available 3D models texture as List<String>
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/i_flutter_3d_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
android_intent_plus |
^4.0.3 |
4.0.3 | 6.0.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
url_launcher |
^6.2.6 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.7.0 |
4.9.0 | 4.13.1 | |
webview_flutter_android |
^3.16.0 |
3.16.9 | 4.10.13 | |
webview_flutter_wkwebview |
^3.13.0 |
3.23.8 | 3.23.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.2 | 2.4.2 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_platform_interface |
- | 2.14.0 | 2.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.0.3` on android_intent_plus does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions android_intent_plus to update the constraint.
The constraint `^3.16.0` on webview_flutter_android does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions webview_flutter_android to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.