import_path 1.1.1 copy "import_path: ^1.1.1" to clipboard
import_path: ^1.1.1 copied to clipboard

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
130
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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, package_config, path

More

Packages that depend on import_path