Dmitry Gaimaldinov

Results 9 comments of Dmitry Gaimaldinov

@knottx, please, add support for flutter 3.24.0 in your repo. Right now building apk with your fork throws ``` Execution failed for task ':image_gallery_saver:verifyReleaseResources'. > A failure occurred while executing...

@mogol, please, can you explain why this happens and can it be fixed by someone?

@richardradics this error happens because flutter_libphonenumber uses melos for packaging. Original package from pub dev is in https://github.com/acoutts/flutter_libphonenumber/packages/flutter_libphonenumber directory (internal directory of https://github.com/acoutts/flutter_libphonenumber). And it's name `flutter_libphonenumber`. At the same...

Same issue. In my case it doesn't always happen. But sometimes it happens after changing appId in appication. We have one appId for production environment and another one for development....

@llfbandit thanks for the reply and information, I'll research this

@clemeMnt sorry, no. My colleague said that it may really be done with WinRT but it will take to much time to implement. So we decided to make a simple...

I'm sorry. In first version of my comment above I mentioned that `FileSystemException: File closed` happens with my attempt to generate MultipartFileRecreatable instead of MultipartFile. But now I guess this...

@yfming93, please, put your sample code here. If you want to have different count on different requests you have to create multiple `Dio` instances. Each of them will have it's...