lb_moonlogs_writer 1.1.0
lb_moonlogs_writer: ^1.1.0 copied to clipboard
Moonlogs Writer API for Flutter SDK - Moonlogs Writer SDK for Flutter that handles Aknowledgement of Alarms, Create Alarm Log, Create Audit Log (etc... ).
We analyzed this package 12 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_moonlogs_writer... Discovering libraries... Linking elements... Precaching local docs for 702527 elements... Initialized dartdoc with 522 libraries Generating docs for library logbot_moonlogs_writer.dart from package:lb_moonlogs_writer/logbot_moonlogs_writer.dart... Generating docs for library api.dart from package:lb_moonlogs_writer/api.dart... Documented 2 public libraries in 17.3 seconds ERR: warning: logbot.sdk.moonlogs_writer has no library level documentation comments from logbot.sdk.moonlogs_writer: (file:///tmp/pana_SYSFLJ/lib/logbot_moonlogs_writer.dart:1:1) warning: logbot.sdk.moonlogs_writer has no library level documentation comments from logbot.sdk.moonlogs_writer: (file:///tmp/pana_SYSFLJ/lib/api.dart:1:1) error: file already written at "logbot.sdk.moonlogs_writer/index.html" for symbol logbot.sdk.moonlogs_writer: (file:///tmp/pana_SYSFLJ/lib/api.dart:1:1) conflicting with file already generated by logbot.sdk.moonlogs_writer: (file:///tmp/pana_SYSFLJ/lib/logbot_moonlogs_writer.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'logbot.sdk.moonlogs_writer' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the [16 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_moonlogs_writer/api.dartthat imports:package:lb_moonlogs_writer/src/logbot_env.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
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/api_client.dart:85:9
╷
85 │ return Response.fromStream(response);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api_client.dart
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/api_client.dart:95:9
╷
95 │ return Response.fromStream(response);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api_client.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
lb_auth |
^1.3.0 |
1.3.0 | 1.3.0 | |
lb_commons |
^1.3.0 |
1.3.0 | 1.3.0 | |
meta |
^1.17.0 |
1.19.0 | 1.19.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
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.8.0 | 2.8.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
path |
- | 1.9.1 | 1.9.1 | |
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 | |
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.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.