flutter_migrate 0.0.1
flutter_migrate: ^0.0.1 copied to clipboard
A tool to migrate legacy flutter projects to modern versions.
We analyzed this package 15 hours 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
0 out of 0 API elements (100.0 %) have documentation comments.
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/src/base/common.dartthat imports:package:flutter_migrate/src/base/file_system.dartthat imports:package:flutter_migrate/src/base/signals.dartthat imports:package:flutter_migrate/src/base/io.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.18.2 | 1.18.2 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
process |
^4.2.4 |
4.2.4 | 5.0.5 | |
test_api |
^0.4.13 |
0.4.18 | 0.7.12 | |
test_core |
^0.4.17 |
0.4.24 | 0.6.18 | |
vm_service |
^9.3.0 |
9.4.0 | 15.2.0 | |
xml |
^6.1.0 |
6.6.1 | 7.0.1 | |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 100.0.0 | |
analyzer |
- | 5.13.0 | 13.0.0 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
coverage |
- | 1.6.3 | 1.15.0 | |
crypto |
- | 3.0.7 | 3.0.7 | |
frontend_server_client |
- | 3.2.0 | 4.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
io |
- | 1.0.5 | 1.0.5 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.14 | 0.12.20 | |
package_config |
- | 2.2.0 | 2.2.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
pool |
- | 1.5.2 | 1.5.2 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.13 | 0.10.13 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
watcher |
- | 1.2.1 | 1.2.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 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.12, Dart 3.11.5.
Check the analysis log for details.