I am getting this error while building the app. I have done all the changes related to MULTIDEX but still getting this error.
            Asked
            
        
        
            Active
            
        
            Viewed 38 times
        
    1
            
            
        - 
                    i have same issue, I think it's a bug with some packages. – Junsu Cho Aug 29 '19 at 08:10
 - 
                    Any suggestions ? – Dushyant Aug 29 '19 at 08:26
 - 
                    I have encountered. image_picker package, so remove the package. and no error – Junsu Cho Aug 29 '19 at 08:31
 - 
                    If I removed image_pciker then whats the alternative ? – Dushyant Aug 29 '19 at 08:37
 - 
                    i use imager_picker_modern https://pub.dev/packages/image_picker_modern – Junsu Cho Aug 29 '19 at 08:44
 - 
                    How to check that which library is conflicting ? And thanks for the help. – Dushyant Aug 29 '19 at 08:50
 - 
                    In my case, I checked one by one. I tried changing the application to multidexapplication in android but it didn't work. It does not work properly. Maybe this part won't be fixed when flutter upgrade later? – Junsu Cho Aug 29 '19 at 08:52
 - 
                    i found this link : https://stackoverflow.com/a/54680454/4997344 – Junsu Cho Aug 29 '19 at 08:54
 - 
                    Thanks for the link. One morething is there any file picker I can use. I tried few but they are not working. – Dushyant Aug 29 '19 at 09:06
 - 
                    Please suggest me any good file picker with sample code. Thanks in advance – Dushyant Aug 29 '19 at 09:31
 - 
                    File picker? Image picker? – Junsu Cho Aug 29 '19 at 09:53
 - 
                    Image picker issue resolve and thanks for it but I am also looking for FILE Picker :https://stackoverflow.com/questions/57707395/is-there-any-file-picker-i-can-use-i-tried-few-but-they-are-not-working – Dushyant Aug 29 '19 at 09:54
 - 
                    Any thing on this ? – Dushyant Aug 29 '19 at 10:00
 - 
                    i Reply that question https://stackoverflow.com/questions/57707395/is-there-any-file-picker-i-can-use-i-tried-few-but-they-are-not-working – Junsu Cho Aug 29 '19 at 23:55
 - 
                    I am getting issue in https://pub.dev/packages/image_picker_modern - As image is not setting after selecting the image from Gallery. Below is my code: // For Capturing the image Future getImage() async { var image = await ImagePicker.pickImage(source: ImageSource.gallery); setState(() { imageData = image; displayImage = "Yes"; }); } – Dushyant Aug 31 '19 at 08:20