heroine 0.5.0-dev.1 copy "heroine: ^0.5.0-dev.1" to clipboard
heroine: ^0.5.0-dev.1 copied to clipboard

The queen of hero transitions. Flutter's most addictive interactions.

0.5.0-dev.1 #

  • REFACTOR: MotionController now uses a single Ticker, 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 Motion based APIs from springster internally.
  • BREAKING FEAT: add MotionConverter API 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.pop calls maybePop to better respect the routes wishes.
  • FEAT: DragDismissable now also dismisses when drag velocity exceeds a threshold.
  • FEAT: HeroineShuttleBuilder can now be passed a Curve to better customize its animation.
  • BREAKING REFACTOR: Removed DragDismissble.pop and the default constructor of DragDismissible now pops the page. Use DragDismissible.custom if you want to pass a custom callback.
  • BREAKING REFACTOR: Heroine doesn't accept HeroFlightShuttleBuilder functions directly anymore. Use HeroineShuttleBuilder.fromHero to 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 FadeThroughShuttleBuilder that fades through a given color. Try to chain it with FlipShuttleBuilder for cool effects.
  • FEAT: got rid of sleight visual jank that sometimes occured when a heroine arrived at her destination.
  • BREAKING REFACTOR: rename SimpleSpring to Spring.
  • 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 SpringSimulationController interface to match AnimationController 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 🎉
162
likes
0
points
560
downloads

Publisher

verified publisherwhynotmake.it

Weekly Downloads

2024.09.28 - 2025.04.12

The queen of hero transitions. Flutter's most addictive interactions.

Homepage
Repository (GitHub)
View/report issues

Topics

#springs #animation #physics #hero

License

unknown (license)

Dependencies

equatable, flutter, springster

More

Packages that depend on heroine