file_migration_tool 1.0.0 copy "file_migration_tool: ^1.0.0" to clipboard
file_migration_tool: ^1.0.0 copied to clipboard

A CLI tool to migrate Flutter projects (dependencies, lib, assets).

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate file_migration_tool

Use it

The package has the following executables:

$ file_migration_tool

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_migration_tool

With Flutter:

 $ flutter pub add file_migration_tool

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  file_migration_tool: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_migration_tool/file_migration_tool.dart';
1
likes
130
points
128
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to migrate Flutter projects (dependencies, lib, assets).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path, yaml, yaml_edit

More

Packages that depend on file_migration_tool