light_dark_theme_toggle 1.1.2
light_dark_theme_toggle: ^1.1.2 copied to clipboard
An animated, customizable Flutter widget for switching between light and dark modes with a visually appealing toggle.
1.1.2 #
- Added border radius to
innerMoon
andhalfSun
icon. - Some minor change in
classic
icon. - Refactored
example/main.dart
.
1.1.1 #
- Updated
alignment
to center.
1.1.0 #
- Added optional
focusColor
,splashColor
,highlightColor
, andhoverColor
for better customization. - Updated default value for
duration
andreverseDuration
toDuration(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.