vania 0.8.2+1
vania: ^0.8.2+1 copied to clipboard
Fast, simple, and powerful backend framework for Dart built with
We analyzed this package 25 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://vdart.dev was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://vdart.dev/docs/intro 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
393 out of 1021 API elements (38.5 %) have documentation comments.
Some symbols that are missing documentation: vania, vania.Address, vania.Address.Address.new, vania.Address.mailAddress, vania.Address.name.
10/10 points: Package has an example and has no issues with screenshots
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 does not support platform `Web`.
Because:
package:vania/vania.dartthat imports:package:vania/src/authentication/authentication.dartthat imports:package:vania/src/authentication/model/personal_access_token.dartthat imports:package:vania/src/database/model.dartthat imports:package:eloquent/eloquent.dartthat imports:package:eloquent/src/connectors/connection_factory.dartthat imports:package:eloquent/src/connectors/mysql_connector.dartthat imports:package:eloquent/src/pdo/mysql_client/mysql_client_pdo.dartthat imports:package:eloquent/src/pdo/mysql_client/mysql_client_pdo_transaction.dartthat imports:package:mysql_dart/mysql_dart.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/http/request/request_handler.dart:119:18
╷
119 │ void _response(req, message) {
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/http/request/request_handler.dart
INFO: Missing type annotation.
lib/src/http/request/request_handler.dart:119:23
╷
119 │ void _response(req, message) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/http/request/request_handler.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
dart_jsonwebtoken |
^2.14.2 |
2.17.0 | 3.3.1 | |
eloquent |
^3.2.1 |
3.4.2 | 3.4.2 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
mailer |
^6.4.1 |
6.6.0 | 6.6.0 | |
meta |
^1.16.0 |
1.18.1 | 1.18.1 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
sprintf |
^7.0.0 |
7.0.0 | 7.0.0 | |
string_scanner |
^1.4.1 |
1.4.1 | 1.4.1 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adaptive_number |
- | 1.0.0 | 1.0.0 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
dargres |
- | 3.1.2 | 3.1.2 | |
ed25519_edwards |
- | 0.3.1 | 0.3.1 | |
enough_convert |
- | 1.6.0 | 1.6.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
mysql_dart |
- | 1.2.1 | 1.2.1 | |
pg_timezone |
- | 1.0.1 | 1.0.1 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.2 | 1.5.2 | |
postgres |
- | 3.5.9 | 3.5.9 | |
postgres_fork |
- | 2.8.5 | 2.8.5 | |
sasl_scram |
- | 0.1.2 | 0.1.2 | |
saslprep |
- | 1.0.3 | 1.0.3 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
tuple |
- | 2.0.2 | 2.0.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unorm_dart |
- | 0.3.2 | 0.3.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.14.2` on dart_jsonwebtoken does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dart_jsonwebtoken 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.
