first_run_kit 1.0.0
first_run_kit: ^1.0.0 copied to clipboard
A production-ready Flutter package for first launch onboarding, permission flows, and safe first-run detection.
1.0.0 #
- Initial stable release of
first_run_kit. - Added first-run detection using
SharedPreferences. - Added multi-step flow support with
OnboardingStep,PermissionStep, andCustomStep. - Added
FlowControllerwithnext,back,skip, and progress state. - Added safe storage wrapper with
safeClear()preservingfirst_runkey. - Added customizable UI configuration via
FirstRunConfig. - Added example app demonstrating onboarding + permission + custom step flow.