sqlite_wrapper 0.1.3 copy "sqlite_wrapper: ^0.1.3" to clipboard
sqlite_wrapper: ^0.1.3 copied to clipboard

A simple way to easily use the SQLite library (even in a reactive way)

6
likes
140/ 160
pub points
67%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/stefalda/sqlite_wrapper/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.

failed
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting sqlite_wrapper... Discovering libraries... Linking elements... Precaching local docs for 624878 elements... Initialized dartdoc with 271 libraries Generating docs for library sqlite_wrapper_core.dart from package:sqlite_wrapper/sqlite_wrapper_core.dart... Generating docs for library sqlite_wrapper.dart from package:sqlite_wrapper/sqlite_wrapper.dart... Documented 2 public libraries in 47.4 seconds ERR: warning: sqlite_wrapper has no library level documentation comments from sqlite_wrapper: (file:///tmp/pana_OOGMRZ/lib/sqlite_wrapper_core.dart:1:9) warning: sqlite_wrapper has no library level documentation comments from sqlite_wrapper: (file:///tmp/pana_OOGMRZ/lib/sqlite_wrapper.dart:1:9) error: file already written at "sqlite_wrapper/sqlite_wrapper-library.html" for symbol sqlite_wrapper: (file:///tmp/pana_OOGMRZ/lib/sqlite_wrapper.dart:1:9) conflicting with file already generated by sqlite_wrapper: (file:///tmp/pana_OOGMRZ/lib/sqlite_wrapper_core.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'sqlite_wrapper' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [13 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:sqlite_wrapper/sqlite_wrapper.dart that imports:
  • package:sqlite_wrapper/sqlite_wrapper_core.dart that imports:
  • package:sqlite3/sqlite3.dart that imports:
  • package:sqlite3/src/ffi/api.dart that imports:
  • package:sqlite3/src/ffi/implementation.dart that imports:
  • package:sqlite3/src/ffi/sqlite3.g.dart that imports:
  • dart:ffi
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: 'getUpdatedRows' is deprecated and shouldn't be used. Use updatedRows instead.

lib/sqlite_wrapper_core.dart:139:19

    ╷
139 │         return db.getUpdatedRows();
    │                   ^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/sqlite_wrapper_core.dart

INFO: 'getUpdatedRows' is deprecated and shouldn't be used. Use updatedRows instead.

lib/sqlite_wrapper_core.dart:144:19

    ╷
144 │         return db.getUpdatedRows();
    │                   ^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/sqlite_wrapper_core.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
sqlite3 ^2.4.0 2.4.3 2.4.3
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
ffi - 2.1.2 2.1.2
meta - 1.15.0 1.15.0
path - 1.9.0 1.9.0
web - 0.5.1 0.5.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.22.5, Dart 3.4.1.

Check the analysis log for details.

6
likes
140
pub points
67%
popularity

Publisher

verified publisherbabisoft.com

A simple way to easily use the SQLite library (even in a reactive way)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

sqlite3

More

Packages that depend on sqlite_wrapper