feat(intro): wire flutter_animate effects + confetti (v1.2)#142
Open
code418 wants to merge 1 commit into
Open
Conversation
v1.2 Intro polish ship gate per docs/plans/ROADMAP.md: - Postbox fadeIn + elasticOut scale on step 0. - James slideX (begin: -1.5, easeOutBack) on step 1, replacing the hand-rolled AnimationController + FractionalTranslation. - "Points, baby!" shimmer on the Mega Points step, with a confetti burst (gold + red + white) fired from _advance as the user enters. Drops TickerProviderStateMixin now that flutter_animate owns its own tickers. Keeps the _scrollCentre landscape fix and the _completed double-tap guard intact. Supersedes #82 (its branch had drifted off master far enough to clobber the bloc 9 / firebase_messaging / firebase_remote_config deps and the landscape-overflow fixes). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ships the v1.2 Intro polish ship gate from
docs/plans/ROADMAP.md:fadeIn+ elasticscaleon the opening step.slideXwitheaseOutBackbounce on step 1, replacing the hand-rolledAnimationController+FractionalTranslation.shimmeron the Mega Points step, with a gold/red/white confetti burst fired from_advanceas the user enters.Adds
flutter_animate: ^4.5.0and dropsTickerProviderStateMixinfrom_IntroStatenow thatflutter_animateowns its own tickers. Keeps the_scrollCentrelandscape-overflow fix and the_completeddouble-tap guard intact.Supersedes #82
PR #82 was dependency-only on a branch that had drifted off
masterfar enough to clobberbloc9,firebase_messaging,firebase_remote_config, the landscape-overflow fixes, and several assets. This PR bundles the dependency add and the wiring follow-up the roadmap called for, against currentmaster. Close #82 once this merges.Ship gate
flutter analyzeclean (2 pre-existing infos inpostbox_marker_test.dart, unrelated)flutter test— 340 / 340 passinglib/intro.dartTest plan
_scrollCentrepreserved).onDoneonce (the_completedguard).🤖 Generated with Claude Code