Deep linking in Flutter

  Рет қаралды 128,333

Flutter

Flutter

Күн бұрын

Пікірлер: 45
@flutterdev
@flutterdev Жыл бұрын
Subscribe for the latest → goo.gle/FlutterYT
@mohsanikram3569
@mohsanikram3569 Жыл бұрын
Can anyone please tell me what is the best plugin for deep linking? I'm using this plugin "firebase_dynamic_links" but I'm not satisfied with this. Sometime it works perfectly and some time its not. I'm facing issue in routes. When i get the link, sometimes its going to "default" route that i mentioned as error route. Can any one help me pleaae?
@srhanzd3022
@srhanzd3022 6 ай бұрын
😍😍😍
@akvus
@akvus Жыл бұрын
It's a pity that iOS is neglected at this video. Many of Flutter devs are coming with Android background and so iOS explanation would be appriciated by more developers.
@roman6188
@roman6188 Жыл бұрын
Especially after iOS 16 where the only way to pass the link to the uninstalled app is to copy to a clipboard and request paste permission... (firebase is doing this for us but anyway it looks not natural at all)
@bytcra4416
@bytcra4416 Жыл бұрын
Did they just skipped a platform (IOS) on 'how to build a feature in a cross platfrom buiding technology video??
@eKizify
@eKizify Жыл бұрын
Implementing deeplinks atm without go_router no official guides have any instructions on that so we had to read go_router source code to do the implementation. The deeplinks documents also contain very little information the key take away is just to use go_router… could you as in flutter team please provide instructions on how to implement deeplink in the suggested way in the guides and update the guides overall
@WhatifHistoryTv
@WhatifHistoryTv Жыл бұрын
flutter is a CROSS PLATFORM framework NOT android framework only where's the iOS instructions??
@alejandrombc
@alejandrombc Жыл бұрын
How do you implement a deferred deep link? (To allow redirect after the app store install)
@pablo_aldana
@pablo_aldana Жыл бұрын
indeed, is mentioned in the video as an engagement technique but hasn't been explained how to achieve it. Really important now as Dynamic Links is deprecated
@antoniocruz5203
@antoniocruz5203 Жыл бұрын
Wow, right now i am reading in docs about deep link 👏
@Brendan-wj1ev
@Brendan-wj1ev Жыл бұрын
Link please
@biruksewberiso2870
@biruksewberiso2870 Жыл бұрын
This video is very supportive in getting to understand how to setup deeplink but I'm still having problem on how I can setup deeplink to accept parameters on the url and navigate to a page based on that parameter. I'm using named route
@biruksewberiso2870
@biruksewberiso2870 Жыл бұрын
Yes, I used uni_links to setup my deeplink btw. Then I added the route name (to where it should navigate) and the parameters I needed to the URI link for e.g. /profile/iuWwqe13, I then check the first path segment for the route name (which needs the parameter) for e.g. if(link.pathSegment[0]=='profile') then I navigate to the profile page and pass the parameter as args to the page like ProfilePage(..., args: link.pathSegment[1]) - use map if you have multiple args but I hope you get the idea @justinharshit5611
@ObinnaWGMI
@ObinnaWGMI Жыл бұрын
Flutter all the way to the top
@abdifatahnour4191
@abdifatahnour4191 Жыл бұрын
Thank you flutter team. I have some questions here and hope you to tell me the solution if you have. 1. Flutter mobile, only firebase has background notifications. If I wanna use rest api as a backend and I am fetching notification from it in flutter local notifications plugin foreground when app is terminated or close the whole process stops nothing is running. 2. Flutter desktop I wanna know if futronic fingerprints services plugin exists or other fingerprints scanner plugins. Thanks again and again.
@mruduladdipalli5417
@mruduladdipalli5417 Жыл бұрын
I had question which you have mentioned on 1st point, so as per my knowledge, I think firebase works similar to api calling but how does it work in background is the main question - it creates a isolate which is not destroyed until manually done or until app is uninstalled, and coming to handling callbacks it takes dart callback functions and converts to int type which only native flutter plugin understands and saves them into shared pref local storage and calls the dart callback method using dart executor
@Alon_404
@Alon_404 Жыл бұрын
thanks for flutter team :)
@neiljaywarner7268
@neiljaywarner7268 Жыл бұрын
dos anyone have a link for the "twice as likely to perform the action on mobile than on mobile web with the same content? that's awesome
@voncth5791
@voncth5791 Жыл бұрын
GAWDAMN i love you flutter!! Thx so much!
@abhibhuje2915
@abhibhuje2915 Күн бұрын
I have done everything exact to this video hosted the assetlinks.json file with my release sha key but still the url is not opening the app instead it is opening in the browser.
@kindalame9894
@kindalame9894 Жыл бұрын
I'm not sure if I understand what new do deep-links bring to the table, in terms of implementation. Can't I emulate their behavior by overriding a onTap callback from a push notification (using for example the flutter_local_notifications plugin), parse the notification data and then call Navigator.of(context).pushNamed()? How exactly deep-links ease this implementation? Do they kinda implement this logic internally and call onGenerateRoute automatically?
@ploploplop
@ploploplop Жыл бұрын
Thank you for the video. I have one question: how do we handle different subdomains or variable hosts? Is there a recommended strategy to handle this?
@lilmnm616
@lilmnm616 6 ай бұрын
What if the deeplink to the app doesnt have a website counter part? how would someone be pushed to install the app with the deeplink for something like a referral link?
@Vlad_Merlenko
@Vlad_Merlenko 3 ай бұрын
Anchor links aren't working, this is so frustrating. All works in the VS Code's Markdown editor but when it comes to the app - nothing(
@kms12317
@kms12317 Жыл бұрын
When clicking a link in yahoo or gmail app the open doesn't opened but when using adb command it works , Must create assetlinks file ? and where should be hosted if I didn't have a flutter web ,Can upload it in another project such as php with the same domain
@MrIMacro
@MrIMacro 8 ай бұрын
Amazing, could you please help me with my situation: i want the button to launch another app inside my project in vscode, not an external app. Could you please help me with that. Thanks
@franmaric
@franmaric Жыл бұрын
You shouldn't have neglected iOS...
@makisetakashi
@makisetakashi 8 ай бұрын
I have set following your instruction , but when app not installed, it not automate open playstore
@ashishnath4719
@ashishnath4719 Жыл бұрын
I have a doubt. When using hard-coded values of the widgets, I get overflow error. Also, sometimes the UI doesn't look good on all screen sizes. Should I hard code width and height of widgets, font size of texts or should I use Media query to make it responsive. Example: Containers height can be Mediaquery.size.height * 0.3 instead of 300. I want the UI to be pixel perfect for every mobile screen sizes. How can I achieve this?
@thc8706
@thc8706 Жыл бұрын
How can I add more routes of GoRouter in runtime?
@MughalUmar-wk1lo
@MughalUmar-wk1lo Жыл бұрын
Using a domain is compulsory?
@sawglobalinnov
@sawglobalinnov Жыл бұрын
Error no found for the link how to handle this ??
@yakki_addition4795
@yakki_addition4795 Жыл бұрын
That's what i looking for 🔥🔥🔥🔥
@АртурЗарипов-ю9п
@АртурЗарипов-ю9п Жыл бұрын
Thank you very much!
@malcomgreen4747
@malcomgreen4747 Жыл бұрын
I cant find a good example for this it doesn't work
@AnirudhIsOnline
@AnirudhIsOnline Жыл бұрын
Nice video
@MrVipulLal
@MrVipulLal Жыл бұрын
Why not discuss deep linking for a WebApp???
@srhanzd3022
@srhanzd3022 6 ай бұрын
😍😍😍
@BrendansReasons
@BrendansReasons Жыл бұрын
This came a week late for me lol
@ExtraServingsBTS
@ExtraServingsBTS 9 ай бұрын
dartpad link is dead.
@raressimon9271
@raressimon9271 Жыл бұрын
where i need to run keytool -list -v -keystore my-release-key.keystore?
@sergey_molchanovsky
@sergey_molchanovsky Жыл бұрын
When will you support WillPopScope? The only reason that holds me from using go_router.
Deep dive into Flutter deep linking
13:22
Flutter
Рет қаралды 41 М.
When, why, and how to multithread in Flutter
15:10
Flutter
Рет қаралды 66 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 11 МЛН
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 24 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 132 МЛН
How To Become A Blockchain Developer In 2023?
18:05
EatTheBlocks
Рет қаралды 165 М.
Pragmatic State Management in Flutter (Google I/O'19)
33:25
Flutter
Рет қаралды 455 М.
DeepLinking in Flutter Android || Referral System in Flutter Apps
23:54
How to build a RenderObject - Flutter Build Show
17:57
Flutter
Рет қаралды 51 М.
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 72 М.
No more broken links: Deep linking success in Flutter
11:29