lb_assets 1.2.0
lb_assets: ^1.2.0 copied to clipboard
Logbot assets service to manage assets (plants, groups, devices, gateways, gateway models, device models, device models metrics, licenses, manufacturers, ... etc.)
We analyzed this package 26 days ago, and awarded it 130 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting lb_assets... Discovering libraries... Linking elements... Precaching local docs for 677921 elements... Initialized dartdoc with 515 libraries Generating docs for library logbot_assets.dart from package:lb_assets/logbot_assets.dart... Generating docs for library api.dart from package:lb_assets/api.dart... Documented 2 public libraries in 36.4 seconds ERR: warning: logbot.sdk.assets has no library level documentation comments from logbot.sdk.assets: (file:///tmp/pana_VRAWCM/lib/logbot_assets.dart:1:1) warning: logbot.sdk.assets has no library level documentation comments from logbot.sdk.assets: (file:///tmp/pana_VRAWCM/lib/api.dart:1:1) error: file already written at "logbot.sdk.assets/index.html" for symbol logbot.sdk.assets: (file:///tmp/pana_VRAWCM/lib/api.dart:1:1) conflicting with file already generated by logbot.sdk.assets: (file:///tmp/pana_VRAWCM/lib/logbot_assets.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'logbot.sdk.assets' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [33 more lines]
10/10 points: Package has an example
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 not compatible with platform Web
Because:
package:lb_assets/api.dartthat imports:package:lb_commons/services/logbot_logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 126 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/api/device_model_metric_items_api.dart:15:1
╷
15 │ part of logbot.sdk.assets;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api/device_model_metric_items_api.dart
INFO: The part-of directive uses a library name.
lib/api/device_models_api.dart:15:1
╷
15 │ part of logbot.sdk.assets;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api/device_models_api.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
http |
>=1.1.0 <2.0.0 |
1.6.0 | 1.6.0 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
lb_auth |
^1.1.0 |
1.1.0 | 1.1.0 | |
lb_commons |
^1.1.0 |
1.1.0 | 1.1.0 | |
meta |
^1.1.8 |
1.17.0 | 1.17.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
jwt_decoder |
- | 2.0.1 | 2.0.1 | |
logger |
- | 2.6.2 | 2.6.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.