nest_frog 0.1.2
nest_frog: ^0.1.2 copied to clipboard
Dart Frog integration for Nest Dart - bringing dependency injection and modular architecture to Dart Frog backend applications.
We analyzed this package 24 hours ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
packages/nest_frog/pubspec.yaml from the repository URL mismatch: expected https://github.com/chornthorn/nest-dart but got https://github.com/khode-io/nest-dart.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: nest_frog, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Homepage URL doesn't exist.
At the time of the analysis https://chornthorn.github.io/nest-dart was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://chornthorn.github.io/nest-dart/frog-guide was unreachable. Make sure that the website is reachable via HEAD requests.
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
125 out of 159 API elements (78.6 %) have documentation comments.
Some symbols that are missing documentation: nest_frog.ApplicationContainer.ApplicationContainer.new, nest_frog.Disposable.Disposable.new, nest_frog.Disposable.onDispose, nest_frog.GetIt.allowRegisterMultipleImplementationsOfoneType, nest_frog.GetIt.noDebugOutput.
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:nest_frog/nest_frog.dartthat imports:package:nest_frog/src/middleware.dartthat imports:package:nest_frog/src/nest_frog.dartthat imports:package:dart_frog/dart_frog.dartthat imports:package:dart_frog/src/hot_reload.dartthat imports:package:shelf_hotreload/shelf_hotreload.dartthat imports:package:shelf_hotreload/src/with_hotreload.dartthat imports:package:hotreloader/hotreloader.dartthat imports:package:watcher/watcher.dartthat imports:package:watcher/src/file_watcher/polling.dartthat imports:package:watcher/src/polling.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/nest_frog.dart:22:57
╷
22 │ /// Usage: final userService = Modular.of(context).get<UserService>();
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/nest_frog.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/nest_frog.dart:28:45
╷
28 │ /// Usage: final userService = Modular.get<UserService>();
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/nest_frog.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dart_frog |
^1.1.0 |
1.2.6 | 1.2.6 | |
nest_core |
^0.1.1 |
0.1.1 | 0.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
get_it |
- | 8.3.0 | 9.2.0 | |
hotreloader |
- | 4.3.0 | 4.3.0 | |
http_methods |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logger |
- | 2.6.2 | 2.6.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_hotreload |
- | 1.6.0 | 1.6.0 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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 |
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.5, Dart 3.10.7.
Check the analysis log for details.