flutter_placeholder_textlines 1.0.4
flutter_placeholder_textlines: ^1.0.4 copied to clipboard
A simple plugin to generate placeholder lines that emulates text in a UI, useful for displaying placeholder content while loading or empty items
1.0.4 25/02/20 #
- Improve performance for not animated widgets.
1.0.3 30/01/20 #
- Fixed issue where context was expected but null was found
- Fixed issue where each line was rebuild with a different width every time a parent widget rebuild it's state, added a property to enable this behaviour if wanted (
rebuildOnStateChange
) - Updated README.md
1.0.2 26/01/20 #
- Dispose animation controller
1.0.1 26/01/20 #
- Fix unexported widget
1.0.0 25/01/20 #
- Initial release