resolve_windows_shortcut 2.0.0 copy "resolve_windows_shortcut: ^2.0.0" to clipboard
resolve_windows_shortcut: ^2.0.0 copied to clipboard

Resolve target paths of Windows Shortcut (.lnk) files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add resolve_windows_shortcut

With Flutter:

 $ flutter pub add resolve_windows_shortcut

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

dependencies:
  resolve_windows_shortcut: ^2.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:resolve_windows_shortcut/resolve_windows_shortcut.dart';
1
likes
130
points
1.24k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Resolve target paths of Windows Shortcut (.lnk) files.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on resolve_windows_shortcut