onboarding_builder 0.1.1
onboarding_builder: ^0.1.1 copied to clipboard
A highly customizable Flutter package for building beautiful onboarding flows with 7 unique styles including slide, card, full-screen, story, liquid wave, vertical scrolling, and floating elements.
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.1.1 - 2025-07-28 #
Added #
- Complete documentation for all 7 onboarding types in README
- Usage examples for Story, Liquid Wave, Vertical Scrolling, and Floating Elements onboarding types
- Type-specific properties documentation for each onboarding style
- Enhanced feature list highlighting all advanced animations and effects
Updated #
- README.md with comprehensive documentation for all onboarding styles
- OnboardingType enum documentation with all 7 styles
- OnboardingBuilder properties documentation with type-specific parameters
0.1.0 - 2025-07-28 #
Added #
- Initial release of onboarding_builder package
- OnboardingBuilder widget for creating customizable onboarding flows
- OnboardingStep class for defining individual onboarding steps
- OnboardingController for managing onboarding state and navigation
- Built-in progress indicator with customizable colors
- Support for custom step builders and navigation builders
- Material Design 3 compatibility
- Comprehensive example application
- Full API documentation
Features #
- Easy-to-use step-by-step onboarding flows
- Customizable titles, descriptions, and icons for each step
- Background color customization per step
- Responsive design that works on all screen sizes
- Navigation controls with previous/next functionality
- Progress tracking and indicator
- Flexible architecture supporting custom UI components