app_tour_flutter 1.0.0 copy "app_tour_flutter: ^1.0.0" to clipboard
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.
  • CustomAppTour class to manage and display interactive guided tours.
  • TourStep model to define target widget, title, and description for each step.
  • HoleOverlay widget to create a transparent highlight area over a target widget.
  • CustomSpeechBubble widget 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.

1.0.1 - 2025-08-13 #

Fixed #

  • Improved positioning logic for speech bubble when near screen edges.
  • Prevented tooltip from going off-screen in small viewport scenarios.

1.1.0 - 2025-08-15 #

Added #

  • Screenshot placeholders in README for better documentation.
  • Example usage section with code snippets.

Changed #

  • Updated overlay transparency for improved readability.
  • Adjusted default bubble width for better mobile display.
1
likes
130
points
63
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter package for creating guided app tours with highlighted widgets and speech bubbles.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on app_tour_flutter