hover 0.1.8
hover: ^0.1.8 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.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.
0.1.2 4/27/2020. #
- Updated the routing functions.
- Fixed null theme issue encountered when loading the app theme on startup.
0.1.3 4/28/2020. #
- Updated the routing and drawer toggle functions.
- Removed the use of Global keys for scaffolds.
0.1.4 4/29/2020. #
- Updated the SnackBar functions.
- Added regenerate method for routing.
0.1.5 4/30/2020. #
- Updated the routing functions.
- Moved widget classes to a separate library.
0.1.6 5/2/2020. #
- Created static helper methods for getting the screen height/width.
0.1.7 10/2/2020. #
- Hover.create now requires List<
HoverPage> instead of List<HoverRoute> - Removed the HoverSwapper widget from the library.
- Removed the HoverSwapper sample page from the example app.
- Added form widgets.
- Created a sample page for the EmailSignInForm widget.
0.1.8 10/4/2020. #
- Updated names to some widgets missing the 'Hover' prefix.
- Created the HoverSnackBar and updated the helper functions for displaying snackbars
- Created the HoverBaseCard widget.