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 10 hours ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ap%3A%20flutter_migrate
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: flutter_migrate
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
packages/flutter_migrate/pubspec.yaml
from the repository defines publish_to
, thus, we are unable to verify the package is published from here.
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.dart
that imports:package:flutter_migrate/src/base/file_system.dart
that imports:package:flutter_migrate/src/base/signals.dart
that imports:package:flutter_migrate/src/base/io.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_migrate/src/base/common.dart
that imports:package:flutter_migrate/src/base/file_system.dart
that imports:package:flutter_migrate/src/base/signals.dart
that imports:package:flutter_migrate/src/base/io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
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 |
---|---|---|---|
args |
^2.3.1 |
2.6.0 | 2.6.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.1 |
meta |
^1.8.0 |
1.16.0 | 1.16.0 |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
process |
^4.2.4 |
4.2.4 | 5.0.3 |
test_api |
^0.4.13 |
0.4.18 | 0.7.4 |
test_core |
^0.4.17 |
0.4.24 | 0.6.8 |
vm_service |
^9.3.0 |
9.4.0 | 15.0.0 |
xml |
^6.1.0 |
6.5.0 | 6.5.0 |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 78.0.0 |
analyzer |
- | 5.13.0 | 7.1.0 |
async |
- | 2.12.0 | 2.12.0 |
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.11.1 |
crypto |
- | 3.0.6 | 3.0.6 |
frontend_server_client |
- | 3.2.0 | 4.0.0 |
glob |
- | 2.1.2 | 2.1.2 |
io |
- | 1.0.5 | 1.0.5 |
logging |
- | 1.3.0 | 1.3.0 |
matcher |
- | 0.12.14 | 0.12.17 |
package_config |
- | 2.1.1 | 2.1.1 |
petitparser |
- | 6.0.2 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
pool |
- | 1.5.1 | 1.5.1 |
pub_semver |
- | 2.1.5 | 2.1.5 |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 |
source_maps |
- | 0.10.13 | 0.10.13 |
source_span |
- | 1.10.1 | 1.10.1 |
stack_trace |
- | 1.12.1 | 1.12.1 |
stream_channel |
- | 2.1.3 | 2.1.3 |
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.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 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.22.17
, Dart 3.6.0
.
Check the analysis log for details.