Implement animation to allow rotating border
Solves https://github.com/ajilo297/Flutter-Dotted-Border/issues/20.
I also added the possibility to place the border on top of the child to allow for an internal border using borderPadding.
PS I took the liberty to update the changelog, I hope that's not an issue
@ajilo297 is there any chance that this can be merged, or at least discussed?
@Maatteogekko I haven't had time to check the PR yet. I am in the middle of an API update and am planning to review this PR once I have pushed the API update to master. Sometime this week probably 🤞🏻
@ajilo297 what about??
@ajilo297 quite a bit of time has passed since the last update. This isn't a breaking change, but maybe that is hard to see with all the extra commits. I can rebase the PR to make it easier to review. Would that help?
@ajilo297 still giving support to this?
Hi @Maatteogekko. Apologies for coming back to the PR so late. Could you rebase on master and resolve the conflicts please. I will be taking a look at this PR over the course of the coming week
@ajilo297 rebase complete! Let me know if you need anything else
@ajilo297 🙏
I forgot to pass the animation value in dashed_painter, now it is all working.
The cleaner solution would be to add support for the animation inside the path_drawing package directly, but that package is no longer being maintained.
My PR in the end boils down to adding 10 or so lines of code in the dash_path taken from that package.