flymzero / webdav_client

A dart WebDAV client library
https://pub.dev/packages/webdav_client
BSD 3-Clause "New" or "Revised" License
55 stars 34 forks source link

Remove unnecessary dependency on flutter #15

Closed provokateurin closed 2 years ago

provokateurin commented 2 years ago

Depending on flutter makes it impossible to use the library in a pure dart project. Also the kIsWeb switch wasn't doing anything at all, because the imports already did the job.