flutter_theme_circle_animation 0.0.1
flutter_theme_circle_animation: ^0.0.1 copied to clipboard
A Flutter package that provides a beautiful circle reveal animation for theme switching, similar to Telegram's theme transition effect. Zero dependencies beyond Flutter.
0.0.1 #
Initial release.
- Circle reveal animation for theme switching on Android and iOS.
ThemeCircleAnimationwrapper widget with configurable duration and curve.ThemeCircleSwitchtoggle button with animated sun/moon icon.- Programmatic API via
toggle()andtoggleFromWidget(). - Screenshot-based transition using
RepaintBoundary. - Zero external dependencies.