quds_db_sqlite 0.0.6
quds_db_sqlite: ^0.0.6 copied to clipboard
SQLite adapter for quds_db_interface package. Provides complete SQL implementation using sqflite for Flutter and sqflite_common_ffi for desktop testing.
We analyzed this package 4 days ago, and awarded it 90 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
501 out of 575 API elements (87.1 %) have documentation comments.
Some symbols that are missing documentation: quds_db_sqlite, quds_db_sqlite.AggregateFunction.sqlName, quds_db_sqlite.AggregateQueryBuilder.AggregateQueryBuilder.new, quds_db_sqlite.AppliedMigration.AppliedMigration.new, quds_db_sqlite.AppliedMigration.appliedAt.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Missing concrete implementation of 'getter DatabaseConnection.migrations'.
lib/src/adapters/sqlite_database_connection.dart:7:7
╷
7 │ class SqliteDatabaseConnection implements DatabaseConnection {
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/adapters/sqlite_database_connection.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
quds_db_interface |
^0.0.4 |
0.0.5 | 0.0.5 | |
sqflite |
^2.3.0 |
2.4.3 | 2.4.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
sqflite_android |
- | 2.4.3 | 2.4.3 | |
sqflite_common |
- | 2.5.11 | 2.5.11 | |
sqflite_darwin |
- | 2.4.3+1 | 2.4.3+1 | |
sqflite_platform_interface |
- | 2.4.1 | 2.4.1 | |
synchronized |
- | 3.4.1+1 | 3.4.1+1 | |
vector_math |
- | 2.2.0 | 2.4.1 |
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.14, Dart 3.12.2.
Check the analysis log for details.