fbdb 1.6.0
fbdb: ^1.6.0 copied to clipboard
A Firebird SQL database access library for Dart and Flutter.
We analyzed this package 2 hours ago, and awarded it 70 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: BSD-3-Clause.
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.
10/10 points: Package has an example and has no issues with screenshots
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
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.
