flutter_onboarding_kit 1.0.0
flutter_onboarding_kit: ^1.0.0 copied to clipboard
A comprehensive Flutter package for onboarding and app introduction flows with customizable page views, indicators, and animations.
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.
1.0.0 - 2025-07-09 #
Added #
- Initial release of Flutter Onboarding Kit
OnboardingData
model for page contentOnboardingPage
widget for individual pagesOnboardingPageView
widget for page navigationOnboardingIndicator
widget with dots, numbers, and custom stylesOnboardingButton
widget with primary, secondary, text, and icon typesOnboardingController
for programmatic navigation and state management- Comprehensive customization options for all widgets
- Platform-adaptive styling for iOS and Android
- Smooth animations and page transitions
- Accessibility support and semantic structure
- Custom content support for pages
- Validation system for page navigation
- Loading states and error handling
- Comprehensive documentation and examples