auto_updater
auto_updater copied to clipboard
Avoid the need of full URL on the enclosure url
In the new version it is required to add the full URL including IP address and port in the enclosure url. It has some practical issues if we deploy to multiple devices and if the server has dynamic IP. Can the flutter app combine the IP and port from the feedURL together with the filepath from the enclosure url in the appcast.xml?
Any update on this?