flutter_neon 0.1.0+4
flutter_neon: ^0.1.0+4 copied to clipboard
Neon dart package
We analyzed this package 3 days ago, and awarded it 120 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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/ABDERRAHMANE-OUALI/flutter_neon was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/ABDERRAHMANE-OUALI/flutter_neon 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
5 out of 12 API elements (41.7 %) have documentation comments.
Some symbols that are missing documentation: flutter_neon.FlutterNeon.close, flutter_neon.FlutterNeon.connectionUrl, flutter_neon.FlutterNeon.open, flutter_neon.FlutterNeon.pooling, flutter_neon.FlutterNeon.query.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:flutter_neon/flutter_neon.dartthat imports:package:flutter_neon/src/flutter_neon.dartthat imports:package:postgres/postgres.dartthat imports:package:postgres/src/substituter.dartthat imports:package:postgres/src/query.dartthat imports:package:postgres/src/execution_context.dartthat imports:package:postgres/src/connection.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_neon/flutter_neon.dartthat imports:package:flutter_neon/src/flutter_neon.dartthat imports:package:postgres/postgres.dartthat imports:package:postgres/src/substituter.dartthat imports:package:postgres/src/query.dartthat imports:package:postgres/src/execution_context.dartthat imports:package:postgres/src/connection.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Missing documentation for a public member.
lib/src/flutter_neon.dart:28:16
╷
28 │ final String connectionUrl;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/flutter_neon.dart
INFO: Missing documentation for a public member.
lib/src/flutter_neon.dart:29:14
╷
29 │ final bool pooling;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/flutter_neon.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
postgres |
^2.6.3 |
2.6.4 | 3.5.9 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pool |
- | 1.5.2 | 1.5.2 | |
sasl_scram |
- | 0.1.1 | 0.1.1 | |
saslprep |
- | 1.0.3 | 1.0.3 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unorm_dart |
- | 0.3.2 | 0.3.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.6.3` on postgres does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions postgres 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.0, Dart 3.9.4.
Check the analysis log for details.