trackasia_wind 1.0.0
trackasia_wind: ^1.0.0 copied to clipboard
A Flutter package for real-time wind particle visualization on TrackAsia GL maps using PNG wind data analysis
We analyzed this package 6 days ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/your-username/trackasia_wind was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/your-username/trackasia_wind was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
69 out of 250 API elements (27.6 %) have documentation comments.
Some symbols that are missing documentation: trackasia_wind, trackasia_wind.ColorAnalysis, trackasia_wind.ColorAnalysis.ColorAnalysis.new, trackasia_wind.ColorAnalysis.brightness, trackasia_wind.ColorAnalysis.colorType.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:trackasia_wind/trackasia_wind.dartthat imports:package:trackasia_wind/src/services/wind_configuration_service.dartthat imports:package:trackasia_gl/trackasia_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:trackasia_wind/trackasia_wind.dartthat imports:package:trackasia_wind/src/services/wind_configuration_service.dartthat imports:package:trackasia_gl/trackasia_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:trackasia_wind/trackasia_wind.dartthat imports:package:trackasia_wind/src/services/wind_configuration_service.dartthat imports:package:trackasia_gl/trackasia_gl.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:trackasia_wind/trackasia_wind.dartthat imports:package:trackasia_wind/src/services/wind_configuration_service.dartthat imports:package:trackasia_gl/trackasia_gl.dartthat imports:package:trackasia_gl_platform_interface/trackasia_gl_platform_interface.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:trackasia_wind/trackasia_wind.dartthat imports:package:trackasia_wind/src/services/wind_configuration_service.dartthat imports:package:trackasia_gl/trackasia_gl.dartthat imports:package:trackasia_gl_platform_interface/trackasia_gl_platform_interface.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 22 issues. Showing the first 2:
WARNING: The value of the field 'maxCacheSize' isn't used.
lib/src/services/wind_custom_layer.dart:13:20
╷
13 │ static const int maxCacheSize = 15; // ✅ SMALLER: Less memory usage
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/wind_custom_layer.dart
WARNING: The value of the field '_originalParticleCount' isn't used.
lib/src/services/wind_custom_layer.dart:225:7
╷
225 │ int _originalParticleCount = 0;
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/wind_custom_layer.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
image |
^4.2.0 |
4.9.1 | 4.9.1 | |
trackasia_gl |
^2.0.3 |
2.0.3 | 2.0.3 | |
vector_math |
^2.1.4 |
2.2.0 | 2.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
posix |
- | 6.5.0 | 6.5.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 | |
trackasia_gl_platform_interface |
- | 2.0.2 | 2.0.2 | |
trackasia_gl_web |
- | 2.0.1 | 2.0.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 7.0.1 | 7.0.1 |
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.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.