thermion_flutter 0.1.1+12 copy "thermion_flutter: ^0.1.1+12" to clipboard
thermion_flutter: ^0.1.1+12 copied to clipboard

Flutter plugin for 3D rendering with the Thermion toolkit.

11
likes
120/ 160
pub points
57%
popularity

We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

262 out of 405 API elements (64.7 %) have documentation comments.

Some symbols that are missing documentation: camera_options_widget, camera_options_widget.CameraOptionsWidget, camera_options_widget.CameraOptionsWidget.CameraOptionsWidget, camera_options_widget.CameraOptionsWidget.cameraOrientation, camera_options_widget.CameraOptionsWidget.cameras.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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_flutter/thermion/widgets/camera/gestures/thermion_gesture_detector.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.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 51 issues. Showing the first 2:

WARNING: The method doesn't override an inherited method.

lib/thermion/thermion_flutter_plugin.dart:95:42

   ╷
95 │   static Future<ThermionFlutterTexture?> resizeTexture(ThermionFlutterTexture texture,
   │                                          ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/thermion/thermion_flutter_plugin.dart

WARNING: Unused import: 'package:vector_math/vector_math_64.dart'.

lib/thermion/widgets/camera/camera_options_widget.dart:7:8

  ╷
7 │ import 'package:vector_math/vector_math_64.dart' as v64;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/thermion/widgets/camera/camera_options_widget.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
animation_tools_dart ^0.0.4 0.0.4 0.1.0
ffi ^2.1.2 2.1.3 2.1.3
flutter flutter 0.0.0 0.0.0
flutter_web_plugins flutter 0.0.0 0.0.0
logging ^1.2.0 1.2.0 1.2.0
plugin_platform_interface ^2.0.0 2.1.8 2.1.8
thermion_dart ^0.1.2 0.1.2 0.1.2
thermion_flutter_ffi ^0.1.0+11 0.1.0+11 0.1.0+12
thermion_flutter_platform_interface ^0.1.0+10 0.1.0+10 0.1.0+11
thermion_flutter_web ^0.0.2 0.0.2 0.1.0+5
vector_math ^2.1.2 2.1.4 2.1.4
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
cli_config - 0.2.0 0.2.0
collection - 1.18.0 1.19.0
crypto - 3.0.5 3.0.5
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
native_assets_cli - 0.6.1 0.8.0
native_toolchain_c - 0.4.2 0.5.4
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
web - 0.5.1 1.1.0
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.0.4` on animation_tools_dart does not support the stable version `0.1.0`, that was published 0 days ago.

When animation_tools_dart is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions animation_tools_dart to update the constraint.

The constraint `^0.0.2` on thermion_flutter_web does not support the stable version `0.1.0+1`, that was published 1 days ago.

When thermion_flutter_web is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions thermion_flutter_web 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.22.12, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.