ffi_url_launcher 0.1.1
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_launcherWith Flutter:
$ flutter pub add ffi_url_launcherThis 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.1Alternatively, 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';