Flutter - Tutorial / Coach Mark

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

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

  • @MrFou-e2q
    @MrFou-e2q 4 месяца назад

    Great tutorial on how to build a tutorial :) Thank you!
    One suggestion from my side, you could use a factory pattern in order not to have duplicated code but I guess that for a demo purpose what you did if fine as well :)

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

    Thank you for this helpful tutorial

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

    Heartfelt thanks for you ❤.

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

    Thanks for the tutorial, please how can I apply this technique the widget use to display lists on home page

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

    Thank you for this insightful video. It really was helpful in configuring my project. However, I noticed that if I use the keys on BottomNavBarItems, after the coaching tour is completed, if the user tries to navigate between the BottomNavigationBarItems, there is usually an error saying the same key was used for multiple widgets. Is there something I can do to fix that??

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

    Thanks for helping bro!

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

    Nice tut👍

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

    Good tutorial bro ♥

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

    thanks you, you helped me a lot

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

    thanks for this tutorial. How can I make it show once on first time use ?

    • @dannndi.youtube
      @dannndi.youtube  Год назад +1

      you can save the flag in sharedpreference / any local storage in your app. and add a checker if it's already show or not

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

    User login. The user don't wanna see the coach mark again? Maybe you have the Vidio or something?

    • @dannndi.youtube
      @dannndi.youtube  10 месяцев назад

      you can use SharedPreference to save the state.
      and check if the coachmark is already seen / not.

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

    Hi this is video is really helpful
    Can you please tell me how can I show only 1 time the tutorial coach when the user lands in home page for the first time only then rest of the time I do not want to show
    please?

    • @dannndi.youtube
      @dannndi.youtube  6 месяцев назад

      you can use shared preference for that, u save the value whether the user already seen the coachmark or not, and check it every time the apps launch

  • @Akshaykumar-sl9ih
    @Akshaykumar-sl9ih Месяц назад

    helpful

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

    if scrolling screen how to implement this..

    • @dannndi.youtube
      @dannndi.youtube  Год назад

      honestly, i don't know yet. but i'll let you know if i figure it out :D

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

    Thank you bro👍

  • @ShakilKhan-pe4rc
    @ShakilKhan-pe4rc 7 месяцев назад

    bro i want to add Tutorial / Coach Mark at the bottomnavigation item how to do that?

    • @dannndi.youtube
      @dannndi.youtube  6 месяцев назад

      sorry for the delayed answer, for bottom navigation bar item i think it's not possible using default BottomNavigationBar because BottomNavigationBarItem doesn't have Key parameter, so you need to create a Custom Widget for that, using Row widget will work

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

    Brother i made search bar in different file How can i show there?

    • @dannndi.youtube
      @dannndi.youtube  11 месяцев назад

      you can pass the "Key" via constructor, so it share the same pointer

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

    M A N T A P !