flutter_gaussian_splatter 0.4.0-dev.1
flutter_gaussian_splatter: ^0.4.0-dev.1 copied to clipboard
Render 3D Gaussian splat scenes (.ply) in Flutter using Flutter GPU (Impeller).
We analyzed this package 6 days ago, and awarded it 120 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
137 out of 165 API elements (83.0 %) have documentation comments.
Some symbols that are missing documentation: background_rotation, camera, constants, constants.GsConst.byteMax, constants.GsConst.colorOffset.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
SDK issues found:
Package is not compatible with the Dart SDK.
Because:
flutter_gaussian_splatterthat is a package requiring flutter.
Package is not compatible with the Flutter SDK.
Package is not compatible with the Flutter SDK. Because:
package:flutter_gaussian_splatter/renderer/gpu/flutter_gpu_splat_renderer.dartthat imports:package:flutter_gpu/gpu.dartthat imports:dart:nativewrappers
Package is not compatible with the Dart SDK.
Because:
flutter_gaussian_splatterthat is a package requiring flutter.
These platforms are not supported:
Package not compatible with platform Android
Because:
package:flutter_gaussian_splatter/renderer/gpu/flutter_gpu_splat_renderer.dartthat imports:package:flutter_gpu/gpu.dartthat imports:dart:nativewrappers
Package not compatible with platform iOS
Because:
package:flutter_gaussian_splatter/renderer/gpu/flutter_gpu_splat_renderer.dartthat imports:package:flutter_gpu/gpu.dartthat imports:dart:nativewrappers
Package not compatible with platform Windows
Because:
package:flutter_gaussian_splatter/renderer/gpu/flutter_gpu_splat_renderer.dartthat imports:package:flutter_gpu/gpu.dartthat imports:dart:nativewrappers
Package not compatible with platform Linux
Because:
package:flutter_gaussian_splatter/renderer/gpu/flutter_gpu_splat_renderer.dartthat imports:package:flutter_gpu/gpu.dartthat imports:dart:nativewrappers
Package not compatible with platform macOS
Because:
package:flutter_gaussian_splatter/renderer/gpu/flutter_gpu_splat_renderer.dartthat imports:package:flutter_gpu/gpu.dartthat imports:dart:nativewrappers
Package not compatible with platform Web
Because:
package:flutter_gaussian_splatter/renderer/gpu/flutter_gpu_splat_renderer.dartthat imports:package:flutter_gpu/gpu.dartthat imports:dart:nativewrappers
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The asset file 'build/shaderbundles/flutter_gaussian_splatter.shaderbundle' doesn't exist.
pubspec.yaml:29:7
╷
29 │ - build/shaderbundles/flutter_gaussian_splatter.shaderbundle
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_gpu_shaders |
^0.5.0 |
0.5.1 | 0.5.1 | |
hooks |
^2.0.0 |
2.0.2 | 2.1.0 | |
vector_math |
^2.2.0 |
2.2.0 | 2.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
data_assets |
- | 0.20.0 | 0.20.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 0.6.0 | 1.0.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
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.23.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.