Flutter-Bounty-Hunters / follow_the_leader

MIT License
13 stars 5 forks source link

Boundary alignment regression #28

Closed kirkbyo closed 1 year ago

kirkbyo commented 1 year ago

It seems that the boundary alignment has regressed in a recent update of the package.

Screen Shot 2023-02-14 at 10 22 59 PM

Notice that in this screenshot, from the main.dart example, the pin is outside the bounds despite the bounds boundary being enabled. In previous versions of the sample, the boundary alignment would force the red rectangle to be within the inset bounds.

Coincidentally, I was running this same sample against 0.0.3 and everything was working correctly.

kirkbyo commented 1 year ago

I just tested v0.0.4+1 (8c33543f67da8d357ae533e45cbfa35115d290a8) and everything works fine for this commit.