Fully animated containers for flutter, including fully automatic layout animation.
When an AnimatedWrap gets taller as a result of the line length being exceeded, this causes an abrupt change in size. When the wrap is anchored to the top of something, so that the bottom has room to grow, this creates no visible issue, but when it's anchored to the bottom, it results in the top line of the wrap suddenly moving up before the movement animation plays out. This could only be fully solved if the AnimatedWrap were aware of which direction it will be moved when it changes its size. This isn't really possible, but we can often guess the right answer from our alignment parameters. So let's do that.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by makoConstruct and has received 1 comments.