简体   繁体   English

如何使用 flutter 从二维码重定向到我的应用程序中的页面?

[英]How can I do a redirect from a qr code to a page within my app with flutter?

the user when reading the qrcode, he should be redirected to an internal page that is hidden, he could only be redirected through this link用户在阅读二维码时,他应该被重定向到一个隐藏的内部页面,他只能通过这个链接被重定向

I tried using some libs like https://pub.dev/packages/qr_code_scanner but it doesn't do what I wan我尝试使用一些像https://pub.dev/packages/qr_code_scanner这样的库,但它没有做我想做的

it worked, I passed a Get.toName('pageName');它有效,我通过了 Get.toName('pageName');

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 启动应用程序或使用QR码重定向到网页 - launch an app or redirect to a web page using QR code 我如何在javascript中从url生成二维码 - How do i generate qr code from url in javascript React Native 如何从图库中读取二维码 - React Native how can I read QR code from gallery Android Studio Zxing扫描仪,如果QR码的结果为URL,如何重定向到网页? - Android Studio Zxing Scanner, how to redirect to web page if result from QR code is URL? 如何在HTML中实现QR代码? - how can I implement a qr code in HTML? 更改 redux 商店 state 后,如何重定向到我的反应应用程序中的另一个页面? - How do I redirect to another page in my react app after changing the redux store state? 我希望我的 html 页面在我提交某个输入时重定向到另一个 html 页面我该怎么做 - I want my html page to redirect to another html page when I submit a certain input how can i do that 如何获取存储在数据库中的数据并将其显示为二维码?, - How can I retrieve data stored in my database and display it as a qr code?, 如何使用mvc重定向到应用程序中的另一个页面 - How do I redirect to another page in my application using mvc 如何防止引导程序模式中加载的html影响我的页面html? - How can I prevent the html loaded within my bootstrap modal from affecting my page html?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM