ajilo297 / Flutter-Dotted-Border

A Flutter package to easily add dashed borders around widgets
https://pub.dev/packages/dotted_border
MIT License
295 stars 63 forks source link

Please consider update to path_drawing 1.0.0 #17

Closed MagnusJohansson closed 2 years ago

MagnusJohansson commented 2 years ago

Hi,

I have other packages that now are using the just recently published stable release of path_drawing 1.0.0.

Dotted border uses 0.5.0, so there will be an unresolvable conflict (because of the major version bump)

Could you please consider update the dependency to also use path_drawing ^1.0.0 ?