stash_cbl 5.2.0
stash_cbl: ^5.2.0 copied to clipboard
Couchbase Lite storage extension for the stash API. Provides support to store vaults and caches in a Couchbase Lite database.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
29 out of 41 API elements (70.7 %) have documentation comments.
Some symbols that are missing documentation: stash_cbl, stash_cbl.CblAdapter.close, stash_cbl.CblAdapter.create, stash_cbl.CblAdapter.database, stash_cbl.CblAdapter.delete.
10/10 points: Package has an example
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:stash_cbl/stash_cbl.dartthat imports:package:stash_cbl/src/cbl/cbl_store.dartthat imports:package:stash_cbl/src/cbl/cbl_adapter.dartthat imports:package:cbl/cbl.dartthat imports:package:cbl/src/typed_data.dartthat imports:package:cbl/src/typed_data/helpers.dartthat imports:package:cbl/src/typed_data/conversion.dartthat imports:package:cbl/src/typed_data/collection.dartthat imports:package:cbl/src/errors.dartthat imports:package:cbl/src/service/channel.dartthat imports:package:cbl/src/service/serialization/serialization_codec.dartthat imports:package:cbl/src/service/serialization/serialization.dartthat imports:package:cbl_ffi/cbl_ffi.dartthat imports:package:cbl_ffi/src/utils.dartthat imports:package:cbl_ffi/src/slice.dartthat imports:package:cbl_ffi/src/global.dartthat imports:package:cbl_ffi/src/fleece.dartthat imports:package:cbl_ffi/src/data.dartthat imports:dart:isolate
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/cbl/cbl_store.dart:16:12
╷
16 │ /// Map<String, dynamic>` representation to a binary representation.
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cbl/cbl_store.dart
INFO: Angle brackets will be interpreted as HTML.
lib/stash_cbl.dart:15:62
╷
15 │ /// * [codec]: The [StoreCodec] used to convert to/from a Map<String, dynamic>`
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/stash_cbl.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cbl |
^2.2.2 |
2.2.2 | 3.6.0+2 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
stash |
^5.2.0 |
5.2.0 | 5.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
cbl_ffi |
- | 0.8.2+1 | 0.8.2+1 | |
cbl_libcblite_api |
- | 3.2.4 | 3.2.4 | |
cbl_libcblitedart_api |
- | 6.0.0 | 12.0.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
equatable |
- | 2.0.8 | 2.0.8 | |
ffi |
- | 2.1.5 | 2.1.5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
web |
- | 0.5.1 | 1.1.1 | |
web_socket_channel |
- | 2.4.5 | 3.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.2.2` on cbl does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions cbl 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.5, Dart 3.10.7.
Check the analysis log for details.