thermion_flutter 0.3.3
thermion_flutter: ^0.3.3 copied to clipboard
Flutter plugin for 3D rendering with the Thermion toolkit.
We analyzed this package 3 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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
1050 out of 3791 API elements (27.7 %) have documentation comments.
Some symbols that are missing documentation: thermion_flutter
, thermion_flutter.Aabb3.getPN
, thermion_flutter.Aabb3.max
, thermion_flutter.Aabb3.min
, thermion_flutter.AlphaMode
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:thermion_flutter/thermion_flutter.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:thermion_flutter/thermion_flutter.dart
that imports:package:thermion_dart/thermion_dart.dart
that imports:package:thermion_dart/src/input/input.dart
that imports:package:thermion_dart/src/input/src/delegate_input_handler.dart
that imports:package:thermion_dart/src/input/src/implementations/free_flight_camera_delegate_v2.dart
that imports:package:thermion_dart/src/viewer/viewer.dart
that imports:package:thermion_dart/src/viewer/src/ffi/src/thermion_viewer_ffi.dart
that imports:package:thermion_dart/src/filament/src/implementation/ffi_view.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/thermion_flutter/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
WARNING: The value of the local variable 'elapsed' isn't used.
lib/src/widgets/src/thermion_widget_web_impl.dart:41:11
╷
41 │ var elapsed = DateTime.now().microsecondsSinceEpoch -
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/src/thermion_widget_web_impl.dart
WARNING: A value for optional parameter 'key' isn't ever given.
lib/src/widgets/src/thermion_widget_web_impl.dart:76:30
╷
76 │ const _PlatformView({super.key, required this.viewer});
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/src/thermion_widget_web_impl.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
animation_tools_dart |
^0.1.0 |
0.1.2 | 0.1.2 | |
ffi |
^2.1.2 |
2.1.4 | 2.1.4 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
plugin_platform_interface |
^2.0.0 |
2.1.8 | 2.1.8 | |
thermion_dart |
^0.3.3 |
0.3.3 | 0.3.3 | |
thermion_flutter_method_channel |
^0.3.3 |
0.3.3 | 0.3.3 | |
thermion_flutter_platform_interface |
^0.3.3 |
0.3.3 | 0.3.3 | |
thermion_flutter_web |
^0.3.3 |
0.3.3 | 0.3.3 | |
vector_math |
^2.1.2 |
2.2.0 | 2.2.0 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
code_assets |
- | 0.19.4 | 0.19.7 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 0.19.5 | 0.20.1 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.3.0 | 4.5.4 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
native_toolchain_c |
- | 0.16.8 | 0.17.1 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.22.22
, Flutter 3.35.2
, Dart 3.9.0
.
Check the analysis log for details.