persister 1.0.4
persister: ^1.0.4 copied to clipboard
Persister allows you to increase your performance when using MySql on dart servers, providing an easy API.
We analyzed this package 14 hours ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/raul94a/persister 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
11 out of 26 API elements (42.3 %) have documentation comments.
Some symbols that are missing documentation: persister.JsonDeserializer, persister.JsonDeserializer.deserialize, persister.JsonListDeserializer, persister.ListConcatenation, persister.ListConcatenation.concatenate.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
ERROR: The name 'Results' isn't a type, so it can't be used as a type argument.
lib/src/extensions/extensions.dart:6:38
╷
6 │ extension ResultsParser<T> on Future<Results> {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/extensions/extensions.dart
ERROR: The method 'map' can't be unconditionally invoked because the receiver can be 'null'.
lib/src/extensions/extensions.dart:8:34
╷
8 │ return then((value) => value.map((e) => e.fields).toList());
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/extensions/extensions.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
mysql_manager |
^1.0.3 |
1.1.0 | 1.1.0 |
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 | |
mysql_client |
- | 0.0.27 | 0.0.27 | |
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
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.