dartness_server 0.6.1
dartness_server: ^0.6.1 copied to clipboard
Dartness is a framework for building efficient, scalable dart server-side applications. It provides an easy and quick way to develop modern standalone server.
We analyzed this package 4 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
188 out of 246 API elements (76.4 %) have documentation comments.
Some symbols that are missing documentation: dartness.Application.Application.new, dartness.Dartness.Dartness.new, dartness.Inject.Inject.new, dartness.InstanceRegister, dartness.InstanceRegister.instance.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:dartness_server/dartness.dartthat imports:package:dartness_server/src/dartness.dartthat imports:package:dartness_server/src/server/log_requests_interceptor.dartthat imports:package:dartness_server/src/server/dartness_response.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Dangling library doc comment.
lib/src/schedule/time_unit.dart:1:1
╷
1 │ ┌ /// A TimeUnit represents time durations at a given unit of granularity and provides utility methods
2 │ │ /// to convert across units, and to perform timing and delay operations in these units.
3 │ │ /// A TimeUnit does not maintain time information, but only helps organize and use time representations
4 │ │ /// that may be maintained separately across various contexts. A nanosecond is defined as one thousandth of a microsecond,
5 │ │ /// a microsecond as one thousandth of a millisecond, a millisecond as one thousandth of a second, a minute as sixty seconds,
│ └────────────────────────────────────────────────────────────────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/schedule/time_unit.dart
INFO: 'whereNotNull' is deprecated and shouldn't be used. Use .nonNulls instead.
lib/src/string_extension.dart:68:49
╷
68 │ stringToIterable((e) => bool.tryParse(e)).whereNotNull();
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/string_extension.dart
0/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 | |
injector |
^3.0.0 |
3.0.0 | 4.0.0 | |
shelf |
^1.4.1 |
1.4.2 | 1.4.2 | |
shelf_plus |
^1.7.0 |
1.11.0 | 1.11.0 | |
shelf_router |
^1.1.4 |
1.1.4 | 1.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
hotreloader |
- | 4.3.0 | 4.3.0 | |
http_methods |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.18.1 | 1.18.1 | |
mime |
- | 2.0.0 | 2.0.0 | |
mime_type |
- | 1.0.1 | 1.0.1 | |
path |
- | 1.9.1 | 1.9.1 | |
shelf_hotreload |
- | 1.6.0 | 1.6.0 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.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 | |
vm_service |
- | 15.0.2 | 15.0.2 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.0` on injector does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions injector 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.9, Dart 3.11.0.
Check the analysis log for details.