Flutter Tutorial - Showcase & Highlight Widgets of Flutter App

Поділитися
Вставка

КОМЕНТАРІ • 41

  • @HeyFlutter
    @HeyFlutter  2 роки тому +1

    This might help you :)
    👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
    Source Code: github.com/JohannesMilke/showcase_widgets_example
    Todo App Tutorial: ua-cam.com/video/kN9Yfd4fu04/v-deo.html
    Focused Popup Menu Tutorial: ua-cam.com/video/Vttl7WGtkgg/v-deo.html
    Popup Menu Button Tutorial: ua-cam.com/video/Y-jgYe0vevM/v-deo.html
    Bottom Sheet Tutorial: ua-cam.com/video/84OuUPoO8ng/v-deo.html
    Navigation Tutorial: ua-cam.com/video/Xnp6ptZVs1g/v-deo.html
    SnackBar Tutorial: ua-cam.com/video/UkudAgCEhBI/v-deo.html
    Dropdown Button Tutorial: ua-cam.com/video/p1mzz6-19zo/v-deo.html
    CheckBox Tutorial: ua-cam.com/video/BBO_Y8fTM7E/v-deo.html
    Dismissable Tutorial: ua-cam.com/video/cswTKnXtSqk/v-deo.html
    Slidable Tutorial: ua-cam.com/video/TmSKRUVKNsQ/v-deo.html
    BuildContext Tutorial: ua-cam.com/video/ALmd6jLqUK8/v-deo.html
    Sidebar & NavigationRail Tutorial: ua-cam.com/video/t8vPjrCTHyg/v-deo.html

  • @MrQooje2
    @MrQooje2 2 роки тому

    Few minutes of Johannes's videos can save you hours of reading the documentation. As always, thank you very much for all you're doing.

  • @Than.
    @Than. 3 роки тому +4

    Pretty cool package. I would've thought something like this would be super complicated but I will certainly add it to my app soon.
    It's also worth mentioning that you could store a bool via shared preferences to only ever show this once - like for an onboarding.

  • @TechWithDnes
    @TechWithDnes 3 роки тому +4

    This is the new thing I've learned.
    Thanks, Johannes.

  • @flaasher
    @flaasher 3 роки тому +2

    The most usefull tuts are yours.... many thanks

  • @brijeshkumbhare2421
    @brijeshkumbhare2421 3 роки тому +1

    Thanks for the video, the tutorial was very useful.

  • @dcdales
    @dcdales 2 роки тому +1

    An alternative might be the Tooltip widget, but this widget does a lot more for you, if that's what you want.
    (I upvoted the video. Very cool stuff!)

  • @turtleyoda7703
    @turtleyoda7703 3 роки тому

    Great video! thanks

  • @Moncellence
    @Moncellence 3 роки тому

    Johannes Milke,
    very thanks

  • @mruduladdipalli5417
    @mruduladdipalli5417 3 роки тому

    Superb

  • @user-gp1uj9ml5t
    @user-gp1uj9ml5t 3 роки тому

    now i need moooore

  • @SapanKumarDas
    @SapanKumarDas 3 роки тому +1

    Boss, Could you make a video CI/CD deep drive please?

  • @ezone2726
    @ezone2726 3 роки тому

    Awesome tutorial as alwys👌👌
    #flutter #happycoding #stayhealthy

    • @ezone2726
      @ezone2726 3 роки тому

      @@HeyFlutter 🤗🤗

  • @rohmatullaily7978
    @rohmatullaily7978 3 роки тому +1

    Hai johannes, this is great tutorial
    but, can you help me to add long description?
    I want to display the description in 3 lines, but I instead get the description in 1 line, and the width fills the screen, how can I make a long description appear in the center of the screen and not fill the screen?
    I have 13 words to show in the description, thank youu

  • @joezzynalz
    @joezzynalz 2 роки тому +1

    I've one question...will it run everytime i run my app?

  • @Dev_Eli
    @Dev_Eli 8 місяців тому +1

    Hi. I tried using this and it works great. One thing that I wanted and tried to do is to position the showcase to the right or left instead of top or bottom. Is there a way to do that? Thanks in advance.

    • @HeyFlutter
      @HeyFlutter  8 місяців тому

      Thanks for the idea @eliezerambion948 😀, i have added it in my list of future videos

  • @domino7097
    @domino7097 3 роки тому +1

    Good day. I liked your lessons. Could you take a lesson on how to make a mobile application on the topic of ecology? For example, the application how to improve the ecology in the place where you live, having good habits, can be done in a playful way. Well, or something else. What do you think? It is on Flutter in the Dart language. After all, the topic of ecology is more relevant than ever, you will help a lot if you do a lesson

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thanks, Domi No! 🙂 You are definitely right about the importance of this topic! However, in general, my job is only to teach techniques of Flutter such as how to do XYZ. The overall plan is that my community builds then all of these great applications that you have also mentioned. So my job is mainly to enable my community to build these great applications. So simply watch all my tutorials: ua-cam.com/video/Oqhrxk_f1RE/v-deo.html and start building great applications ;)
      By the way, if you sent me a complete design & more ideas about your ecology app on Twitter: twitter.com/JohannesMilke then I could probably implement such a thing.

  • @stanislauspratyadhiraksana8157
    @stanislauspratyadhiraksana8157 3 роки тому

    Hi, Johannes
    Great tutorial
    I want to add a skip and next button in my Showcase.withWidget
    how to handle onPress with this package?
    thank you

    • @stanislauspratyadhiraksana8157
      @stanislauspratyadhiraksana8157 3 роки тому

      @@HeyFlutter can you give an example of its implementation?

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thanks, Stanislaus! 🙂If you want to have more control and listen to taps then have a look at 9:11 where I show how you can listen to it.

  • @rehmanshaikh6772
    @rehmanshaikh6772 Рік тому

    Hi Johannes,
    Your tutorials are awesome and very helpful...Appreciate alot... I am using Get-x State Management package where I am using get storage to save things as we do in shared preference... but I am not able to control the flow of the Showcase process.. it starts again and whenever the page loaded.. it is my humble request you make a tutorial with get storage ...please

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank You Rehman Shaikh! Follow this link: medium.com/simform-engineering/flutter-showcaseview-package-35253106ef80
      I hope you will get your answer 🙂

  • @fib2757
    @fib2757 2 роки тому

    Hallo, ich habe versucht, dass die gegenständliche App in SQLite umzuschreiben, leider ohne erfolgt, kannst Du dazu ein Video machen? Schöne Grüße aus dem sonnigen Tirol

  • @shanmugapriyanpremkumar3927
    @shanmugapriyanpremkumar3927 10 місяців тому

    This is one time showcase or it will show showcase whenever the user open the app again and again? And how to create an option inside the navbar of app when on press it will showcase the elements present within the app manually?

    • @HeyFlutter
      @HeyFlutter  10 місяців тому

      Thank You @shanmugapriyanpremkumar3927! Follow this link: medium.flutterdevs.com/implement-showcase-in-flutter-aec39d279f8a
      I hope you will get your answer 🙂

  • @braysonjohn2924
    @braysonjohn2924 3 роки тому

    Hello, i did as you instructed. But when a user click on the icons to open the next page. The overlay shape still appears on the next page. I tried to dispose() i get error setstate on disposed. oncomplete dont work. I added disposeOnTap: true, but still.

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Interesting, Brayson. You could also try this example out where navigation to a new screen is included: github.com/SimformSolutionsPvtLtd/flutter_showcaseview/blob/master/example/lib/main.dart

  • @lecture4u71
    @lecture4u71 Рік тому

    What can we do if we want that showcase comes for only one time when we install ap

    • @HeyFlutter
      @HeyFlutter  Рік тому +1

      Hey, @lecture4u71 🙂 you can make use of shared-prefs to check whether showcase has been executed

    • @lecture4u71
      @lecture4u71 Рік тому

      @@HeyFlutter Thanks

  • @abdel-khafid
    @abdel-khafid 3 роки тому

    hello !
    I've getting error on first launch of my app when using ShowCaseView plugin. But it works when i restart it.
    Can you help please ?

    • @abdel-khafid
      @abdel-khafid 3 роки тому

      ​@@HeyFlutter I've done it already. Now When i uninstalled my app and reinstall it for the first time, the plugin throws "The getter 'activeWidgetIds' was called on null" error; but if I make a hot restart, it works fine as yours in the video. So my problem is how to make it works at the very first installation.

  • @AnupUpadhayaya
    @AnupUpadhayaya Рік тому

    what if i have custom app bar it is saying multiple widgets used same global key !!!!

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Hey, Keeji 🙂 make sure your global key is not being used by multiple widgets

  • @pranavkokate9846
    @pranavkokate9846 2 роки тому

    How to deactivate the showcases after the first use of app??

    • @HeyFlutter
      @HeyFlutter  2 роки тому +1

      Thank You Pranav Kokate! Follow this link: stackoverflow.com/questions/60930636/how-can-i-use-show-case-view-in-flutter
      I hope you will get your answer 🙂

  • @peterbk364
    @peterbk364 2 роки тому

    🌻🔥