flutter_pcd_view 0.1.8 copy "flutter_pcd_view: ^0.1.8" to clipboard
flutter_pcd_view: ^0.1.8 copied to clipboard

Flutter plugin for viewing PCD point clouds with Rust parsing and native Android/iOS rendering.

140/ 160
pub points
162
downloads

We analyzed this package 34 hours ago, and awarded it 140 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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

147 out of 240 API elements (61.3 %) have documentation comments.

Some symbols that are missing documentation: flutter_pcd_view, flutter_pcd_view.CameraConfig.CameraConfig.new, flutter_pcd_view.CameraConfig.copyWith, flutter_pcd_view.ConnectConfig.ConnectConfig.new, flutter_pcd_view.ConnectConfig.copyWith.

Passed check 10/10 points: Package has an example

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

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flutter_pcd_view/flutter_pcd_view.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_pcd_view/flutter_pcd_view.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_pcd_view/flutter_pcd_view.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_pcd_view/flutter_pcd_view.dart that declares support for platforms: Android, iOS.

Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.

Built-in Kotlin support:

Legacy Kotlin configuration detected in `android/build.gradle`.

This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.

Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/ffi/frb.dart:40:7

   ╷
40 │       return api.parsePcd(path: path);
   │       ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ffi/frb.dart

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/ffi/frb.dart:53:7

   ╷
53 │       return api.parsePcdWithOptimization(path: path, options: options);
   │       ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ffi/frb.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
ffi ^2.1.0 2.2.0 2.2.0
flutter_rust_bridge ^2.12.0 2.13.0 2.13.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
build_cli_annotations - 2.1.1 2.1.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.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.18, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
140
points
162
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for viewing PCD point clouds with Rust parsing and native Android/iOS rendering.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter, flutter_rust_bridge

More

Packages that depend on flutter_pcd_view

Packages that implement flutter_pcd_view