Skip to content

Commit 64da078

Browse files
committed
in_app_purchases: subscriptions.get is deprecated.
1 parent 59e60d2 commit 64da078

File tree

22 files changed

+38
-14
lines changed

22 files changed

+38
-14
lines changed

in_app_purchases/codelab_rebuild.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16761,6 +16761,9 @@ steps:
1676116761
include: package:lints/recommended.yaml
1676216762

1676316763
analyzer:
16764+
errors:
16765+
# TODO: https://github.com/flutter/flutter/issues/178321
16766+
deprecated_member_use: ignore
1676416767
language:
1676516768
strict-casts: true
1676616769
strict-inference: true

in_app_purchases/complete/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
firebase_auth: ^6.1.2
1515
firebase_core: ^4.2.1
1616
google_sign_in: ^7.2.0
17-
http: ^1.5.0
17+
http: ^1.6.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5+1
2020
logging: ^1.3.0

in_app_purchases/complete/dart-backend/analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
include: package:lints/recommended.yaml
22

33
analyzer:
4+
errors:
5+
# TODO: https://github.com/flutter/flutter/issues/178321
6+
deprecated_member_use: ignore
47
language:
58
strict-casts: true
69
strict-inference: true

in_app_purchases/complete/dart-backend/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
app_store_server_sdk: ^1.2.10
1111
googleapis: ^15.0.0
1212
googleapis_auth: ^2.0.0
13-
http: ^1.5.0
13+
http: ^1.6.0
1414
shelf: ^1.4.2
1515
shelf_router: ^1.1.2
1616

in_app_purchases/step_00/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
firebase_auth: ^6.1.2
1515
firebase_core: ^4.2.1
1616
google_sign_in: ^7.2.0
17-
http: ^1.5.0
17+
http: ^1.6.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5+1
2020
logging: ^1.3.0

in_app_purchases/step_00/dart-backend/analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
include: package:lints/recommended.yaml
22

33
analyzer:
4+
errors:
5+
# TODO: https://github.com/flutter/flutter/issues/178321
6+
deprecated_member_use: ignore
47
language:
58
strict-casts: true
69
strict-inference: true

in_app_purchases/step_00/dart-backend/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
app_store_server_sdk: ^1.2.10
1111
googleapis: ^15.0.0
1212
googleapis_auth: ^2.0.0
13-
http: ^1.5.0
13+
http: ^1.6.0
1414
shelf: ^1.4.2
1515
shelf_router: ^1.1.2
1616

in_app_purchases/step_03/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
firebase_auth: ^6.1.2
1515
firebase_core: ^4.2.1
1616
google_sign_in: ^7.2.0
17-
http: ^1.5.0
17+
http: ^1.6.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5+1
2020
logging: ^1.3.0

in_app_purchases/step_03/dart-backend/analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
include: package:lints/recommended.yaml
22

33
analyzer:
4+
errors:
5+
# TODO: https://github.com/flutter/flutter/issues/178321
6+
deprecated_member_use: ignore
47
language:
58
strict-casts: true
69
strict-inference: true

in_app_purchases/step_03/dart-backend/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
app_store_server_sdk: ^1.2.10
1111
googleapis: ^15.0.0
1212
googleapis_auth: ^2.0.0
13-
http: ^1.5.0
13+
http: ^1.6.0
1414
shelf: ^1.4.2
1515
shelf_router: ^1.1.2
1616

0 commit comments

Comments
 (0)