url_launcher 6.0.0-nullsafety copy "url_launcher: ^6.0.0-nullsafety" to clipboard
url_launcher: ^6.0.0-nullsafety copied to clipboard

outdated

Flutter plugin for launching a URL on Android and iOS. Supports web, phone, SMS, and email schemes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add url_launcher
copied to clipboard

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

dependencies:
  url_launcher: ^6.0.0-nullsafety
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:url_launcher/url_launcher.dart';
copied to clipboard
7.85k
likes
0
points
3.4M
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.09.17 - 2025.04.01

Flutter plugin for launching a URL on Android and iOS. Supports web, phone, SMS, and email schemes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, url_launcher_linux, url_launcher_macos, url_launcher_platform_interface, url_launcher_windows

More

Packages that depend on url_launcher