feature_spotlight 1.1.4
feature_spotlight: ^1.1.4 copied to clipboard
A simple, declarative Flutter package for creating guided tours and feature showcases with smooth animations and customizable tooltips.
1.1.4
- CHORE: Minor fixes and version bump.
1.1.3
- CHORE: Minor updates and optimizations.
1.1.2
- CHORE: Improved SEO friendliness and pub.dev score.
- DOCS: Added comprehensive Dart doc comments to public API.
- EXAMPLE: Created a full-featured example project in
example/. - FIX: Resolved
withOpacitydeprecation warning. - CHORE: Added missing metadata (topics, repository, issue tracker) to
pubspec.yaml.
1.1.0 FEAT: Added previous() method to SpotlightController to navigate back.
FEAT: Implemented onTourStarted, onTourCompleted, and onTourSkipped callbacks in SpotlightController.
FEAT: Added padding property to SpotlightStep for better highlight spacing.
FIX: Default tooltip now includes a "Previous" button.
CHORE: Updated SpotlightTooltipBuilder to include onPrevious callback.
1.0.0 Initial release.