scientisst_db 0.1.0 copy "scientisst_db: ^0.1.0" to clipboard
scientisst_db: ^0.1.0 copied to clipboard

outdated

Simple and powerful NoSQL document-based local database.

80/ 160
pub points
8
downloads

We analyzed this package 13 days ago, and awarded it 80 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

2 out of 100 API elements (2.0 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: scientisst_db, scientisst_db.CollectionReference, scientisst_db.CollectionReference.add, scientisst_db.CollectionReference.delete, scientisst_db.CollectionReference.document.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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 does not support platform `Web`.

Because:

  • package:scientisst_db/scientisst_db.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 35 issues. Showing the first 2:

ERROR: The argument type 'bool?' can't be assigned to the parameter type 'bool'.

lib/db/query.dart:45:41

   ╷
45 │       OrderBy(field: field, descending: descending);
   │                                         ^^^^^^^^^^
   ╵

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

ERROR: The named parameter 'parent' is required, but there's no corresponding argument.

lib/files/directory_reference.dart:73:26

   ╷
73 │         (String path) => FileReference._(path: path),
   │                          ^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
path_provider ^2.0.2 2.1.5 2.1.5
watcher ^1.0.0 1.2.0 1.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.2.0
xdg_directories - 1.1.0 1.1.0

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/db/query.dart:45:41 - The argument type 'bool?' can't be assigned to the parameter type 'bool'.
  • MISSING_REQUIRED_ARGUMENT - lib/files/directory_reference.dart:73:26 - The named parameter 'parent' is required, but there's no corresponding argument.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
14
likes
80
points
8
downloads

Publisher

verified publisherscientisst.com

Weekly Downloads

Simple and powerful NoSQL document-based local database.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, path_provider, watcher

More

Packages that depend on scientisst_db