A Flutter package allows you to Showcase/Highlight your widgets step by step. Auto Scrolling to active showcase feature will not work properly in scroll views that renders widgets on demand(ex, ListView, GridView). In order to scroll to a widget it needs to be attached with widget tree. So, If you are using a scrollview that renders widgets on demand, it is possible that the widget on which showcase is applied is not attached in widget tree. So, flutter won't be able to scroll to that widget. So, If you want to make a scroll view that contains less number of children widget then prefer to use SingleChildScrollView.
Features
- Get the latest version in the 'Installing' tab on pub.dev
- Add a ShowCaseWidget widget
- Auto Scrolling to active showcase feature will not work properly in scroll views that renders widgets on demand
- In order to scroll to a widget it needs to be attached with widget tree
- Provides examples
Categories
User Interface (UI)License
MIT LicenseFollow ShowCaseView
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ShowCaseView!