Image Picker - Error Piking Image "PlatformException(already_active, Image picker is already active, null)"


This problem occur from native Android side.
I encountered this problem. we had overridden onActivityResult in MainActivity without invoking super.onActivityResult,.This is the correct solution.

super.onActivityResult(requestCode, resultCode, data);

来源:https://github.com/flutter/flutter/issues/19103#issuecomment-583369926


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM