drift_crdt 1.0.11
drift_crdt: ^1.0.11 copied to clipboard
A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.
We analyzed this package 33 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/JanezStupar/drift_crdt/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting drift_crdt... Discovering libraries... Linking elements... Precaching local docs for 1272732 elements... Initialized dartdoc with 1444 libraries Generating docs for library drift_crdt.dart from package:drift_crdt/drift_crdt.dart... Generating docs for library lazy_database.dart from package:drift_crdt/lazy_database.dart... Generating docs for library serializable.dart from package:drift_crdt/serializable.dart... Generating docs for library utils.dart from package:drift_crdt/utils.dart... Documented 4 public libraries in 74.8 seconds ERR: warning: unresolved doc reference [s.openDatabase] from drift_crdt.CrdtQueryExecutor.new: (file:///tmp/pana_NYJJHG/lib/drift_crdt.dart:317:3) warning: unresolved doc reference [s.getDatabasesPath()] from drift_crdt.CrdtQueryExecutor.inDatabaseFolder: (file:///tmp/pana_NYJJHG/lib/drift_crdt.dart:353:21) warning: unresolved doc reference [s.openDatabase] from drift_crdt.CrdtQueryExecutor.inDatabaseFolder: (file:///tmp/pana_NYJJHG/lib/drift_crdt.dart:353:21) warning: unresolved doc reference [s.Database] from drift_crdt.CrdtQueryExecutor.sqfliteDb: (file:///tmp/pana_NYJJHG/lib/drift_crdt.dart:378:19) warning: drift_crdt has no library level documentation comments from drift_crdt: (file:///tmp/pana_NYJJHG/lib/lazy_database.dart:1:1) [24 more lines]
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 does not support platform `Web`.
Because:
package:drift_crdt/drift_crdt.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:drift_crdt/drift_crdt.dart
that imports:package:sqlite_crdt/sqlite_crdt.dart
that imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:drift_crdt/drift_crdt.dart
that imports:package:sqlite_crdt/sqlite_crdt.dart
that imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:drift_crdt/drift_crdt.dart
that imports:package:sqlite_crdt/sqlite_crdt.dart
that imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:drift_crdt/drift_crdt.dart
that imports:package:sqlite_crdt/sqlite_crdt.dart
that imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:drift_crdt/drift_crdt.dart
that imports:package:sqlite_crdt/sqlite_crdt.dart
that imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dart
that declares support for platforms:Web
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:drift_crdt/drift_crdt.dart
that imports:package:sqlite_crdt/sqlite_crdt.dart
that imports:package:sqlite_crdt/src/is_web_locator.dart
that imports:package:sqlite_crdt/src/is_web_io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: Missing type annotation.
lib/drift_crdt.dart:136:26
╷
136 │ _CrdtDelegateInMemory({singleInstance = true, migrate = false, creator})
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/drift_crdt.dart
INFO: Missing type annotation.
lib/drift_crdt.dart:136:49
╷
136 │ _CrdtDelegateInMemory({singleInstance = true, migrate = false, creator})
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/drift_crdt.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
drift |
^2.26.0 |
2.28.1 | 2.28.1 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
json_serializable |
^6.2.0 |
6.11.1 | 6.11.1 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
source_span |
^1.10.0 |
1.10.1 | 1.10.1 | |
sqflite |
^2.1.0 |
2.4.2 | 2.4.2 | |
sqflite_common |
^2.5.4+5 |
2.5.6 | 2.5.6 | |
sql_crdt |
^3.0.3 |
3.0.3 | 3.0.3 | |
sqlite_crdt |
^3.0.0 |
3.0.3 | 3.0.3 | |
sqlparser |
^0.41.0 |
0.41.2 | 0.41.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 88.0.0 | 88.0.0 | |
analyzer |
- | 8.1.1 | 8.1.1 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
build |
- | 4.0.0 | 4.0.0 | |
build_config |
- | 1.2.0 | 1.2.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crdt |
- | 5.1.3 | 5.1.3 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dart_style |
- | 3.1.2 | 3.1.2 | |
dev_build |
- | 1.1.2+11 | 1.1.2+11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pool |
- | 1.5.1 | 1.5.1 | |
process_run |
- | 1.2.4 | 1.2.4 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
source_gen |
- | 4.0.1 | 4.0.1 | |
source_helper |
- | 1.3.8 | 1.3.8 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common_ffi |
- | 2.3.6 | 2.3.6 | |
sqflite_common_ffi_web |
- | 1.0.1+1 | 1.0.1+1 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
sqlite3 |
- | 2.9.0 | 2.9.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
watcher |
- | 1.1.3 | 1.1.3 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
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.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.