xdatabase 1.0.9
xdatabase: ^1.0.9 copied to clipboard
A starting point for Dart libraries or applications.
We analyzed this package 10 days ago, and awarded it 95 pub points (of a possible 140):
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 60 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:11:49
╷
11 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0
.
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 1 out of 243 API elements (0.4 %) 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 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:xdatabase/xdatabase.dart
that imports:package:xdatabase/src/xdatabase_base.dart
that imports:package:xdatabase/src/connection_pool.dart
that imports:package:postgres/postgres.dart
that imports:package:postgres/src/substituter.dart
that imports:package:postgres/src/query.dart
that imports:package:postgres/src/execution_context.dart
that imports:package:postgres/src/connection.dart
that imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: This function has a nullable return type of 'FutureOr
lib/src/mapper.dart:158:14
╷
158 │ Future<T?> byPrimary(Bean<T> obj) async {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/mapper.dart
WARNING: This function has a nullable return type of 'TableDeclaration?', but ends without returning a value.
lib/src/xdatabase_base.dart:87:21
╷
87 │ TableDeclaration? byTable(String className) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/xdatabase_base.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
path |
any |
1.8.3 | 1.8.3 |
postgres |
any |
2.6.2 | 2.6.2 |
uuid |
any |
4.0.0 | 4.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
buffer |
- | 1.2.0 | 1.2.0 |
charcode |
- | 1.3.1 | 1.3.1 |
collection |
- | 1.18.0 | 1.18.0 |
crypto |
- | 3.0.3 | 3.0.3 |
meta |
- | 1.10.0 | 1.10.0 |
pedantic |
- | 1.11.1 | 1.11.1 |
pool |
- | 1.5.1 | 1.5.1 |
sasl_scram |
- | 0.1.1 | 0.1.1 |
saslprep |
- | 1.0.2 | 1.0.2 |
sprintf |
- | 7.0.0 | 7.0.0 |
stack_trace |
- | 1.11.1 | 1.11.1 |
stream_channel |
- | 2.1.2 | 2.1.2 |
typed_data |
- | 1.3.2 | 1.3.2 |
unorm_dart |
- | 0.2.0 | 0.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
Analysed with Pana 0.21.36
, Dart 3.1.1
.