disposable_resource_management 1.0.0
disposable_resource_management: ^1.0.0 copied to clipboard
Provides base types and utilities for managing the loading and disposal of resources.
We analyzed this package 2 days ago, and awarded it 80 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
41 out of 44 API elements (93.2 %) have documentation comments.
Some symbols that are missing documentation: disposable_resource_management.AsyncDisposableMixin.AsyncDisposableMixin.new, disposable_resource_management.AsyncResourceManager.loadReleaseLock, disposable_resource_management.DisposableMixin.DisposableMixin.new.
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
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: This requires the experimental 'variance' language feature to be enabled.
lib/src/async/async_resource_manager.dart:8:28
╷
8 │ class AsyncResourceManager<inout T> {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/async/async_resource_manager.dart
ERROR: This requires the experimental 'variance' language feature to be enabled.
lib/src/sync/resource_manager.dart:7:23
╷
7 │ class ResourceManager<inout T> {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/sync/resource_manager.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.17.0 |
1.18.1 | 1.18.1 | |
synchronized |
^3.4.0 |
3.4.0 | 3.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
EXPERIMENT_NOT_ENABLED_OFF_BY_DEFAULT-lib/src/async/async_resource_manager.dart:8:28- This requires the experimental 'variance' language feature to be enabled.EXPERIMENT_NOT_ENABLED_OFF_BY_DEFAULT-lib/src/sync/resource_manager.dart:7:23- This requires the experimental 'variance' language feature to be enabled.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.9, Dart 3.10.8.
Check the analysis log for details.