three_js_exporters 0.2.0 copy "three_js_exporters: ^0.2.0" to clipboard
three_js_exporters: ^0.2.0 copied to clipboard

Flutter three_js_exporters package exports objs and stls from three_js, converted from threejs and three_dart package.

130/ 160
pub points
433
downloads

We analyzed this package 9 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

5 out of 53 API elements (9.4 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: filePicker, filePicker.GetFilePicker, filePicker.GetFilePicker.GetFilePicker.new, filePicker.GetFilePicker.clearCachedFiles, filePicker.GetFilePicker.pickFiles.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:three_js_exporters/three_js_exporters.dart that imports:
  • package:three_js_exporters/saveFile/filePicker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/linux/file_picker_linux.dart that imports:
  • package:dbus/dbus.dart that declares support for platforms: Windows, Linux.

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:three_js_exporters/three_js_exporters.dart that imports:
  • package:three_js_exporters/saveFile/filePicker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:three_js_exporters/three_js_exporters.dart that imports:
  • package:three_js_exporters/saveFile/filePicker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:three_js_exporters/three_js_exporters.dart that imports:
  • package:three_js_exporters/saveFile/filePicker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:three_js_exporters/three_js_exporters.dart that imports:
  • package:three_js_exporters/saveFile/filePicker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:three_js_exporters/three_js_exporters.dart that imports:
  • package:three_js_exporters/saveFile/filePicker.dart that imports:
  • package:three_js_core/three_js_core.dart that imports:
  • package:three_js_core/others/index.dart that imports:
  • package:three_js_core/others/three_viewer.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 13 issues. Showing the first 2:

INFO: The file name 'filePicker.dart' isn't a lower_case_with_underscores identifier.

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

INFO: 'allowCompression' is deprecated and shouldn't be used. allowCompression is deprecated and has no effect. Use compressionQuality instead.

lib/saveFile/filePicker.dart:14:9

   ╷
14 │         allowCompression: false,
   │         ^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
file_picker ^10.1.9 10.3.6 10.3.6
path_provider ^2.1.5 2.1.5 2.1.5
three_js_core ^0.2.0 0.2.6 0.2.6
three_js_math ^0.2.0 0.2.5 0.2.5
web ^1.1.1 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
cross_file - 0.3.5 0.3.5
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
dylib - 0.3.3 0.3.3
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
flutter_angle - 0.3.8 0.3.8
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
logger - 2.6.2 2.6.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.3 2.4.3
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
win32 - 5.15.0 5.15.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
130
points
433
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter three_js_exporters package exports objs and stls from three_js, converted from threejs and three_dart package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, path_provider, three_js_core, three_js_math, web

More

Packages that depend on three_js_exporters