easy_idb 1.0.0
easy_idb: ^1.0.0 copied to clipboard
Simplified abstraction layer on idb_shim
We analyzed this package 37 hours ago, and awarded it 130 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.
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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting easy_idb... Discovering libraries... ERR: dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: Null check operator used on a null value #0 LibraryManifestBuilder._getInterfaceElementMemberId (package:analyzer/src/fine/library_manifest.dart:1585) #1 LibraryManifestBuilder._fillInterfaceElementInterface.
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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:idb_shim/idb.dart' is unnecessary because all of the used elements are also provided by the import of 'package:idb_shim/idb_io.dart'.
lib/src/native_factory.dart:1:8
╷
1 │ import 'package:idb_shim/idb.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/native_factory.dart
INFO: The import of 'package:idb_shim/idb.dart' is unnecessary because all of the used elements are also provided by the import of 'package:idb_shim/idb_browser.dart'.
lib/src/web_factory.dart:1:8
╷
1 │ import 'package:idb_shim/idb.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/web_factory.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
idb_shim |
^2.0.1+1 |
2.8.2+4 | 2.8.2+4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
sembast |
- | 3.8.6 | 3.8.6 | |
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.10, Dart 3.11.0.
Check the analysis log for details.