rec_api_dart 1.4.5 copy "rec_api_dart: ^1.4.5" to clipboard
rec_api_dart: ^1.4.5 copied to clipboard

Dart/Fluter implementation of the REC Barcelona API. You can carry out any operation and put the recs into circulation.

1.4.5 #

  • Fix null version problem in campaign

1.4.4 #

  • Implementation of digital identity service
  • B2B products email service
  • App version checking system
  • Select language to search for products

1.4.0 #

  • Adds challenges and rewards entities and services

1.3.1 #

  • fixes Account.fullPhone, it now only adds prefix if present

1.3.0 #

  • adds List<String> refundsIds; to Transaction entity
  • adds Transaction? refundParentTransaction; to Transaction entity
  • adds TransactionsService.getOne(String id, String type)

1.2.9 #

  • RechargeData.toJson() returns "save_card" as a string, either "0" or "1"

1.2.8 #

  • Moved bank_cards to user instead of account
  • Added card_id and save_card data to recharge data

## 1.2.7

  • Adds BankCard entity
  • Account has list of BankCards

## 1.2.6

  • Renamed isComercVerd to isCommerceVerd in MapAccountData

## 1.2.5

  • Added isComercVerd to MapAccountData

## 1.2.4

  • Added default value for Badge entity group, group_es and group_ca

## 1.2.3

  • Adds group, group_es and group_ca to Badge entity

## 1.2.2 Adds missing exported entity ConfigurationSettings

## 1.2.1

Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/compare/v1.2.0...v1.2.1

## 1.2.0 Adds support for Qualifications and Badges

Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/compare/v1.2.0-alpha.2...v1.2.0

1.2.0-alpha.2 #

  • Added Account reviewer and Account account to Qualification entity

Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/compare/v1.2.0-alpha.1...v1.2.0-alpha.2

1.2.0-alpha.1 #

Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/commits/v1.2.0-alpha.1

1.1.4 #

  • Added RegisterService.registerRezeroB2B to perform a register for RezeroB2B

1.1.3 #

  • Add missed property platform to RegisterData

1.1.2 #

  • Added rexero_b2b properties to Account and RegisterData
    • Account
      • rezeroB2BUsername - Rezero b2b username (for forum)
      • rezeroB2BAccess - Rezero b2b access status (for accessing forum)
    • RegisterData
      • rezeroB2BUsername - Rezero b2b username (for forum)
  • Added REZERO_B2B_ACCESS status consts
    • Account.REZERO_B2B_ACCESS_NOT_GRANTED
    • Account.REZERO_B2B_ACCESS_PENDING
    • Account.REZERO_B2B_ACCESS_GRANTED

1.1.1 #

  • Adding missed export RecoverPasswordData

1.1.0 #

  • RecoverPasswordService.recoverPassword now accepts a RecoverPasswordData instance instead of passing in each field.
  • Adds RecoverPasswordData DTO

1.0.1 #

  • Allows login call LoginService.login(LoginDAta data, {String? platform}) to receive platform

1.0.0 #

  • Initial version, adds all basic functionality
1
likes
90
pub points
8%
popularity

Publisher

verified publisherqbitartifacts.com

Dart/Fluter implementation of the REC Barcelona API. You can carry out any operation and put the recs into circulation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, dio, flutter, flutter_secure_storage, http, http_interceptor, intl

More

Packages that depend on rec_api_dart