- fix not being able to parse some XML schemes, thanks to pedia, see #12
- fixed failed binding for multicast socket in iOS 11.0 or higher, thanks to pedia, see #13
- fixed typo in html escaping, thanks to deckerst, see #14
- update dependencies
- do not use
reusePort
option on Android, see #5
- fix formatting
- do not use
reusePort
option on Windows, see #4
- update dependencies
- make example visible for pub.dev
- format all files
- fix argument replacement to be according to UPnP/XML
- fix some more linter issues (using
lints
dart package now)
- fix code of null safety migration (we need to make some tests)
- fix use of constant in coffee_make.dart
- add a lot of documentation
- fix a lot of linter issues
- improve package description
- fix package url in examples
- add linter and fix a lot of linter issues
- correct url of repository
- add null safety (thanks to Kevin Wright https://github.com/thecoda/upnp.dart/)