forked from orevial/uni_links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
36 lines (32 loc) · 917 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: uni_links
description: Flutter plugin for accepting incoming links - App/Deep Links (Android), Universal Links and Custom URL schemes (iOS).
version: 0.5.0
homepage: https://github.com/avioli/uni_links/tree/master/uni_links
dependencies:
flutter:
sdk: flutter
uni_links_platform_interface:
git:
url: https://github.com/orevial/uni_links.git
ref: null-safety-migration-local-git-repo
path: uni_links_platform_interface
uni_links_web:
git:
url: https://github.com/orevial/uni_links.git
ref: null-safety-migration-local-git-repo
path: uni_links_web
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.0
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.1 <3.0.0"
flutter:
plugin:
platforms:
android:
package: name.avioli.unilinks
pluginClass: UniLinksPlugin
ios:
pluginClass: UniLinksPlugin