dartfix 0.1.8 copy "dartfix: ^0.1.8" to clipboard
dartfix: ^0.1.8 copied to clipboard

discontinued

A tool for migrating Dart source to newer versions of the Dart SDK and fixing common issues.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartfix
copied to clipboard

Use it

The package has the following executables:

$ dartfix
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartfix
copied to clipboard

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

dependencies:
  dartfix: ^0.1.8
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:dartfix/handler/analysis_complete_handler.dart';
import 'package:dartfix/listener/bad_message_listener.dart';
import 'package:dartfix/listener/recording_listener.dart';
import 'package:dartfix/listener/timed_listener.dart';
copied to clipboard
7
likes
30
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.20 - 2025.02.01

A tool for migrating Dart source to newer versions of the Dart SDK and fixing common issues.

License

BSD-3-Clause (license)

Dependencies

analysis_server_client, args, cli_util, path, pub_semver

More

Packages that depend on dartfix