ajilo297 / Flutter-Dotted-Border

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

Doesn't work on Web #7

Closed agordeev closed 4 years ago

agordeev commented 4 years ago

The package claims it's compatible with Web, but unfortunately it doesn't. path_drawing's dashPath method throws Unimplemented error.

agordeev commented 4 years ago

A related issue: https://github.com/flutter/flutter/issues/48386 It'd be good if we can remove Web as a target platform for this package until the method is implemented for Web.

ajilo297 commented 4 years ago

I do not know if/how Web can be removed as a target platform. Meanwhile, I could update the Readme to say it does not support the web builds as of now.

Thanks for pointing out it does not work for web though.