day_night_switcher 0.2.0+1 day_night_switcher: ^0.2.0+1 copied to clipboard
A simple day / night switcher widget made in pure Dart. Allows to quickly show a beautiful dark mode switcher widget to your users.
[0.2.0+1] - 2021-09-03 #
- Fixed a rendering bug.
[0.2.0] - 2021-05-03 #
- Migrated to null-safety.
[0.1.1+1] - 2020-08-05 #
- Updated README and ran
dartfmt
on the lib folder.
[0.1.1] - 2020-06-14 #
- Added a
onLongPress
callback. - Now sending feedback for presses and long presses.
- Added a
copyWith
method on both widgets.
[0.1.0+2] - 2020-05-15 #
- Now using
AnimatedBuilder
. - Performance and code quality improvements.
[0.1.0+1] - 2020-03-06 #
- Updated the plugin description to better fit pub.dev requirements.
[0.1.0] - 2020-03-06 #
- First Beta.