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
90/ 140
pub points
0%
popularity

We analyzed this package 8 hours ago, and awarded it 90 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: 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 138760 elements... Initialized dartdoc with 428 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/writeOptions.dart from package:appstitch_mongodb/types/writeOptions.dart... Generating docs for library types/query.dart from package:appstitch_mongodb/types/query.dart... Generating docs for library types/insertOptions.dart from package:appstitch_mongodb/types/insertOptions.dart... [8 more lines] ERR: warning: appstitch_mongodb has no library level documentation comments from appstitch_mongodb: (file:///tmp/pana_OPODCH/lib/mongodb.dart:1:9) warning: appstitch_mongodb has no library level documentation comments from appstitch_mongodb: (file:///tmp/pana_OPODCH/lib/types/writeOptions.dart:1:9) error: file already written at "appstitch_mongodb/appstitch_mongodb-library.html" for symbol appstitch_mongodb: (file:///tmp/pana_OPODCH/lib/types/writeOptions.dart:1:9) conflicting with file already generated by appstitch_mongodb: (file:///tmp/pana_OPODCH/lib/mongodb.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'appstitch_mongodb' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [69 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
10 / 20trigger 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.11.1
meta - 1.11.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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

2
likes
90
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