fbdb 1.6.0 copy "fbdb: ^1.6.0" to clipboard
fbdb: ^1.6.0 copied to clipboard

A Firebird SQL database access library for Dart and Flutter.

70/ 160
pub points
159
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: BSD-3-Clause.

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

1531 out of 2825 API elements (54.2 %) have documentation comments.

Some symbols that are missing documentation: fbclient.FbInterface, fbclient.IAttachment, fbclient.IAttachment.IAttachment.new, fbclient.IAttachment.cancelOperation, fbclient.IAttachment.compileRequest.

Passed check 10/10 points: Package has an example and has no issues with screenshots

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 40 issues. Showing the first 2:

ERROR: The binary operator + is not supported as a constant pattern.

lib/src/fbdb/fbdbworker.dart:1417:30

     ╷
1417 │       case FbConsts.SQL_TEXT + 1:
     │                              ^
     ╵

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

ERROR: The binary operator + is not supported as a constant pattern.

lib/src/fbdb/fbdbworker.dart:1421:33

     ╷
1421 │       case FbConsts.SQL_VARYING + 1:
     │                                 ^
     ╵

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

Failed report section
Support up-to-date dependencies
20 / 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
ffi ^2.1.0 2.2.0 2.2.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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 40 errors:

  • INVALID_CONSTANT_PATTERN_BINARY - lib/src/fbdb/fbdbworker.dart:1417:30 - The binary operator + is not supported as a constant pattern.
  • INVALID_CONSTANT_PATTERN_BINARY - lib/src/fbdb/fbdbworker.dart:1421:33 - The binary operator + is not supported as a constant pattern.
  • INVALID_CONSTANT_PATTERN_BINARY - lib/src/fbdb/fbdbworker.dart:1429:31 - The binary operator + is not supported as a constant pattern.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.18, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
17
likes
70
points
159
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisherhipercom.pl

Weekly Downloads

A Firebird SQL database access library for Dart and Flutter.

Repository (GitHub)
View/report issues

Topics

#database #firebird #fbclient

License

BSD-3-Clause (license)

Dependencies

ffi

More

Packages that depend on fbdb