flutter_migrate 0.1.0
flutter_migrate: ^0.1.0 copied to clipboard
A tool to migrate legacy flutter projects to modern versions.
We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: flutter_migrate.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: flutter_migrate, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/flutter/packages/tree/main/packages/flutter_migrate was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
15 out of 18 API elements (83.3 %) have documentation comments.
Some symbols that are missing documentation: executable, executable.MigrateCommandRunner.MigrateCommandRunner.new, executable.main.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:flutter_migrate/executable.dartthat imports:package:flutter_migrate/src/commands/status.dartthat imports:package:flutter_migrate/src/utils.dartthat imports:package:flutter_migrate/src/base/terminal.dartthat imports:package:flutter_migrate/src/base/logger.dartthat imports:package:flutter_migrate/src/base/io.dartthat imports:package:flutter_migrate/src/base/common.dartthat imports:package:flutter_migrate/src/base/file_system.dartthat imports:package:flutter_migrate/src/base/signals.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/base/logger.dart:711:37
╷
711 │ assert(progressIndicatorPadding != null);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/base/logger.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/base/logger.dart:986:18
╷
986 │ assert(timer != null);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/base/logger.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 | |
convert |
^3.0.2 |
3.1.2 | 3.1.2 | |
file |
^6.1.4 |
6.1.4 | 7.0.1 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
meta |
^1.8.0 |
1.17.0 | 1.17.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
process |
^4.2.4 |
4.2.4 | 5.0.5 | |
vm_service |
^9.3.0 |
9.4.0 | 15.0.2 | |
xml |
^6.1.0 |
6.6.1 | 6.6.1 | |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^6.1.4` on file does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions file to update the constraint.
The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl 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.3, Dart 3.10.4.
Check the analysis log for details.