Skip to content

Commit

Permalink
[in_app_purchase] Bump dependencies on json_serializable, build_runne…
Browse files Browse the repository at this point in the history
…r (#4386)

Regenerate output
Also put in a pointer to the json_serializable issue related to creating
stand-alone enum converters

Co-authored-by: Chris Yang <[email protected]>
  • Loading branch information
kevmoo and Chris Yang authored Sep 27, 2021
1 parent cc3c53c commit 5ec6196
Show file tree
Hide file tree
Showing 14 changed files with 218 additions and 233 deletions.
4 changes: 4 additions & 0 deletions packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Update dev_dependency `build_runner` to ^2.0.0 and `json_serializable` to ^5.0.2.

## 0.1.4+7

* Ensure that the `SkuDetailsWrapper.introductoryPriceMicros` is populated correctly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class BillingClientFeatureConverter
}

// Define a class so we generate serializer helper methods for the enums
// See https://github.com/google/json_serializable.dart/issues/778
@JsonSerializable()
class _SerializedEnums {
late BillingResponse response;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/in_app_purchase/in_app_purchase_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies:
meta: ^1.3.0

dev_dependencies:
build_runner: ^1.11.1
build_runner: ^2.0.0
flutter_test:
sdk: flutter
json_serializable: ^4.1.1
json_serializable: ^5.0.2
test: ^1.16.0
4 changes: 4 additions & 0 deletions packages/in_app_purchase/in_app_purchase_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Update dev_dependency `build_runner` to ^2.0.0 and `json_serializable` to ^5.0.2.

## 0.1.3+4

* Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class SKProductDiscountPaymentModeConverter
}

// Define a class so we generate serializer helper methods for the enums
// See https://github.com/google/json_serializable.dart/issues/778
@JsonSerializable()
class _SerializedEnums {
late SKPaymentTransactionStateWrapper response;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5ec6196

Please sign in to comment.