rethink_db_ns 0.0.4 copy "rethink_db_ns: ^0.0.4" to clipboard
rethink_db_ns: ^0.0.4 copied to clipboard

This is an unofficial driver for using RethinkDB in Dart and Flutter supporting Null Safety, this driver is based on a fork https://github.com/marceloneppel/rethinkdb

25
likes
90/ 140
pub points
82%
popularity

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

failed
Provide documentation
0 / 20trigger folding of the section

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

62 out of 874 API elements (7.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: rethink_db, rethink_db.Add, rethink_db.Add.Add, rethink_db.Add.tt, rethink_db.AddFunction.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:rethink_db_ns/rethink_db_ns.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 20 issues. Showing the first 2:

WARNING: The operand can't be null, so the condition is always 'false'.

lib/src/ast.dart:280:11

    ╷
280 │     if (c == null) {
    │           ^^^^^^^
    ╵

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

WARNING: The operand can't be null, so the condition is always 'true'.

lib/src/ast.dart:425:24

    ╷
425 │         if (timeFormat != null || timeFormat == 'native') {
    │                        ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/ast.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
convert ^3.0.1 3.1.1 3.1.1
crypto ^3.0.1 3.0.3 3.0.3
fixnum ^1.0.0 1.1.0 1.1.0
pbkdf2ns ^0.0.2 0.0.2 0.0.2
protobuf ^2.0.0 2.1.0 3.1.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.15.0 1.15.0
typed_data - 1.3.2 1.3.2

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

The constraint `^2.0.0` on protobuf does not support the stable version `3.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

25
likes
90
pub points
82%
popularity

Publisher

unverified uploader

This is an unofficial driver for using RethinkDB in Dart and Flutter supporting Null Safety, this driver is based on a fork https://github.com/marceloneppel/rethinkdb

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert, crypto, fixnum, pbkdf2ns, protobuf

More

Packages that depend on rethink_db_ns