morphix 1.0.0
morphix: ^1.0.0 copied to clipboard
A premium animated async-button Flutter package. Handles the full async button lifecycle — idle, loading, success, error — with spring physics, particle burst, neon glow, and gradient styles.
1.0.0 #
- Initial release
- 4 styles — filled, outlined, neon, gradient
- 7 animations — liquid collapse, rotating gradient arc, stroke checkmark, particle burst, iOS shake, press scale, shadow bloom
- Spring physics — SpringSimulation, not easing curves
- MorphixController — works with Riverpod, Bloc, GetX, MVVM
- ctrl.setProgress() — determinate progress arc for uploads
- Accessibility — FocusableActionDetector, keyboard Enter/Space, SemanticsService.announce
- Reduced motion support via MediaQuery.disableAnimations
- Haptic feedback — tap, success, error patterns
- Custom spring presets — MorphixSprings.snappy, cinematic, bouncy, follow
- 12 production vulnerabilities fixed
- Zero dependencies outside Flutter SDK