Showcase view in Flutter

Vijay R
vijaycreations
Published in
3 min readAug 31, 2022

In this article we will discuss about how to implement showcase view in our flutter apps.

🎥 Video Tutorial

🛠️ Dependencies

🔭 Implementation

Let’s start by creating the UI Screen containing the appbar, body that renders the list with the help of list view builder and a floating action button.

Now let’s start implementing the showcase view by creating a custom showcase view class.

let’s now head back to the home_page.dart file and start creating individual globalKeys for each flutter widget that is going to be showcased and also initialize them in the initstate so then we will be able to visualize the showcase animation as soon as the screen gets loaded..

We are at the final stage of development process. Now just wrap all the flutter widgets that needs to be showcased with the ShowCaseView class we created earlier and pass the argument value as required.

Finally update the home_page.dart file call (navigator) as follows.

Well that’s it. 🎉 Run the app to see it in action.🥳

Refer my video tutorial for complete guide:👉 https://www.youtube.com/watch?v=C4686LEzxg8

Get the complete source code here:👉 https://github.com/vijayinyoutube/show_case_view

Check out all my Flutter related blogs here.,👇

--

--

Vijay R
vijaycreations

Hai👋 I’m a flutter developer experienced in designing and developing stunning mobile apps. Reach out for freelance projects: calico.takeoff_01@icloud.com