sql_utilities 0.0.2
sql_utilities: ^0.0.2 copied to clipboard
A library of helpers for manipulating/generating sql strings
We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://bitbucket.org/cstep/sql_utilities was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://bitbucket.org/cstep/sql_utilities.git 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
1 out of 58 API elements (1.7 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: sql_utilities, sql_utilities.MySqlKeyword, sql_utilities.MySqlKeyword.MySqlKeyword.DEFAULT, sql_utilities.MySqlKeyword.NULL, sql_utilities.MySqlUtils.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Android
Because:
package:sql_utilities/sql_utilities.dartthat imports:package:sql_utilities/src/PostgresUtils.dartthat imports:package:sql_utilities/src/helpers/TypeUtils.dartthat imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:sql_utilities/sql_utilities.dartthat imports:package:sql_utilities/src/PostgresUtils.dartthat imports:package:sql_utilities/src/helpers/TypeUtils.dartthat imports:dart:mirrors
Package not compatible with platform Web
Because:
package:sql_utilities/sql_utilities.dartthat imports:package:sql_utilities/src/PostgresUtils.dartthat imports:package:sql_utilities/src/helpers/TypeUtils.dartthat imports:dart:mirrors
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 40 issues. Showing the first 2:
WARNING: The generic type 'Iterable
lib/src/MySqlUtils.dart:7:26
╷
7 │ static String inClause(Iterable values, [SqlOnEmptyInClause onEmpty = SqlOnEmptyInClause.MATCHNULL]) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/MySqlUtils.dart
WARNING: The generic type 'Iterable
lib/src/MySqlUtils.dart:24:30
╷
24 │ static String bindInClause(Iterable values, List bindings, [SqlOnEmptyInClause onEmpty = SqlOnEmptyInClause.MATCHNULL]) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/MySqlUtils.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
protobuf |
^2.0.0 |
2.1.0 | 6.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
meta |
- | 1.19.0 | 1.19.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.0` on protobuf does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions protobuf to update the constraint.
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.19, Dart 3.13.1.
Check the analysis log for details.