fvm 2.4.1
fvm: ^2.4.1 copied to clipboard
A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions.
We analyzed this package 2 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:87:20
╷
87 │ <td align="center"><a href="http://thorgalle.me"><img src="https://avatars.githubusercontent.com/u/11543641?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Thor Galle</b></sub></a><br /><a href="https://github.com/fluttertools/fvm/commits?author=th0rgall" title="Documentation">📖</a></td>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
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
118 out of 122 API elements (96.7 %) have documentation comments.
Some symbols that are missing documentation: constants, exceptions, fvm, fvm.FVMClient.FVMClient.new.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:fvm/fvm.dartthat imports:package:fvm/src/utils/fvm_client.dartthat imports:package:fvm/src/utils/logger.dartthat imports:package:io/ansi.dartthat imports:package:io/src/ansi_code.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The declaration '_architecture' isn't referenced.
lib/src/services/releases_service/current_release_parser.dart:70:8
╷
70 │ String _architecture() {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/services/releases_service/current_release_parser.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.3.1 |
2.7.0 | 2.7.0 | |
cli_notify |
^0.0.4 |
0.0.4 | 0.0.4 | |
cli_util |
^0.3.5 |
0.3.5 | 0.5.1 | |
console |
^4.1.0 |
4.1.0 | 4.1.0 | |
date_format |
^2.0.6 |
2.0.9 | 2.0.9 | |
io |
^1.0.3 |
1.0.5 | 1.0.5 | |
meta |
^1.8.0 |
1.18.3 | 1.18.3 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
process_run |
^0.12.3+2 |
0.12.5+3 | 1.3.4 | |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.1 | 3.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
tint |
- | 2.0.1 | 2.0.1 | |
vector_math |
- | 2.4.0 | 2.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.3.5` on cli_util does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions cli_util to update the constraint.
The constraint `^0.12.3+2` on process_run does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions process_run to update the constraint.
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.12, Dart 3.12.1.
Check the analysis log for details.