app_path 0.0.1 copy "app_path: ^0.0.1" to clipboard
app_path: ^0.0.1 copied to clipboard

PlatformmacOS

Find application path

app_path #

Get application path

Usage #

import 'package:app_path/app_path.dart';

main() {
    final appPathPlugin = AppPath();
    String path = ""
    try {
      path = await appPathPlugin.getAppPath("com.dlient.macos") ?? '';
    } on PlatformException {
      path = '';
    }
}
0
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Find application path

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_path