Deep dive into Flutter deep linking

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 43

  • @flutterdev
    @flutterdev  Год назад +6

    Watch all Flutter Sessions → goo.gle/IO23_flutteryt_pin

  • @thisisprabhat
    @thisisprabhat Год назад +7

    Thanks I was struggling a lot to have a web setup for deep linking for more than 4 days and was not getting any proper documentation anywhere.
    After watching this video, I have now my web setup within 4 minutes.
    Thank you!

    • @kushalhemanth-iq9bu
      @kushalhemanth-iq9bu Год назад +1

      I was even struggling since a week, can you please contact me regarding this, I want to achieve this anyhow

  • @sentrycod2373
    @sentrycod2373 Год назад +4

    This is amazing. I've been looking for my information regarding this in the last few days

  • @burakcankurtarr2751
    @burakcankurtarr2751 Год назад +2

    It was an amazing tutorial for deep linking. Thanks a lot

  • @MrFrostyland
    @MrFrostyland Год назад +3

    Thanks! But where are flutter samples as mentioned at 6:43?

  • @NguyenTung-hc3ln
    @NguyenTung-hc3ln Год назад

    Chun-Heng Tai staring inside my soul

  • @busebxx
    @busebxx День назад

    can you also show how to create deeplinks for each product automatically?

  • @thomasmabika7291
    @thomasmabika7291 Год назад +8

    Please bring stateful routes to go_router. I just want my app to remember the last scroll position that I was when I switch between tabs, please :(

    • @phuoc29011206
      @phuoc29011206 Год назад

      it already has

    • @thomasmabika7291
      @thomasmabika7291 Год назад

      @@phuoc29011206 Well, every time that I switch between bottom navigation tabs, the scroll position is reset.

    • @alvin3171997
      @alvin3171997 Год назад

      @@thomasmabika7291 In the page that you want scroll to be preserved, add a key (can't recall the exact key type) to the scaffold.

    • @ugochukwuumerie6378
      @ugochukwuumerie6378 Год назад +1

      AutoRoute to the rescue

    • @ugochukwuumerie6378
      @ugochukwuumerie6378 Год назад +1

      ​@@alvin3171997 I think it's restorationId or something

  • @alzaelputeraaliryo1594
    @alzaelputeraaliryo1594 8 месяцев назад +1

    how to handle if apps does not installed on device, but navigate to playstore or appstore

  • @yudhalandingkit
    @yudhalandingkit Год назад

    Hi i need advice for my apps flutter, which i must choice? Node Js or Golang as backend?
    My frontend with flutter but i so confused about choice easy backend and scalability.

    • @osvaldodomingos9041
      @osvaldodomingos9041 7 месяцев назад

      Go with what you are more confortable with. You can always change Later. For now, do what you can with what you have and what you know.

  • @kms12317
    @kms12317 Год назад

    How to make the assetlinks file publicaly accessible by browser ? Can I host it in folders of backend projects with the same domain?

  • @luisharomtz
    @luisharomtz Год назад

    Is there a way of know the url where the user is coming from without using GoRouter? GoRouter is not working well with my current Firebase Authentication since app shows error after coming back from the reCaptcha deep link.

  • @furkanyakkan1529
    @furkanyakkan1529 Год назад

    It is good but on Flutter website said that named routes are no longer recommended for most applications. So i am not using on my app, in this case what should i do?

  • @karimkhansa4847
    @karimkhansa4847 10 месяцев назад +1

    It's not working on iOS. Any extra tips?

  • @briannamutali6360
    @briannamutali6360 Год назад +1

    I recently did a flutter web project with go_router package and one thing I noted was that this package doesn't work for deep links with multiple parameters like "mydomain/users/:userID/:currentTab". Once I click on the link to launch the web app, it opens the browser and loads forever. How do I solve this?

    • @ClickBooom
      @ClickBooom 10 месяцев назад

      Hey, did you solve your problem?

  • @esteban.miranda
    @esteban.miranda Год назад

    hello I need help, I'm new to flutter, I don't understand what you mean when say "store in web domain", I am using supabase for a database. does it refer to that? Thank you in advance for your help

  • @Pedro5antos_
    @Pedro5antos_ Год назад

    Awesome!

  • @davem6818
    @davem6818 Год назад

    I was trying it with app on testflight it fails. Any ideas? Works locally on iOS simulator

  • @serdarpinar6186
    @serdarpinar6186 8 месяцев назад

    hi there. i made all. but deeplink not opening. directly opening via browser. can you help ?

  • @mrSalesi
    @mrSalesi Год назад

    not working for me, Is any thing depend on how i answer question in "keytool -genkey" command like "organizational unit" and "organizational" and "City or Locality" and etc ? Is it was same package name (that is in my case com.sepan.mrAnti.mr_anti) ?

  • @pedroluzio
    @pedroluzio 11 месяцев назад

    Really dont understand this. what are we supose to put in the xcode Associated domains... is it the domain or the bundle id?

    • @pedroluzio
      @pedroluzio 11 месяцев назад

      looks like domain.

  • @banglafactsteller6780
    @banglafactsteller6780 Год назад

    is flutter deep linking support socialMetaTagParameters !! when I share a flutter deep link is it preview image and title like firebase DynamicLink

  • @saileshverma1942
    @saileshverma1942 Год назад

    deep link not working on test flight for ios

  • @samuelthomas4481
    @samuelthomas4481 Год назад

    if app is not installed , then how it will move to playstore or appstore.

    • @samuelthomas4481
      @samuelthomas4481 Год назад

      can you give an answer please am got stuck into this.

  • @CZARCZAR
    @CZARCZAR Год назад +2

    Pleaseeee, make possible to prevent going back or close pages without confirmation since Onwillpop is no avalible 😿😿😿

    • @Pedro5antos_
      @Pedro5antos_ Год назад

      Yess, unfortunately GoRouter has a few limitations

  • @harem_lord-FFM
    @harem_lord-FFM 8 месяцев назад

    I am always scared that google will destroy flutter

  • @yapyh2872
    @yapyh2872 Год назад +1

    Lol... process is seriously complicated.