app_tour_flutter 1.0.0
app_tour_flutter: ^1.0.0 copied to clipboard
A customizable Flutter package for creating guided app tours with highlighted widgets and speech bubbles.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-08-12 #
Added #
- Initial release of Custom App Tour for Flutter.
CustomAppTourclass to manage and display interactive guided tours.TourStepmodel to define target widget, title, and description for each step.HoleOverlaywidget to create a transparent highlight area over a target widget.CustomSpeechBubblewidget to display tooltips with arrow indicators.- Automatic scrolling to bring target widgets into view.
- Configurable positioning of speech bubbles (above or below the target).
- Smooth transitions between steps.