Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 2e102b8

Browse files
authored
[ci] add pedantic dep to new in_app_purchase pkgs (#4471)
1 parent 53fff22 commit 2e102b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/in_app_purchase/in_app_purchase_android/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ dev_dependencies:
2929
flutter_test:
3030
sdk: flutter
3131
json_serializable: ^6.0.0
32+
pedantic: ^1.10.0
3233
test: ^1.16.0

packages/in_app_purchase/in_app_purchase_ios/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ dev_dependencies:
2828
flutter_test:
2929
sdk: flutter
3030
json_serializable: ^6.0.0
31+
pedantic: ^1.10.0
3132
test: ^1.16.0

0 commit comments

Comments
 (0)