flutter_parse_storage_sembast 1.0.0
flutter_parse_storage_sembast: ^1.0.0 copied to clipboard
The implementation of flutter_parse_storage_interface using sembast.
We analyzed this package 31 hours ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
6 out of 11 API elements (54.5 %) have documentation comments.
Some symbols that are missing documentation: flutter_parse_storage_sembast.FlutterParseStorageSembast.FlutterParseStorageSembast.new, flutter_parse_storage_sembast.FlutterParseStorageSembast.clear, flutter_parse_storage_sembast.FlutterParseStorageSembast.get, flutter_parse_storage_sembast.FlutterParseStorageSembast.isMock, flutter_parse_storage_sembast.FlutterParseStorageSembast.put.
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 10 issues. Showing the first 2:
ERROR: Classes can only extend other classes.
lib/src/interface.dart:6:13
╷
6 │ extends FlutterParseStorageInterface {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/interface.dart
WARNING: The getter doesn't override an inherited getter.
lib/src/interface.dart:22:12
╷
22 │ bool get isMock => false;
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/interface.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_parse_storage_interface |
^1.0.0 |
1.0.2 | 1.0.2 | |
sembast |
^3.1.0+2 |
3.8.6 | 3.8.6 | |
sembast_web |
^2.0.0+2 |
2.4.3 | 2.4.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
idb_shim |
- | 2.7.1+2 | 2.7.1+2 | |
meta |
- | 1.18.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.5, Dart 3.10.7.
Check the analysis log for details.