dart_sql 0.0.7
dart_sql: ^0.0.7 copied to clipboard
A declarative front end for SQL libries like moor:ffi that enables you to construct SQL queries using Dart syntax.
We analyzed this package on Mar 4, 2021, and awarded it 80 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://aeyrium.com
was unreachable.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 0 out of 44 API elements (0.0 %) 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.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: Unused import: 'package:dart_sql/src/sql_into.dart'.
lib/src/sql_update_query.dart:1:8
╷
1 │ import 'package:dart_sql/src/sql_into.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/sql_update_query.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.3
,
Dart 2.12.0
.