huahua_motion 0.0.3
huahua_motion: ^0.0.3 copied to clipboard
Composable, focus-driven motion primitives for Flutter interfaces.
0.0.3 #
- Add
HuahuaVariedExtentScrollTimelinewith center-based focus geometry, varied-distance snapping, stable-key anchoring, and continuous focus updates. - Add experimental
HuahuaMeasuredScrollTimelinefor naturally sized items. - Allow empty fixed timelines and add configurable timeline, physics, snapping, stable item keys, and fractional focus callbacks.
- Clarify that fixed-extent timelines accept any widget type but require equal item heights.
- Expand the example with irregular image, mixed-media, and text-only cards.
- Prevent incidental release velocity from automatically advancing to the next snapped card; low-speed releases now settle on the nearest center.
0.0.2 #
- Add
HuahuaFixedExtentScrollTimeline, a high-level core widget for arbitrary Widget content with focus motion, timeline synchronization, snapping, automatic visibility, and optional haptics. - Add public fixed-extent snapping physics.
0.0.1 #
- Add the
HuahuaFocusTransformmotion primitive. - Add a center-focused scrolling example using network images.
- Document the initial public API and roadmap.
- Add complete, domain, and per-primitive public import entrypoints.
- Turn the example entry screen into a motion demo catalog.
- Add complete English and Simplified Chinese package and example guides.