dart_verse_backend 1.4.0 copy "dart_verse_backend: ^1.4.0" to clipboard
dart_verse_backend: ^1.4.0 copied to clipboard

The ultimate dart backend framework.

0
likes
100/ 140
pub points
0%
popularity

We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 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: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

67 out of 1468 API elements (4.6 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: api_crud_handlers, api_crud_handlers.ApiCrudHandlers, api_crud_handlers.ApiCrudHandlers.ApiCrudHandlers, api_crud_handlers.ApiCrudHandlers.deleteApiKey, api_crud_handlers.ApiCrudHandlers.generateSaveApiKey.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:dart_verse_backend/constants/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

50/50 points: code has no errors, warnings, lints, or formatting issues

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
archive ^3.3.7 3.5.0 3.5.0
async ^2.11.0 2.11.0 2.11.0
crypto ^3.0.3 3.0.3 3.0.3
dart_jsonwebtoken ^2.7.1 2.14.0 2.14.0
dart_webcore ^0.3.0 0.3.0 0.3.0
dotenv ^4.1.0 4.2.0 4.2.0
encrypt ^5.0.1 5.0.3 5.0.3
hive ^2.2.3 2.2.3 2.2.3
html ^0.15.3 0.15.4 0.15.4
http ^0.13.6 0.13.6 1.2.1
json_annotation ^4.8.1 4.9.0 4.9.0
logger ^1.3.0 1.4.0 2.2.0
mailer ^6.0.1 6.1.0 6.1.0
mime ^1.0.4 1.0.5 1.0.5
mongo_dart ^0.9.1 0.9.4 0.10.2
path ^1.8.3 1.9.0 1.9.0
uuid ^3.0.7 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
adaptive_number - 1.0.0 1.0.0
args - 2.5.0 2.5.0
asn1lib - 1.5.2 1.5.2
basic_utils - 5.5.4 5.7.0
bson - 4.0.0 5.0.4
buffer - 1.2.3 1.2.3
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
csslib - 1.0.0 1.0.0
decimal - 2.3.3 2.3.3
ed25519_edwards - 0.3.1 0.3.1
fixnum - 1.1.0 1.1.0
http_parser - 4.0.2 4.0.2
intl - 0.19.0 0.19.0
js - 0.7.1 0.7.1
logging - 1.2.0 1.2.0
meta - 1.14.0 1.14.0
mongo_dart_query - 4.0.5 5.0.0
packages_extensions - 0.1.0 0.1.0
pedantic - 1.11.1 1.11.1
pointycastle - 3.9.0 3.9.0
pool - 1.5.1 1.5.1
power_extensions - 0.2.2 0.2.2
rational - 2.2.2 2.2.2
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.2 1.0.2
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
vy_string_utils - 0.4.5 0.4.5

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 issues. Showing the first 2:

The constraint `^0.13.6` on http does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions http to update the constraint.

The constraint `^1.3.0` on logger does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions logger to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.