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

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: #

final FlutterApplaunchPlugin applaunchPlugin = new FlutterApplaunchPlugin();

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

The return value '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
30
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