import_path 1.0.0+1 copy "import_path: ^1.0.0+1" to clipboard
import_path: ^1.0.0+1 copied to clipboard

outdated

A tool to find the shortest import path from one dart file to another.

example/example.dart

import 'dart:io';

void main() async {
  var result = await Process.run('pub', [
    'run',
    'import_path',
    'bin/import_path.dart',
    'package:analyzer/dart/ast/ast.dart'
  ]);
  print(result.stdout);
}
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A tool to find the shortest import path from one dart file to another.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, package_config

More

Packages that depend on import_path