hover 0.1.1
hover: ^0.1.1 copied to clipboard
An app framework and widget library that aims to simplify navigation, theme switching, responsive design, and more to speed up prototype development.
0.0.1 3/25/2020. #
- Created the hover package and published to pub.dev.
0.0.2 3/27/2020. #
- Implemented global widgets for an application by using provider with HoverGlobalWidgets.
0.0.3 3/29/2020. #
- Fixed issues with navigation not working properly. Created the HoverSwapper page class.
0.0.3+1 3/29/2020. #
- Updated HoverSwapper to use AnimatedSwitcher.
0.1.0 4/3/2020. #
- Implemented theme switching and updated the example.
0.1.1 4/25/2020. #
- Updated the HoverSwapper.
- Updated the theme save/set functions. Theme data is saved via shared preferences.
- Added functions for saving/loading string data via shared preferences.