angel3_mongo 8.1.1 copy "angel3_mongo: ^8.1.1" to clipboard
angel3_mongo: ^8.1.1 copied to clipboard

MongoDB-enabled services for the Angel3 framework. Well-tested.

1
likes
120/ 140
pub points
20%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

45 out of 53 API elements (84.9 %) have documentation comments.

Some symbols that are missing documentation: angel3_mongo, angel3_mongo.services, angel3_mongo.services.MongoService.app, angel3_mongo.services.MongoService.collection, angel3_mongo.services.MongoService.isAppActive.

10/10 points: Package has 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:angel3_mongo/angel3_mongo.dart that imports:
  • package:angel3_mongo/services.dart that imports:
  • package:mongo_dart/mongo_dart.dart that imports:
  • package:mongo_dart/src/extensions/file_ext.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: 'getNonce' is deprecated and shouldn't be used. Deprecated since version 4.0.

lib/mongo_service.dart:101:40

    ╷
101 │       var nonce = (await collection.db.getNonce())['nonce'] as String?;
    │                                        ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/mongo_service.dart

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
angel3_framework ^8.0.0 8.0.0 8.3.2
belatuk_json_serializer ^7.1.0 7.1.0 7.1.0
belatuk_merge_map ^5.1.0 5.1.0 5.1.0
mongo_dart ^0.9.0 0.9.4 0.10.1
Transitive dependencies
Package Constraint Compatible Latest
angel3_container - 8.1.1 8.1.1
angel3_http_exception - 8.1.1 8.1.1
angel3_mock_request - 8.1.1 8.1.1
angel3_model - 8.1.1 8.1.1
angel3_route - 8.1.1 8.1.1
async - 2.11.0 2.11.0
basic_utils - 5.7.0 5.7.0
belatuk_code_buffer - 5.1.0 5.1.0
belatuk_combinator - 5.1.0 5.1.0
belatuk_http_server - 4.2.0 4.2.0
boolean_selector - 2.1.1 2.1.1
bson - 4.0.0 5.0.4
buffer - 1.2.3 1.2.3
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
decimal - 2.3.3 2.3.3
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
http - 1.2.1 1.2.1
http2 - 2.3.0 2.3.0
http_parser - 4.0.2 4.0.2
js - 0.7.1 0.7.1
json_annotation - 4.8.1 4.8.1
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
meta - 1.12.0 1.12.0
mime - 1.0.5 1.0.5
mongo_dart_query - 4.0.5 5.0.0
packages_extensions - 0.1.0 0.1.0
path - 1.9.0 1.9.0
pedantic - 1.11.1 1.11.1
pointycastle - 3.7.4 3.7.4
pool - 1.5.1 1.5.1
power_extensions - 0.2.2 0.2.2
quiver - 3.2.1 3.2.1
rational - 2.2.2 2.2.2
recase - 4.1.0 4.1.0
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
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.0
tuple - 2.0.2 2.0.2
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
uuid - 3.0.7 4.3.3
vy_string_utils - 0.4.5 0.4.5
web - 0.5.1 0.5.1

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

The constraint `^0.9.0` on mongo_dart does not support the stable version `0.10.0`.

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

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

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.