flutter_feature_tour 0.0.1
flutter_feature_tour: ^0.0.1 copied to clipboard
A powerful and customizable feature tour package for Flutter applications.
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.1 - 2024-03-15 #
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
OnboardingServicefor easy setup and management of the feature tourFeatureHighlightclass 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