my_rename 0.0.2
my_rename: ^0.0.2 copied to clipboard
A flutter package to update versions
We analyzed this package 20 hours ago, and awarded it 105 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.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSL-1.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Resolving dependencies... Downloading packages...
- _fe_analyzer_shared 91.0.0 (was 91.0.0) (92.0.0 available)
- analyzer 8.4.1 (was 8.4.1) (9.0.0 available)
- args 2.7.0 (was 2.7.0)
- async 2.13.0 (was 2.13.0)
- collection 1.19.1 (was 1.19.1)
- convert 3.1.2 (was 3.1.2)
- crypto 3.0.7 (was 3.0.7)
- csslib 1.0.2 (was 1.0.2)
[18 more lines]
ERR:
The current activation of
dartdoccannot resolve to the same set of dependencies.
Try reactivating the package.
flutter pub global activate dartdoc
Failed to update packages.
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/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 65 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/enums.dart:41:7
╷
41 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/enums.dart
WARNING: This default clause is covered by the previous cases.
lib/enums.dart:53:7
╷
53 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/enums.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
logger |
^2.0.2+1 |
2.6.2 | 2.6.2 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.1, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.