conversational_onboarding 0.1.0
conversational_onboarding: ^0.1.0 copied to clipboard
Declarative, conversational onboarding flows for Flutter. Build Cal AI / Duolingo-style onboarding with branching, animations, and a typed answers map.
Changelog #
0.1.0 #
Initial release.
OnboardingFlowhost widget with pluggable transitions (slide / fade-scale / parallax / morph / shared-axis).- Declarative step types:
SplashStep,InfoStep,SingleChoiceStep,MultiChoiceStep,SliderStep,TextInputStep,DatePickerStep,RankingStep,PermissionPrimingStep,PersonalizingStep,SummaryStep,BranchStep,CustomStep. - Branching via per-choice
nextStepsand structuralBranchStep. - Dynamic progress bar that recomputes when branches change.
OnboardingThemewith colors, option styles, transitions, haptics, reduce-motion awareness.- Built-in
OnboardingLocalizationsfor English and Japanese. - Typed
OnboardingAnswersmap passed toonComplete. - Example app with Cal AI, Duolingo and Headspace templates.