flutter_placeholder_textlines 1.2.0
flutter_placeholder_textlines: ^1.2.0 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.1.2 18/08/21 #
- Some fix
1.1.1 09/08/21 #
- Some small improvements
1.1.0 09/08/21 #
- Version change
1.0.5 14/06/20 #
- Null safety
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