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

outdated

A plugin to get URL Scheme when the app is launched by another app via URL Scheme calling.

flutter_applaunch #

A Flutter package that can retrive the URL Scheme parameters from app launch options.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

Example:

Map<dynamic, dynamic> scheme = await applaunchPlugin.getAppLaunchURLScheme(); setState(() { print("FlutterApplaunchPlugin -- App is launched by URL Scheme: $scheme"); });

the scheme contains 2 keys: - url: the url scheme that launch the app - source (optional): the scheme of source application which calls the scheme the app (if exists)

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A plugin to get URL Scheme when the app is launched by another app via URL Scheme calling.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_applaunch