entidb 1.0.1
entidb: ^1.0.1 copied to clipboard
An embedded, entity-based document database for Dart and Flutter with typed collections, indexing, transactions, encryption, and backup support.
We analyzed this package 30 hours ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: entidb.
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: entidb, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
1656 out of 1683 API elements (98.4 %) have documentation comments.
Some symbols that are missing documentation: entidb.Permissions.adminAll, entidb.Permissions.backupCreate, entidb.Permissions.backupManage, entidb.Permissions.backupRead, entidb.Permissions.collectionAll.
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:entidb/entidb.dartthat imports:package:entidb/src/authorization/authorization.dartthat imports:package:entidb/src/authorization/role_manager.dartthat imports:package:entidb/src/query/query.dartthat imports:package:entidb/src/query/query_optimizer.dartthat imports:package:entidb/src/index/index_manager.dartthat imports:package:entidb/src/index/index_persistence.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'StorageStats' is deprecated and shouldn't be used. Use StorageStatistics instead.
lib/src/backup/backup.dart:160:58
╷
160 │ export 'storage_statistics.dart' show StorageStatistics, StorageStats;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/backup/backup.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bcrypt |
^1.1.3 |
1.2.0 | 1.2.0 | |
cbor |
^6.3.7 |
6.3.7 | 6.3.7 | |
crypto |
^3.0.7 |
3.0.7 | 3.0.7 | |
cryptography |
^2.7.0 |
2.9.0 | 2.9.0 | |
dart_jsonwebtoken |
>=2.16.0 <4.0.0 |
3.3.1 | 3.3.1 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
meta |
^1.16.0 |
1.17.0 | 1.17.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
synchronized |
^3.4.0 |
3.4.0 | 3.4.0 | |
uuid |
^4.5.2 |
4.5.2 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adaptive_number |
- | 1.0.0 | 1.0.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
ed25519_edwards |
- | 0.3.1 | 0.3.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
hex |
- | 0.2.0 | 0.2.0 | |
ieee754 |
- | 1.0.3 | 1.0.3 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
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.3, Dart 3.10.4.
Check the analysis log for details.