DuQuanzhong

Results 3 issues of DuQuanzhong

Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency', reason: 'child view controller: should have parent view controller: but actual parent is: JXSegmentedListContainerViewController 这个控制器我看是私有的 怎么能获取到 谢谢

question

if (await LJGPermission.photosPermission()) { var imageCheck = await ImagePicker.pickImage(source: ImageSource.gallery); if (imageCheck != null) { final result = await RScan.scanImagePath(imageCheck.path); if (result != null) { Navigator.pop(context); } } } else...

Hello, can you please add a callback for the upload progress? Thank you.