Documentation Index
Fetch the complete documentation index at: https://starrycodes.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
🚀 Flutter_Extend Version 0.3.0 is now live! See our changelog for details.
Add continuous scaling and click-response bounce effects to your widgets effortlessly to draw user attention.
Documentation Index
Fetch the complete documentation index at: https://starrycodes.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Show Parameters
scale factor the widget will reach (e.g., 1.2 is 20% larger).milliseconds).duration of a single pulse cycle (in milliseconds).true, the animation loops indefinitely.true, the animation cycles back and forth (scale up, then scale down).true, the animation starts automatically.AnimationController is initialized.Icon(Icons.favorite).pulseSimple(scaleFactor: 1.2);
Show Parameters
delay before the animation starts (in milliseconds).duration of the initial scale-up phase (in milliseconds).true, the entire two-stage animation sequence loops indefinitely.AnimationController is initialized.// One-off Bouncing Entrance
Text('Success!').pulseAlt(repeat: false);
Was this page helpful?