rift 1.0.1
rift: ^1.0.1 copied to clipboard
Rift — The next-generation NoSQL database for Flutter & Dart. Pure Dart, blazing fast, reactive queries, and zero native dependencies.
We analyzed this package 3 days ago, and awarded it 135 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has multiple matching pubspec.yaml with name: rift.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: rift, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected licenses: Apache-2.0, BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
2375 out of 2458 API elements (96.6 %) have documentation comments.
Some symbols that are missing documentation: rift, rift.AggregationPipeline.AggregationPipeline.new, rift.AsyncFieldRule.AsyncFieldRule.new, rift.BinaryReader.BinaryReader.new, rift.BinaryWriter.BinaryWriter.new.
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:rift/rift.dartthat imports:package:rift/src/adapters/extension_type_adapter.dartthat imports:package:rift/src/registry/type_adapter.dartthat imports:package:rift/src/binary/binary_writer.dartthat imports:package:rift/src/object/rift_list.dartthat imports:package:rift/src/object/rift_list_impl.dartthat imports:package:rift/src/rift_impl.dartthat imports:package:rift/src/box/keystore.dartthat imports:package:rift/src/box/box_base_impl.dartthat imports:package:rift/src/wal/wal_manager.dartthat imports:package:rift/src/wal/wal_file.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/box/box_base_impl.dart:490:20
╷
490 │ Never putWithTTL(key, E value, Duration ttl) => throw UnimplementedError();
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/box/box_base_impl.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/codec/rift_codec.dart:16:27
╷
16 │ /// Built-in codec for Map<String, dynamic> (passthrough).
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/codec/rift_codec.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.0 |
3.0.7 | 3.0.7 | |
isolate_channel |
^0.6.0 |
0.6.1 | 0.6.1 | |
json_annotation |
^4.9.0 |
4.12.0 | 4.12.0 | |
meta |
^1.14.0 |
1.18.2 | 1.18.2 | |
web |
>=0.5.0 <2.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.12, Dart 3.12.0.
Check the analysis log for details.