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 7 days ago, and awarded it 115 pub points (of a possible 140):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 126 out of 132 API elements (95.5 %) have documentation comments.
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.dart
that imports:package:fvm/src/utils/fvm_client.dart
that imports:package:fvm/src/utils/logger.dart
that imports:package:io/ansi.dart
that imports:package:io/src/ansi_code.dart
that imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 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 |
---|---|---|---|
args |
^2.3.1 |
2.4.2 | 2.4.2 |
cli_notify |
^0.0.4 |
0.0.4 | 0.0.4 |
cli_util |
^0.3.5 |
0.3.5 | 0.4.0 |
console |
^4.1.0 |
4.1.0 | 4.1.0 |
date_format |
^2.0.6 |
2.0.7 | 2.0.7 |
io |
^1.0.3 |
1.0.4 | 1.0.4 |
meta |
^1.8.0 |
1.10.0 | 1.10.0 |
path |
^1.8.2 |
1.8.3 | 1.8.3 |
process_run |
^0.12.3+2 |
0.12.5+3 | 0.13.1 |
yaml |
^3.1.1 |
3.1.2 | 3.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode |
- | 1.3.1 | 1.3.1 |
collection |
- | 1.18.0 | 1.18.0 |
pub_semver |
- | 2.1.4 | 2.1.4 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
synchronized |
- | 3.1.0 | 3.1.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
tint |
- | 2.0.1 | 2.0.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
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
Analysed with Pana 0.21.36
, Dart 3.1.1
.