prachiFam / amazon_s3_cognito

this is a Flutter plugin allows users to upload and delete image for amazon s3 cognito
Other
16 stars 24 forks source link

Errors while running through iOS #11

Open gironaptik opened 4 years ago

gironaptik commented 4 years ago

Hi,

I'm getting those errors-

implementing deprecated class [-Wdeprecated-implementations] @implementation AWSS3TransferManager

note: class declared here @interface AWSS3TransferManager : AWSService

'AWSS3TransferManager' is deprecated: Use AWSS3TransferUtility for upload and download operations. AWSS3TransferManager.default().upload(uploadRequest!).continueWith { (task) -> AnyObject? in