flutter_feature_tour 0.1.0
flutter_feature_tour: ^0.1.0 copied to clipboard
A powerful and customizable feature tour package for Flutter applications.
0.1.0 #
Changelog #
All notable changes to the Flutter Feature Tour package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.2 - 2024-11-11 #
- Switched from Hive to SharedPreferences for better cross-platform support
- Added comprehensive documentation
- Improved error handling
- Added platform-specific configurations
- Fixed initialization issues
- Added analytics tracking support
- Added theme customization options
- Added interactive widget support
[0.0.1] - 2024-10-25 #
Added #
- Initial release of Flutter Feature Tour package
- Customizable styling with
FeatureTourTheme
- Support for multiple highlight shapes (circle, rectangle, custom path)
- Analytics integration with customizable callback
- Interactive elements within tour steps
- Smooth animations and transitions for overlay and highlights
- Persistence of tour progress using Hive
- Basic accessibility features including semantic labels and keyboard navigation
OnboardingService
for easy setup and management of the feature tourFeatureHighlight
class for defining individual tour steps- Support for custom theme based on app's theme
- Ability to restart the onboarding process
- Testing utilities for widget tests
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A
[Unreleased] #
In Development #
- Advanced navigation with custom paths and conditional steps
- Built-in localization support for tour content
- Ability to highlight multiple elements simultaneously