shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

Connection Failed When Run In Release Mode #17

Closed Antonwhi1404 closed 5 years ago

Antonwhi1404 commented 5 years ago

Im getting this error when i run app in release mode Connection failed: java.lang.ClassNotFoundException: com.jcraft.jsch.jce.Random

but in debug mode plugin run with no error Note: i use plugin to download file from sftp

Antonwhi1404 commented 5 years ago

i just re install the plugin and the plugin run with no error :D