appscheme 1.2.0 copy "appscheme: ^1.2.0" to clipboard
appscheme: ^1.2.0 copied to clipboard

Flutter plugin for accepting incoming links - App/Deep Scheme Links (Android), Universal Links and Custom URL schemes (iOS).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appscheme

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

dependencies:
  appscheme: ^1.2.0

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:appscheme/appscheme.dart';
6
likes
140
points
215
downloads

Publisher

verified publisherdsfgx.com

Weekly Downloads

Flutter plugin for accepting incoming links - App/Deep Scheme Links (Android), Universal Links and Custom URL schemes (iOS).

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on appscheme

Packages that implement appscheme