此问题在此处已有答案:
How to launch Amazon app using product link in flutter?(1个答案)
21小时前关门了。
我想在我的flutter应用程序中添加亚马逊会员链接。我想在有人点击按钮时打开亚马逊应用程序。我正在使用URL启动程序包。我已经创建了amazon.com在浏览器中打开www.example.com的按钮。
ElevatedButton(
onPressed: () {
launch("https://www.amazon.com/");
},
child: Text("amazon"),
),
1条答案
按热度按时间flvlnr441#
您可以使用external_app_launcher插件
https://pub.dev/packages/external_app_launcher
不确定
amzn://
和com.amazon.mShop.android.shopping
但更好的是,你可以使用亚马逊官方文档,以防用户没有安装应用程序
https://developer.amazon.com/de/docs/reports-promo/deeplink-to-the-amazon-client.html