fix_flutter_deprecations 0.1.2 copy "fix_flutter_deprecations: ^0.1.2" to clipboard
fix_flutter_deprecations: ^0.1.2 copied to clipboard

A powerful and extensible Dart CLI tool that automatically fixes Flutter deprecations in your codebase

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fix_flutter_deprecations

Use it

The package has the following executables:

$ fix_deprecations

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fix_flutter_deprecations

With Flutter:

 $ flutter pub add fix_flutter_deprecations

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

dependencies:
  fix_flutter_deprecations: ^0.1.2

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:fix_flutter_deprecations/fix_flutter_deprecations.dart';
1
likes
160
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful and extensible Dart CLI tool that automatically fixes Flutter deprecations in your codebase

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, cli_completion, equatable, mason_logger, meta, path, pub_updater

More

Packages that depend on fix_flutter_deprecations