mongo_go 3.1.0
mongo_go: ^3.1.0 copied to clipboard
MongoDB driver based on the official GO SDK via Dart FFI.
We analyzed this package 12 hours ago, and awarded it 130 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://gitlab.com/squarealfa/dart_framework/-/tree/main/mongo_go was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://gitlab.com/squarealfa/dart_framework 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: MPL-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
22260 out of 38860 API elements (57.3 %) have documentation comments.
Some symbols that are missing documentation: aggregate_request.pb, aggregate_request.pb.AggregateRequest, aggregate_request.pb.AggregateRequest.$_whichOneof, aggregate_request.pb.AggregateRequest.AggregateRequest.fromBuffer, aggregate_request.pb.AggregateRequest.AggregateRequest.fromJson.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:mongo_go/mongo_go.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:mongo_go/mongo_go.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Web`.
Because:
package:mongo_go/mongo_go.dartthat declares support for platforms:Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 285 issues. Showing the first 2:
WARNING: Duplicate export.
lib/src/bulk/bulk.dart:4:8
╷
4 │ export 'insert_one_model.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/bulk/bulk.dart
INFO: Dangling library doc comment.
lib/gen/aggregate_request.pb.dart:1:1
╷
1 │ ///
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/gen/aggregate_request.pb.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
bson |
^3.0.0 |
3.0.1 | 5.0.8 | |
decimal |
^2.3.0 |
2.3.3 | 3.2.4 | |
ffi |
^2.0.1 |
2.2.0 | 2.2.0 | |
fixnum |
^1.0.1 |
1.1.1 | 1.1.1 | |
go_bridge |
^1.0.0 |
1.4.1 | 1.4.3 | |
meta |
^1.8.0 |
1.18.2 | 1.18.2 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
proto_annotations |
^2.1.1 |
2.3.1 | 7.0.2 | |
protobuf |
^2.1.0 |
2.1.0 | 6.0.0 | |
pubspec |
^2.3.0 |
2.3.0 | 2.3.0 | Discontinued |
tuple |
^2.0.0 |
2.0.2 | 2.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.9 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 1.6.0 | 2.3.0 | |
grpc |
- | 3.2.4 | 5.1.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
matcher |
- | 0.12.19 | 0.12.19 | |
packages_extensions |
- | 0.1.0 | 0.1.2 | |
power_extensions |
- | 0.2.4 | 0.2.4 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rational |
- | 2.2.3 | 2.2.3 | |
source_span |
- | 1.10.2 | 1.10.2 | |
squarealfa_common_types |
- | 1.2.1 | 2.0.0 | Discontinued |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.11 | 0.7.11 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri |
- | 1.0.0 | 1.0.0 | |
uuid |
- | 3.0.7 | 4.5.3 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^3.0.0` on bson does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions bson to update the constraint.
The constraint `^2.3.0` on decimal does not support the stable version `3.0.0`.
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.23.12, Dart 3.11.5.
Check the analysis log for details.