flutter_walkthrough_sdk 0.0.3
flutter_walkthrough_sdk: ^0.0.3 copied to clipboard
A lightweight in-app onboarding and walkthrough SDK for Flutter with spotlight highlights and tooltips.
⭐ CHANGELOG.md #
# 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.
0.0.2 #
Added #
- Spotlight overlay with target highlight
- Triangle pointer (arrow) indicator
- Step title and description support
- Step counter (e.g. 2 / 4)
- Skip / Next / Done buttons
- Configurable styles via
PreviewConfig - Top and bottom card positioning (
isBottom)
Improved #
- Arrow now auto-centers with target widget
- Arrow position clamped inside card safe area
- Prevent arrow clipping near rounded corners
- Better spacing near screen edges
- Cleaner layout calculations
Fixed #
- Triangle misalignment on left/right aligned targets
- Arrow overlapping card border radius
- Extra blank space near edges
- Spotlight size mismatch for some widgets
0.0.1 #
Added #
- Initial release
- Spotlight overlay highlight
- Step-by-step walkthrough
- Dynamic title & description
- Step counter (1/N)
- Custom button texts (Next / Skip / Done)
- First-time only display support
- SharedPreferences wrapper for storage
- Example app
- Unit tests
- Widget tests
- Pub.dev ready documentation
Notes #
- First stable SDK release