entidb 1.0.1 copy "entidb: ^1.0.1" to clipboard
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.

140/ 160
pub points
164
downloads

We analyzed this package 30 hours ago, and awarded it 140 pub points (of a possible 160):

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

Failed check 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:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: entidb,
    • contains a version property, and,
    • does not contain a publish_to property.

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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

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 not compatible with platform Web

Because:

  • package:entidb/entidb.dart that imports:
  • package:entidb/src/authorization/authorization.dart that imports:
  • package:entidb/src/authorization/role_manager.dart that imports:
  • package:entidb/src/query/query.dart that imports:
  • package:entidb/src/query/query_optimizer.dart that imports:
  • package:entidb/src/index/index_manager.dart that imports:
  • package:entidb/src/index/index_persistence.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Passed report section
Support up-to-date dependencies
40 / 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
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.

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

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
140
points
164
downloads

Publisher

unverified uploader

Weekly Downloads

An embedded, entity-based document database for Dart and Flutter with typed collections, indexing, transactions, encryption, and backup support.

Documentation

API reference

License

MIT (license)

Dependencies

bcrypt, cbor, crypto, cryptography, dart_jsonwebtoken, logging, meta, path, synchronized, uuid

More

Packages that depend on entidb