-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vladimir
committed
Mar 20, 2018
1 parent
337fa78
commit b7d7fc3
Showing
8 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
## [0.1.3] - iOS Product Price Bug | ||
On iOS product price was passed as double to Dart code. | ||
## 0.2.0 | ||
* **Breaking change**. Dart 2 support | ||
|
||
## [0.1.2] - iOS Simulator Support | ||
Skip a product if information is not fullfiled properly | ||
## 0.1.3 | ||
* On iOS product price was passed as double to Dart code | ||
|
||
## [0.1.1] - iOS Support | ||
Library is tested on iOS. Feature parity for both iOS and Android. | ||
## 0.1.2 | ||
* Skip a product if information is not fulfilled properly | ||
|
||
## [0.1.0] - Billing | ||
New breaking API to address caching of products and purchases. | ||
## 0.1.1 | ||
* iOS Support. Library is tested on iOS. Feature parity for both iOS and Android. | ||
|
||
## [0.0.2] - Basic documented API. | ||
## 0.1.0 | ||
* New breaking API to address caching of products and purchases. | ||
|
||
## [0.0.1] - Initial Release. | ||
## 0.0.2 | ||
* Basic documented API | ||
|
||
## 0.0.1 | ||
* Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" | ||
#include "Generated.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" | ||
#include "Generated.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: flutter_billing | ||
description: A flutter plugin to communicate with billing on iOS and Android. | ||
version: 0.1.3 | ||
version: 0.2.0 | ||
author: Volodymyr Lykhonis <[email protected]> | ||
homepage: http://vladimirlichonos.com | ||
|
||
|
@@ -15,4 +15,5 @@ flutter: | |
pluginClass: BillingPlugin | ||
|
||
environment: | ||
sdk: ">=1.8.0 <2.0.0" | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=0.1.4 <2.0.0" |