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 7 hours ago, and awarded it 120 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: 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 10 issues. Showing the first 2:
WARNING: Unnecessary cast.
lib/src/helpers/TypeUtils.dart:26:18
╷
26 │ value = (value as String).trim();
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/helpers/TypeUtils.dart
INFO: The file name 'MySqlUtils.dart' isn't a lower_case_with_underscores identifier.
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.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
meta |
- | 1.18.1 | 1.18.1 |
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.8, Dart 3.10.7.
Check the analysis log for details.