flutter_downloader
flutter_downloader copied to clipboard
flutter_downloader local network
I just started using flutter and tried the file download feature using the flutter_downloader plugin. When this plugin is used and there is internet access, the feature runs. But when this plugin is used on a local network, this feature doesn't work. The data/files to be downloaded are on the local network.
Has anyone experienced this, and is it really necessary to use the flutter_downloader plugin with internet access? I tried to read the documentation, and there doesn't seem to be any explanation regarding this. Thank you.
Local resources should be no problem as long those have valid TLS certificates and here is most likely your issue. I think in the readme is a hint how to bypass the encryption requirements.
You should use ignoreSSL: true in the plugin inizialization in main.dart