https://pub.dev/api/packages/hyper_effects/feed.atomRecently published versions of package hyper_effects on pub.dev2025-08-15T06:18:42.299655Zhyperdesigned.devPub Feed GeneratorCreate beautiful effects and animations with just a few lines of code.urn:uuid:fe0cae19-4822-4afc-9a9a-5d54cac6f9edv0.3.0+1 of hyper_effects2025-08-15T06:18:42.299655Z0.3.0+1 was published on Aug 15, 2025.
Changelog excerpt:
- Loosen dependency constraints for equatable to `>=2.0.5 <3.0.0`.urn:uuid:0ecae69b-2551-474f-a17f-789c3f12e507v0.3.0 of hyper_effects2024-12-15T18:50:52.258125Z0.3.0 was published on Dec 15, 2024.
Changelog excerpt:
### Added
- **New Effects** - Padding effect for dynamic padding adjustments.
- Global roll effect for universal rolling animations.
- Width & height factor support in align effect.
- **Scroll Transition Enhancements** - Additional event variables for finer control.
- Improved transition state management.
- **Pointer Transition Features** - `usePointerRouter`option for flexible pointer event handling.
- Enhanced pointer position tracking.
- **New AnimatedEffect Properties** - `resetValues`- Controls value reset behavior.
- `interruptable`- Manages animation interruption.
- `skipIf`- Conditional animation execution.
- `startState`- Initial animation state control.
- `transformHits`property for translate effect.
- `rotateIn`and `rotateOut`methods for rotate effect.
- **Added New Examples** - group_animation.dart
- rolling_app_bar_animation.dart
- rolling_pictures_animation.dart
- scroll_phase_slide.dart
- scroll_phase_blur.dart
- success_car[...]urn:uuid:af725375-87b7-421e-afe6-2e0fcbbd328dv0.2.3 of hyper_effects2024-02-02T10:18:19.258248Z0.2.3 was published on Feb 2, 2024.
Changelog excerpt:
- Fix dart analysis issues.urn:uuid:1a468d62-5495-424a-91a3-740f88d21b99v0.2.2 of hyper_effects2024-02-02T06:29:17.920219Z0.2.2 was published on Feb 2, 2024.
Changelog excerpt:
- Clamp `OpacityEffect`, `ClipEffect`, and `ColorFilterEffect`values to 0.0 - 1.0 to prevent exceptions with curves that go outside of this range.
- Add new `startImmediately`boolean to .animate() to allow for animations to start immediately without waiting for an initial change in the `trigger`object.
- Improve documentation of `AnimatedEffect`.urn:uuid:cd012fc5-7116-45d2-8f29-4d674d30261bv0.2.1 of hyper_effects2023-12-28T09:50:45.318203Z0.2.1 was published on Dec 28, 2023.
Changelog excerpt:
- Fix exceptions being thrown when animation controller state is changed before completion.urn:uuid:96b4a8fd-9f00-4d8a-94d3-aeacba4257c4v0.2.0 of hyper_effects2023-12-24T18:10:33.791806Z0.2.0 was published on Dec 24, 2023.
Changelog excerpt:
- [BREAKING] Renamed `toggle`to `trigger`in .animate() to better reflect its purpose.
- [BREAKING] Renamed `AnimatedEffect`to `EffectWidget`to better reflect its purpose.
- [BREAKING] Renamed `EffectAnimationValue`to `EffectQuery`to better reflect its purpose.
- [BREAKING] Replace `value`in `EffectQuery`with `linearValue`and `curvedValue`to allow more refined control over animations.
- [BREAKING] Renamed `PostFrameWidget`to `PostFrame`.
- Add new Rolling Text effect.
- Add new shake effect.
- Add new align effect.
- Update all effect extension functions to add more functionality of the `from`state.
- Add new extension functions that have default from states like slideIn/Out() and fadeIn/Out().
- Add new `oneShot`, `animateAfter`, `resetAll`functions to allow for more control over animations.
- Add new `repeat`parameter to animation functions to allow for repeating animations.
- Add new `delay`parameter to animation functions to allow for delaying animations.
- Add new `playIf`parameter[...]urn:uuid:4f196b50-0da2-4543-bd83-01a82533e456v0.1.1 of hyper_effects2023-10-26T10:22:27.282859Z0.1.1 was published on Oct 26, 2023.
Changelog excerpt:
- Minor doc updates.
- Add example GIFs in readme.urn:uuid:62da51b5-30bc-4d60-a7bc-0200dc6805e5v0.1.0 of hyper_effects2023-10-25T06:40:19.414185Z0.1.0 was published on Oct 25, 2023.
Changelog excerpt:
- Initial Release.