heroine 0.5.0-dev.3
heroine: ^0.5.0-dev.3 copied to clipboard
The queen of hero transitions. Flutter's most addictive interactions.
0.5.0-dev.3 #
Note: This release has breaking changes.
-
DOCS: improved zoom transition examples.
-
BREAKING FEAT: Heroine now accepts any
Motion, not just springs. -
BREAKING FEAT: Add
HeroineMode, an equivalent toHeroModefor Heroine.Heroine does not respect
HeroModeanymore, useHeroineModeinstead. This allows for better parallel use of Heroine and Hero in the same tree.
0.5.0-dev.2 #
- FEAT: support nested heroines if they are not part of the same transition.
- FEAT: update examples to use new springster motion APIs.
- DOCS: added fullscreen gif.
- DOCS: add mention to nested heroines in README.
0.5.0-dev.1 #
- REFACTOR:
MotionControllernow uses a singleTicker, which should also improve performance. - FEAT: support separate motion per dimension.
0.5.0-dev.0 #
Note: This release has breaking changes.
- FEAT: use new
Motionbased APIs from springster internally. - BREAKING FEAT: add
MotionConverterAPI to simplify the usage of controllers.
0.4.0+1 #
- Update a dependency to the latest release.
0.4.0 #
Note: This release has breaking changes.
- FIX: null check error when interacting really quickly (#71).
- FIX:
DragDismissable.popcallsmaybePopto better respect the routes wishes. - FEAT:
DragDismissablenow also dismisses when drag velocity exceeds a threshold. - FEAT:
HeroineShuttleBuildercan now be passed aCurveto better customize its animation. - BREAKING REFACTOR: Removed
DragDismissble.popand the default constructor ofDragDismissiblenow pops the page. UseDragDismissible.customif you want to pass a custom callback. - BREAKING REFACTOR:
Heroinedoesn't acceptHeroFlightShuttleBuilderfunctions directly anymore. UseHeroineShuttleBuilder.fromHeroto keep using your existing functions.
0.3.0 #
Note: This release has breaking changes.
- FIX:
Heroines now correctly dispose any Tickers they created. - FEAT: Add
FadeThroughShuttleBuilderthat fades through a given color. Try to chain it withFlipShuttleBuilderfor cool effects. - FEAT: got rid of sleight visual jank that sometimes occured when a heroine arrived at her destination.
- BREAKING REFACTOR: rename
SimpleSpringtoSpring. - BREAKING FEAT: support chaining
HeroineShuttleBuilders 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
SpringSimulationControllerinterface to matchAnimationControllermore 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 🎉