dogs_mongo_driver 1.0.0-alpha.12 copy "dogs_mongo_driver: ^1.0.0-alpha.12" to clipboard
dogs_mongo_driver: ^1.0.0-alpha.12 copied to clipboard

MongoDB driver for dogs_orm

0
likes
130/ 160
pub points
21%
popularity

We analyzed this package 10 hours ago, and awarded it 130 pub points (of a possible 160):

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.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` entry.

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: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

758 out of 2249 API elements (33.7 %) have documentation comments.

Some symbols that are missing documentation: dogs_mongo_driver.AEList.build, dogs_mongo_driver.AEList.AEList.internal, dogs_mongo_driver.AEObject.build, dogs_mongo_driver.AEObject.AEObject.internal, dogs_mongo_driver.AggregateCursor.

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:dogs_mongo_driver/dogs_mongo_driver.dart that imports:
  • package:dogs_mongo_driver/src/codec.dart that imports:
  • package:mongo_dart/mongo_dart.dart that imports:
  • package:mongo_dart/src/extensions/file_ext.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

WARNING: Unused import: 'dart:math'.

lib/src/query.dart:17:8

   ╷
17 │ import 'dart:math';
   │        ^^^^^^^^^^^
   ╵

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

lib/dogs_mongo_driver.dart doesn't match the Dart formatter.

To format your files run: dart format .

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
decimal ^2.3.3 2.3.3 3.0.2
dogs_core ^9.1.0 9.1.0 9.1.0
dogs_odm ^1.0.0-alpha.12 1.0.0-alpha.12 1.0.0-alpha.12
fixnum ^1.1.0 1.1.0 1.1.0
mongo_dart ^0.10.0 0.10.3 0.10.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
basic_utils - 5.7.0 5.7.0
bson - 5.0.4 5.0.4
buffer - 1.2.3 1.2.3
collection - 1.19.0 1.19.0
conduit_codable - 4.4.0 5.1.3
conduit_open_api - 4.4.0 5.1.3
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
http - 1.2.1 1.2.1
http_parser - 4.1.0 4.1.0
js - 0.7.1 0.7.1
json_annotation - 4.9.0 4.9.0
logging - 1.2.0 1.2.0
lyell - 1.1.0 1.1.0
meta - 1.15.0 1.15.0
mongo_dart_query - 5.0.1 5.0.1
packages_extensions - 0.1.0 0.1.0
path - 1.9.0 1.9.0
pointycastle - 3.9.1 3.9.1
pool - 1.5.1 1.5.1
power_extensions - 0.2.3 0.2.3
rational - 2.2.3 2.2.3
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.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.3.0 0.3.0
uuid - 4.4.0 4.4.0
vy_string_utils - 0.4.6 0.4.6
web - 0.5.1 0.5.1

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

The constraint `^2.3.3` on decimal does not support the stable version `3.0.0`, that was published 19 days ago.

When decimal is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions decimal 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.22.7, Dart 3.4.3.

Check the analysis log for details.

0
likes
130
pub points
21%
popularity

Publisher

unverified uploader

MongoDB driver for dogs_orm

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

decimal, dogs_core, dogs_odm, fixnum, mongo_dart

More

Packages that depend on dogs_mongo_driver