light_dark_theme_toggle 1.1.0  light_dark_theme_toggle: ^1.1.0 copied to clipboard
light_dark_theme_toggle: ^1.1.0 copied to clipboard
An animated, customizable Flutter widget for switching between light and dark modes with a visually appealing toggle.
1.1.0 #
- Added optional focusColor,splashColor,highlightColor, andhoverColorfor better customization.
- Updated default value for durationandreverseDurationtoDuration(milliseconds: 500)for quick animation
1.0.2 #
- added demo website to readme.md
- optimized package size by remove demo.gif from example project
- refactored example/lib/main.dart
1.0.1 #
- code formatting changes
1.0.0 #
- Initial release of LightDarkThemeToggle widget.