织梦CMS - 轻松建站从此开始!

欧博ABG官网-欧博官方网址-会员登入

Flutter package

时间:2024-07-28 13:09来源: 作者:admin 点击: 10 次
Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter (desktop included).

Android App Links, Deep Links, iOS Universal Links and Custom URL schemes handler (desktop included linux, macOS, Windows).

This plugin allows you to:

catch HTTPS URLs to open your app instead of the browser (App Link / Universal Link).

catch custom schemes to open your app (Deep Link / Custom URL scheme).

Getting Started

Before using the plugin, you'll need to setup each platform you target.

All those configurations below are also accessible in the example project.

AppLinks usage

Please, ensure to instantiate AppLinks early in your app to catch the very first link when the app is in cold state.

final _appLinks = AppLinks(); // AppLinks is singleton // Subscribe to all events (initial link and further) _appLinks.uriLinkStream.listen((uri) { // Do something (navigation, ...) });

(责任编辑:)
------分隔线----------------------------
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 验证码:
发布者资料
查看详细资料 发送留言 加为好友 用户等级: 注册时间:2024-09-19 09:09 最后登录:2024-09-19 09:09
栏目列表
推荐内容