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

posted @ 2020-09-01 18:21  小猿笔记  阅读(858)  评论(0编辑  收藏  举报