ffi_url_launcher 0.1.1 copy "ffi_url_launcher: ^0.1.1" to clipboard
ffi_url_launcher: ^0.1.1 copied to clipboard

Open a URL in the system's registered handler on Windows and macOS. Pure Dart, with no Flutter dependency and no native sources to compile.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ffi_url_launcher

With Flutter:

 $ flutter pub add ffi_url_launcher

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

dependencies:
  ffi_url_launcher: ^0.1.1

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:ffi_url_launcher/ffi_url_launcher.dart';
0
likes
160
points
164
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Open a URL in the system's registered handler on Windows and macOS. Pure Dart, with no Flutter dependency and no native sources to compile.

Repository (GitHub)
View/report issues

Topics

#url-launcher #ffi #windows #macos #desktop

License

MIT (license)

Dependencies

ffi

More

Packages that depend on ffi_url_launcher