flutter_migrate 0.1.0 copy "flutter_migrate: ^0.1.0" to clipboard
flutter_migrate: ^0.1.0 copied to clipboard

A tool to migrate legacy flutter projects to modern versions.

20
likes
110/ 160
pub points
69
downloads

We analyzed this package 4 days ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

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.

packages/flutter_migrate/pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:flutter_migrate/src/commands/status.dart that imports:
  • package:flutter_migrate/src/utils.dart that imports:
  • package:flutter_migrate/src/base/terminal.dart that imports:
  • package:flutter_migrate/src/base/logger.dart that imports:
  • package:flutter_migrate/src/base/io.dart that imports:
  • 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:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_migrate/executable.dart that imports:
  • package:flutter_migrate/src/commands/status.dart that imports:
  • package:flutter_migrate/src/utils.dart that imports:
  • package:flutter_migrate/src/base/terminal.dart that imports:
  • package:flutter_migrate/src/base/logger.dart that imports:
  • package:flutter_migrate/src/base/io.dart that imports:
  • 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:
  • 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

711assert(progressIndicatorPadding != null);
    │                                     ^^^^^^^
    ╵
copied to clipboard

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

986assert(timer != null);
    │                  ^^^^^^^
    ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/base/logger.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.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
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 Notes
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
petitparser - 6.1.0 6.1.0
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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 23Jul 21Aug 18Sep 15Oct 13Nov 10Dec 8Jan 5Feb 2Mar 205101520253035404550>=0.0.0-0 <1.0.0
20
likes
110
points
69
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.09.07 - 2025.03.22

A tool to migrate legacy flutter projects to modern versions.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, convert, file, intl, meta, path, process, vm_service, xml, yaml

More

Packages that depend on flutter_migrate