Skip to main content

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.

1

💥 Shake Effect

shake
Widget
Applies a horizontal shaking animation to the widget. The shake effect is built-in to the flutter_animate package used under the hood.
// Shakes for 500ms
Container(color: Colors.red).shake();