incrediblezayed / file_saver

A simple flutter plugin for saving files in all platforms
https://pub.dev/packages/file_saver
BSD 3-Clause "New" or "Revised" License
75 stars 92 forks source link

Unresolved reference: FileUtils #83

Open ToniHeiss opened 8 months ago

ToniHeiss commented 8 months ago
e: file:///C:/Users/..../AppData/Local/Pub/Cache/hosted/pub.dev/file_saver-0.2.9/android/src/main/kotlin/com/incrediblezayed/file_saver/Dialog.kt:79:33 Unresolved reference: FileUtils

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':file_saver:compileDebugKotlin'.

I get this error when building.

Additionally, is there a reason you set the required compile SDK to 34? The default flutter sdk of the newest version is not even that high.

MengLingWenBlog commented 8 months ago
javieritis commented 8 months ago

Same problem with 0.2.9 release.... any solution?