Homogeneize the name of the method channel used to communicate with the platforms available.
Bump versions of dependencies and update static analysis tooling.
- Use
flutter_lints
for static checks (#182, #210). - Update minimum supported SDK version to Flutter 3.10/Dart 3.0.
Populate the configuration in the initializer list to simplify the business logic perception.
Enrich dartdoc
comments to facilitate the adoption of the package.
- Use absolute routes for intra-repo links.
Initial release of the platform interface for the pay plugin.
- 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.
Configuration updates.
- Fix homepage URL errors.
Configuration updates.
- Update versioning and package configuration.
Initial release of the platform interface for this plugin.
- 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.