laconic_mysql 1.1.0
laconic_mysql: ^1.1.0 copied to clipboard
MySQL driver for the Laconic query builder.
We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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.
10/10 points: 20% or more of the public API has dartdoc comments
24 out of 26 API elements (92.3 %) have documentation comments.
Some symbols that are missing documentation: laconic_mysql.MysqlDriver.config, laconic_mysql.MysqlGrammar.MysqlGrammar.new.
10/10 points: Package has an example
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 does not support platform `Web`.
Because:
package:laconic_mysql/laconic_mysql.dartthat imports:package:laconic_mysql/src/mysql_driver.dartthat imports:package:mysql_client/mysql_client.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
laconic |
^2.0.0 |
2.2.0 | 2.2.0 | |
mysql_client |
^0.0.27 |
0.0.27 | 0.0.27 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
buffer |
- | 1.2.3 | 1.2.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
tuple |
- | 2.0.2 | 2.0.2 | |
typed_data |
- | 1.4.0 | 1.4.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 8 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/mysql_driver.dart:88:44- The named parameter 'cause' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/mysql_driver.dart:88:54- The named parameter 'stackTrace' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/mysql_driver.dart:106:44- The named parameter 'cause' isn't defined.
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.9, Dart 3.11.0.
Check the analysis log for details.