heroine 0.3.0
heroine: ^0.3.0 copied to clipboard
The queen of hero transitions. Flutter's most addictive interactions.
0.3.0 #
Note: This release has breaking changes.
- FIX:
Heroine
s now correctly dispose any Tickers they created. - FEAT: Add
FadeThroughShuttleBuilder
that fades through a given color. Try to chain it withFlipShuttleBuilder
for cool effects. - FEAT: got rid of sleight visual jank that sometimes occured when a heroine arrived at her destination.
- BREAKING REFACTOR: rename
SimpleSpring
toSpring
. - BREAKING FEAT: support chaining
HeroineShuttleBuilder
s for more complex animations.
0.2.0+1 #
- FIX: fixed example dependencies (#62).
0.2.0 #
Note: This release has breaking changes.
- DOCS: add Bluesky badge to README files across packages.
- BREAKING REFACTOR: unified
SpringSimulationController
interface to matchAnimationController
more closely.
0.1.1 #
- DOCS: added animation to README.
- FEAT: update README files with example links.
- FEAT: added unified example to monorepo.
- FEAT: add springster dependency and enhance Hero widget documentation.
0.1.0 #
- feat: initial commit 🎉