nd_logs 0.0.1
nd_logs: ^0.0.1 copied to clipboard
A logging solution built entirely in Dart.
We analyzed this package 6 hours ago, and awarded it 100 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting nd_logs... Discovering libraries... Linking elements... Precaching local docs for 646749 elements... Initialized dartdoc with 861 libraries Generating docs for library base/log_writer.dart from package:nd_logs/base/log_writer.dart... Generating docs for library nd_logs.dart from package:nd_logs/nd_logs.dart... Documented 2 public libraries in 54.5 seconds ERR: warning: nd_logs has no library level documentation comments from nd_logs: (file:///tmp/pana_ZXFFHK/lib/base/log_writer.dart:1:1) warning: nd_logs has no library level documentation comments from nd_logs: (file:///tmp/pana_ZXFFHK/lib/nd_logs.dart:1:1) error: file already written at "nd_logs/index.html" for symbol nd_logs: (file:///tmp/pana_ZXFFHK/lib/nd_logs.dart:1:1) conflicting with file already generated by nd_logs: (file:///tmp/pana_ZXFFHK/lib/base/log_writer.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'nd_logs' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [18 more lines]
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:nd_logs/nd_logs.dartthat imports:package:nd_logs/src/web_logging/web_logger.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:nd_logs/nd_logs.dartthat imports:package:nd_logs/src/web_logging/web_logger.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:nd_logs/nd_logs.dartthat imports:package:nd_logs/src/web_logging/web_logger.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:nd_logs/nd_logs.dartthat imports:package:nd_logs/src/web_logging/web_logger.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:nd_logs/nd_logs.dartthat imports:package:nd_logs/src/web_logging/web_logger.dartthat imports:dart:html
Package does not support platform `Web`.
Because:
package:nd_logs/nd_logs.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/src/web_logging/web_logger.dart:7:1
╷
7 │ import 'dart:html' as html;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web_logging/web_logger.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
path_provider |
^2.1.4 |
2.1.5 | 2.1.5 |
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 | |
code_assets |
- | 0.19.10 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 0.20.5 | 1.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
native_toolchain_c |
- | 0.17.2 | 0.17.4 | |
objective_c |
- | 9.2.2 | 9.2.2 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
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 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.19.0` on intl does not support the stable version `0.20.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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.