custom_compass 0.1.0
custom_compass: ^0.1.0 copied to clipboard
Create a custom compass from a widget.
We analyzed this package 4 days ago, and awarded it 110 pub points (of a possible 140):
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.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: custom_compass
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: custom_compass
.
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 13 out of 22 API elements (59.1 %) have documentation comments.
20/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:custom_compass/custom_compass.dart
that imports:package:custom_compass/widgets/degress.dart
that imports:package:custom_compass/repos/magnetometer.dart
that imports:package:sensors_plus/sensors_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:custom_compass/custom_compass.dart
that imports:package:custom_compass/widgets/degress.dart
that imports:package:custom_compass/repos/magnetometer.dart
that imports:package:sensors_plus/sensors_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:custom_compass/custom_compass.dart
that imports:package:custom_compass/widgets/degress.dart
that imports:package:custom_compass/repos/magnetometer.dart
that imports:package:sensors_plus/sensors_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Unclosed instance of 'Sink'.
lib/repos/magnetometer.dart:14:34
╷
14 │ final StreamController<double> _azController =
│ ┌──────────────────────────────────^
15 │ │ StreamController<double>.broadcast();
│ └──────────────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/repos/magnetometer.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
sensors_plus |
^1.3.0 |
1.4.1 | 3.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.2 | 1.18.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.9.1 | 1.10.0 |
plugin_platform_interface |
- | 2.1.6 | 2.1.6 |
sensors_plus_platform_interface |
- | 1.1.3 | 1.1.3 |
sensors_plus_web |
- | 1.1.2 | 1.1.2 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.1.4-beta | 0.2.2-beta |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.3.0` on sensors_plus does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions sensors_plus
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with Pana 0.21.37
, Flutter 3.13.5
, Dart 3.1.2
.