| ## 1.3.5 |
| |
| * Adds pub topics to package metadata. |
| * Updates minimum supported SDK version to Flutter 3.7/Dart 2.19. |
| |
| ## 1.3.4 |
| |
| * Removes obsolete null checks on non-nullable values. |
| * Updates minimum Flutter version to 3.3. |
| * Aligns Dart and Flutter SDK constraints. |
| |
| ## 1.3.3 |
| |
| * Updates links for the merge of flutter/plugins into flutter/packages. |
| * Updates minimum Flutter version to 3.0. |
| |
| ## 1.3.2 |
| |
| * Updates imports for `prefer_relative_imports`. |
| * Updates minimum Flutter version to 2.10. |
| * Removes unnecessary imports. |
| |
| ## 1.3.1 |
| |
| * Update to use the `verify` method introduced in plugin_platform_interface 2.1.0. |
| |
| ## 1.3.0 |
| |
| * Added new `PurchaseStatus` named `canceled` to distinguish between an error and user cancellation. |
| |
| ## 1.2.0 |
| |
| * Added `toString()` to `IAPError` |
| |
| ## 1.1.0 |
| |
| * Added `currencySymbol` in ProductDetails. |
| |
| ## 1.0.1 |
| |
| * Fixed `Restoring previous purchases` link. |
| |
| ## 1.0.0 |
| |
| * Initial open-source release. |