appstitch_mongodb 1.0.0-prerelease copy "appstitch_mongodb: ^1.0.0-prerelease" to clipboard
appstitch_mongodb: ^1.0.0-prerelease copied to clipboard

Appstitch client for MongoDB CRUD operations.

2
likes
110/ 160
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 110 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.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting appstitch_mongodb... Discovering libraries... Linking elements... Precaching local docs for 149480 elements... Initialized dartdoc with 446 libraries Generating docs for library mongodb.dart from package:appstitch_mongodb/mongodb.dart... Generating docs for library types.dart from package:appstitch_mongodb/types.dart... Generating docs for library types/whereFilter.dart from package:appstitch_mongodb/types/whereFilter.dart... Generating docs for library types/dbResponse.dart from package:appstitch_mongodb/types/dbResponse.dart... Generating docs for library types/writeOptions.dart from package:appstitch_mongodb/types/writeOptions.dart... [8 more lines] ERR: The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. [1519 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 24 issues. Showing the first 2:

WARNING: Unused import: 'package:appstitch_mongodb/types/insertOptions.dart'.

lib/mongodb.dart:6:8

  ╷
6 │ import 'package:appstitch_mongodb/types/insertOptions.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: '../types.dart'.

lib/types/insertOptions.dart:5:8

  ╷
5 │ import '../types.dart';
  │        ^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
appstitch_core ^2.0.0-nullsafety.5 2.0.2 2.0.2
flutter flutter 0.0.0 0.0.0
intl ^0.17.0 0.17.0 0.19.0
json_annotation ^4.0.0 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
asn1lib - 1.5.3 1.5.3
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
encrypt - 5.0.3 5.0.3
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
js - 0.7.1 0.7.1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
pointycastle - 3.9.1 3.9.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
tuple - 2.0.2 2.0.2
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

Try running dart pub upgrade --major-versions intl 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.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.

2
likes
110
pub points
0%
popularity

Publisher

verified publisherappstitch.dev

Appstitch client for MongoDB CRUD operations.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

appstitch_core, flutter, intl, json_annotation

More

Packages that depend on appstitch_mongodb