datahub 0.16.5
datahub: ^0.16.5 copied to clipboard
DataHub is a Cloud Development Ecosystem aiming to bring the power of Dart into the Cloud.
3
likes
50/ 160
pub points
1.19k
downloads
We analyzed this package 2 days ago, and awarded it 50 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
Dependency resolution failed, unable to run dartdoc.
10/10 points: Package has an example
0/20 points: Platform support detection failed
Could not determine supported platforms as package resolution failed.
Run dart pub get for more information.
0/50 points: code has no errors, warnings, lints, or formatting issues
- Running
dart pub outdatedfailed with the following output:
Exceeded timeout of 0:02:00.000000
0/10 points: All of the package dependencies are supported in the latest version
- Could not run
dart pub outdated:dart pub getfailed:
OUT:
Resolving dependencies...
Downloading packages...
+ _fe_analyzer_shared 100.0.0
+ analyzer 13.0.0
+ args 2.7.0
+ async 2.13.1
+ boolean_selector 2.1.2
+ boost 1.8.10 (2.0.0 available)
+ buffer 1.2.3
+ charcode 1.4.0
[61 more lines]
ERR:
Exceeded timeout of 0:02:00.000000
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 3 errors:
INVALID_OVERRIDE-lib/src/hub/collection_object.dart:43:23- 'CollectionObjectTransferBean.toObject' ('CollectionObjectARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/hub/collection_object.dart:50:11- The argument type 'T Function(dynamic)' can't be assigned to the parameter type 'dynamic Function(dynamic, String?)'.INVALID_OVERRIDE-lib/src/hub/collection_size.dart:29:18- 'CollectionSizeTransferBean.toObject' ('CollectionSize Function(Map<String, dynamic>)') isn't a valid override of 'TransferBean.toObject' ('CollectionSize Function(Map<String, dynamic>, {String? name})').
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.12, Dart 3.11.5.
Check the analysis log for details.