currency_cloud 2.0.0 copy "currency_cloud: ^2.0.0" to clipboard
currency_cloud: ^2.0.0 copied to clipboard

A dart library for the Currency Cloud service. It operates as a wrapper for the Currency Cloud REST API.

Changelog #

2.0.0 #

  • Null safety

1.1.0 #

  • Upgrade dependencies
  • Use pedantic for linter

1.0.2 #

  • Add missing underscore for certain Beneficiary keys

1.0.1 #

  • Fix wrong cast in the references data API call
  • Switch to json_serialize instead of codable for JSON (de)serialization

1.0.0 #

  • Use classes instead of maps for all API messages
  • Remove money dependency
  • Revert to use String of currency codes again

0.3.0 #

  • Fix all implicit type casts and cleanup for dart 2.0

0.2.0 #

  • Add missing pub dependency
  • PaymentsApi.create() now uses PaymentType instead of a String
  • API calls with currencies as arguments use Currency from money now instead of String

0.1.0 #

  • Add grinder for formatting and testing
  • Add ci for gitlab
  • Remove defunct authentication test
  • Remove integration tests
  • Remove debug output
  • Update gitignore

0.0.8 #

  • switch to new api url

0.0.7 #

  • add balance api (retrieve)

0.0.1 #

  • Initial version, created by Stagehand
1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A dart library for the Currency Cloud service. It operates as a wrapper for the Currency Cloud REST API.

Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, decimal, http, json_annotation, logging

More

Packages that depend on currency_cloud