Deep dive into Flutter deep linking

Поделиться
HTML-код
  • Опубликовано: 9 май 2023
  • Join us to dive deep into Flutter's deep linking system. Learn about how following best practices here can improve your users' experiences and drive increased ROI.
    Resources:
    Set up universal links in iOS → goo.gle/3ZG1Fga
    Set up app links in Android → goo.gle/3nNAjr9
    Speakers: Zoey Fan, Chun-Heng Tai
    Watch more:
    Watch all Flutter Sessions → goo.gle/IO23_flutter
    Watch all the Technical Sessions from Google I/O 2023 → goo.gle/IO23_sessions
    Watch more Mobile Sessions → goo.gle/IO23_mobile
    All Google I/O 2023 Sessions → goo.gle/IO23_all
    Subscribe to Flutter! → goo.gle/FlutterYT
    #GoogleIO
  • НаукаНаука

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

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

    Watch all Flutter Sessions → goo.gle/IO23_flutteryt_pin

  • @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

  • @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 Год назад

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

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

    Awesome!

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

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

  • @luisharomtz
    @luisharomtz 9 месяцев назад

    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.

  • @esteban.miranda
    @esteban.miranda 11 месяцев назад

    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

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

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

  • @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?

  • @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 2 месяца назад

      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.

  • @NguyenTung-hc3ln
    @NguyenTung-hc3ln 9 месяцев назад

    Chun-Heng Tai staring inside my soul

  • @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

  • @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 5 месяцев назад

      Hey, did you solve your problem?

  • @davem6818
    @davem6818 9 месяцев назад

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

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

    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) ?

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

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

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

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

  • @alzaelputeraaliryo1594
    @alzaelputeraaliryo1594 3 месяца назад

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

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

    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 7 месяцев назад

      looks like domain.

  • @karimkhansa4847
    @karimkhansa4847 6 месяцев назад

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

  • @saileshverma1942
    @saileshverma1942 9 месяцев назад

    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

  • @JuriBinturong
    @JuriBinturong 3 месяца назад

    I am always scared that google will destroy flutter

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

    Lol... process is seriously complicated.