Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 1.52 KB

Changelog

2.0.0 (2024-10-10)

Homogeneize the name of the method channel used to communicate with the platforms available.

1.0.4 (2024-01-17)

Bump versions of dependencies and update static analysis tooling.

Features

  • Use flutter_lints for static checks (#182, #210).
  • Update minimum supported SDK version to Flutter 3.10/Dart 3.0.

1.0.3 (2023-01-24)

Populate the configuration in the initializer list to simplify the business logic perception.

1.0.2 (2021-05-25)

Enrich dartdoc comments to facilitate the adoption of the package.

1.0.1 (2021-05-18)

Fixes

  • Use absolute routes for intra-repo links.

1.0.0 (2021-05-18)

Initial release of the platform interface for the pay plugin.

Features

  • A common contract to build on top of to support multiple platform implementations.
  • A default implementation of the contract using the MethodChannel class.
  • Basic data structures to work with multi-provider payment configurations.

1.0.0-beta.3 (2021-05-17)

Configuration updates.

Fixes

  • Fix homepage URL errors.

1.0.0-beta.2 (2021-05-10)

Configuration updates.

Fixes

  • Update versioning and package configuration.

1.0.0-beta.1 (2021-05-10)

Initial release of the platform interface for this plugin.

Features

  • A common contract to build on top of to support multiple platform implementations.
  • A default implementation of the contract using the MethodChannel class.
  • Basic data structures to work with multi-provider payment configurations.