abdallah-odeh / flutter_file_downloader

A simple plugin that downloads files to downloads directory in all android versions
BSD 3-Clause "New" or "Revised" License
21 stars 9 forks source link

Failed to build apk #58

Open Bohemiaking opened 4 days ago

Bohemiaking commented 4 days ago

distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip

FAILURE: Build failed with an exception.

abdallah-odeh commented 3 days ago

hello @Bohemiaking This issue was solved in #55, can you please try the prerelease version flutter_file_downloader: ^2.0.1-dev.2

Tell me the result please, thx.

AdamRiedl commented 20 hours ago

Hello @abdallah-odeh had a same problem as @Bohemiaking changing package to: flutter_file_downloader: ^2.0.1-dev.2 solved this issue for me.