many 1.0.2
many: ^1.0.2 copied to clipboard
a package that listens to functions periodically.
0
likes
40/ 140
pub points
0%
popularity
We analyzed this package 4 days ago, and awarded it 40 pub points (of a possible 140):
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 60 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: MIT
.
10/10 points: Package has an example
0/10 points: Failed to run dartdoc
- Failed to resolve dependencies.
stdout: MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envNULCST/pub-cache-dirRTSKBA/log/pub_log.txt.
stderr: FINE: Pub 3.0.0
SLVR: fact: many is 1.0.2
SLVR: derived: many
FINE: Using https://pub.dev instead of https://pub.dartlang.org.
SLVR: fact: many depends on shared_preferences ^2.0.13
SLVR: selecting many
SLVR: derived: shared_preferences ^2.0.13
IO : Get versions from https://pub.dev/api/packages/shared_preferences.
IO : HTTP GET https://pub.dev/api/packages/shared_preferences
| Accept: application/vnd.pub.v2+json
| user-agent: Dart pub 3.0.0
IO : Get versions from https://pub.dev/api/packages/shared_preferences_android.
IO : Get versions from https://pub.dev/api/packages/shared_preferences_foundation.
IO : Get versions from https://pub.dev/api/packages/shared_preferences_linux.
IO : Get versions from https://pub.dev/api/packages/shared_preferences_platform[...]
IO : Get versions from https://pub.dev/api/packages/shared_preferences_web.
IO : Get versions from https://pub.dev/api/packages/shared_preferences_windows.
IO : HTTP GET https://pub.dev/api/packages/shared_preferences_android
| Accept: application/vnd.pub.v2+json
| user-agent: Dart pub 3.0.0
[...]
FINE: Exception type: SolveFailure
FINE: package:pub/src/solver/version_solver.dart 329:5 VersionSolver._resolveConflict
| package:pub/src/solver/version_solver.dart 140:27 VersionSolver._propagate
| package:pub/src/solver/version_solver.dart 104:11 VersionSolver.solve.<fn>
| ===== asynchronous gap ===========================
| dart:async Future.catchError
| package:pub/src/utils.dart 113:52 captureErrors.wrappedCallback
| package:stack_trace Chain.capture
| package:pub/src/utils.dart 126:11 captureErrors
| package:pub/src/command.dart 198:13 PubCommand.run
| package:args/command_runner.dart 212:27 CommandRunner.runCommand
| package:dartdev/dartdev.dart 226:30 DartdevRunner.runCommand
| package:args/command_runner.dart 122:25 CommandRunner.run.<fn>
| dart:async new Future.sync
| package:args/command_runner.dart 122:14 CommandRunner.run
| package:dartdev/dartdev.dart 58:29 runDartdev
| /b/s/w/ir/x/w/sdk/pkg/dartdev/bin/dartdev.dart 11:9 main
---- End log transcript ----
IO : Writing 291611 characters to text file /tmp/tool-envNULCST/pub-cache-dirRT[...]
0/20 points: Platform support detection failed
Could not determine supported platforms as package resolution failed.
Run dart pub get
for more information.
0/30 points: code has no errors, warnings, lints, or formatting issues
ERROR: Target of URI doesn't exist: 'package:shared_preferences/shared_preferences.dart'.
lib/many.dart:1:8
╷
1 │ import 'package:shared_preferences/shared_preferences.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/many.dart
ERROR: Undefined name 'SharedPreferences'.
lib/many.dart:15:27
╷
15 │ final prefs = await SharedPreferences.getInstance();
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/many.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run
dart pub outdated
:dart pub get
failed:
OUT:
Resolving dependencies...
ERR:
Because many depends on shared_preferences >=0.4.0 which requires the Flutter SDK, version solving failed.
Flutter users should run `flutter pub get` instead of `dart pub get`.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Unable to detect Dart 3 compatibility
- Failed to analyze Dart 3 compatibilty:
Unable to run pub upgrade.
Because many depends on shared_preferences >=0.4.0 which requires the Flutter SDK, version solving failed.
Flutter users should run `flutter pub get` instead of `dart pub get`.
Analysed with Pana 0.21.32
, Dart 3.0.0
.