quds_db 0.0.6+6 copy "quds_db: ^0.0.6+6" to clipboard
quds_db: ^0.0.6+6 copied to clipboard

A sqflite expansion package that simplifies creating databases and tables, crud operations, queries with modelization

140/ 160
pub points
4
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://www.alrazysoft.com was unreachable. Make sure that the website is reachable via HEAD requests.

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: Apache-2.0.

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

411 out of 447 API elements (91.9 %) have documentation comments.

Some symbols that are missing documentation: constant, database_factory_ffi, database_operations, database_tracker, env_utils.

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 does not support platform `Web`.

Because:

  • package:quds_db/quds_db.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
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

Found 16 issues. Showing the first 2:

INFO: The member 'abs' overrides an inherited member but isn't annotated with '@override'.

lib/quds_db/db_fields/double_field.dart:57:15

   ╷
57 │   DoubleField abs() {
   │               ^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/quds_db/db_fields/double_field.dart

INFO: Missing type annotation.

lib/quds_db/db_fields/num_field.dart:40:26

   ╷
40 │   ConditionQuery between(min, max) {
   │                          ^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/quds_db/db_fields/num_field.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
meta ^1.10.0 1.17.0 1.17.0
path ^1.8.0 1.9.1 1.9.1
path_provider ^2.0.4 2.1.5 2.1.5
sqflite_common ^2.5.3 2.5.6 2.5.6
sqlite3 ^2.3.0 2.9.4 3.1.1
sqlite3_flutter_libs ^0.5.20 0.5.41 0.5.41
synchronized ^3.0.0 3.4.0 3.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
material_color_utilities - 0.11.1 0.13.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^2.3.0` on sqlite3 does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions sqlite3 to update the constraint.

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:
33
likes
140
points
4
downloads

Publisher

verified publisherquds.cc

Weekly Downloads

A sqflite expansion package that simplifies creating databases and tables, crud operations, queries with modelization

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

meta, path, path_provider, sqflite_common, sqlite3, sqlite3_flutter_libs, synchronized

More

Packages that depend on quds_db