nbspou / dospace

Dart client library to interact with the DigitalOcean Spaces API. Same API as Amazon AWS S3.
BSD 3-Clause "New" or "Revised" License
14 stars 48 forks source link

Updated to latest dependencies and fixed XML parse issues #20

Open jeevareddy opened 1 year ago

jeevareddy commented 1 year ago

This PR comprises of:

  1. I have updated to the latest dependencies as of 13 September 2023.
  2. Fixed XML parse issue
  3. Migrated from deprecated getter "xml.XmlElement().text" to "xml.XmlElement().value"
ember11498 commented 10 months ago

@cspocketindia @jeevareddy how can i commit this updated pr? in my pubspec.yaml what do i need to write to get your version istead of dospace 0.13.5

jeevareddy commented 10 months ago

@cspocketindia @jeevareddy how can i commit this updated pr? in my pubspec.yaml what do i need to write to get your version istead of dospace 0.13.5

Hi @ember11498,

Since this PR is not yet merged and if you like to use the changes of this PR, you can do so by adding the below to "dependency_overrides" in your pubspec.yaml

dospace: git: https://github.com/jeevareddy/dospace.git

Sorry about the formatting, please refer image below for proper indentation. image