Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion in_app_purchases/codelab_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17148,7 +17148,7 @@ steps:
rmdir: step_03
- name: Add dependencies
path: steps/app
flutter: pub add in_app_purchase dev:in_app_purchase_platform_interface
flutter: pub add cloud_firestore cupertino_icons firebase_auth firebase_core google_sign_in http intl provider logging
- name: Copy to step_03
copydir:
from: steps
Expand Down
7 changes: 3 additions & 4 deletions in_app_purchases/complete/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
flutter:
Expand All @@ -13,17 +13,16 @@ dependencies:
cupertino_icons: ^1.0.8
firebase_auth: ^6.0.1
firebase_core: ^4.0.0
google_sign_in: ^6.3.0
google_sign_in: ^7.1.1
http: ^1.5.0
intl: ^0.20.2
provider: ^6.1.5
in_app_purchase: ^3.2.3
logging: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
in_app_purchase_platform_interface: ^1.4.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/complete/dart-backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
app_store_server_sdk: ^1.2.10
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/step_00/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/step_00/dart-backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
app_store_server_sdk: ^1.2.10
Expand Down
7 changes: 3 additions & 4 deletions in_app_purchases/step_03/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
flutter:
Expand All @@ -13,17 +13,16 @@ dependencies:
cupertino_icons: ^1.0.8
firebase_auth: ^6.0.1
firebase_core: ^4.0.0
google_sign_in: ^6.3.0
google_sign_in: ^7.1.1
http: ^1.5.0
intl: ^0.20.2
provider: ^6.1.5
in_app_purchase: ^3.2.3
logging: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
in_app_purchase_platform_interface: ^1.4.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/step_03/dart-backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
app_store_server_sdk: ^1.2.10
Expand Down
7 changes: 3 additions & 4 deletions in_app_purchases/step_07/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
flutter:
Expand All @@ -13,17 +13,16 @@ dependencies:
cupertino_icons: ^1.0.8
firebase_auth: ^6.0.1
firebase_core: ^4.0.0
google_sign_in: ^6.3.0
google_sign_in: ^7.1.1
http: ^1.5.0
intl: ^0.20.2
provider: ^6.1.5
in_app_purchase: ^3.2.3
logging: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
in_app_purchase_platform_interface: ^1.4.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/step_07/dart-backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
app_store_server_sdk: ^1.2.10
Expand Down
7 changes: 3 additions & 4 deletions in_app_purchases/step_08/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
flutter:
Expand All @@ -13,17 +13,16 @@ dependencies:
cupertino_icons: ^1.0.8
firebase_auth: ^6.0.1
firebase_core: ^4.0.0
google_sign_in: ^6.3.0
google_sign_in: ^7.1.1
http: ^1.5.0
intl: ^0.20.2
provider: ^6.1.5
in_app_purchase: ^3.2.3
logging: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
in_app_purchase_platform_interface: ^1.4.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/step_08/dart-backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
app_store_server_sdk: ^1.2.10
Expand Down
7 changes: 3 additions & 4 deletions in_app_purchases/step_10/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
flutter:
Expand All @@ -13,17 +13,16 @@ dependencies:
cupertino_icons: ^1.0.8
firebase_auth: ^6.0.1
firebase_core: ^4.0.0
google_sign_in: ^6.3.0
google_sign_in: ^7.1.1
http: ^1.5.0
intl: ^0.20.2
provider: ^6.1.5
in_app_purchase: ^3.2.3
logging: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
in_app_purchase_platform_interface: ^1.4.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/step_10/dart-backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
app_store_server_sdk: ^1.2.10
Expand Down
7 changes: 3 additions & 4 deletions in_app_purchases/step_11/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
flutter:
Expand All @@ -13,17 +13,16 @@ dependencies:
cupertino_icons: ^1.0.8
firebase_auth: ^6.0.1
firebase_core: ^4.0.0
google_sign_in: ^6.3.0
google_sign_in: ^7.1.1
http: ^1.5.0
intl: ^0.20.2
provider: ^6.1.5
in_app_purchase: ^3.2.3
logging: ^1.3.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
in_app_purchase_platform_interface: ^1.4.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion in_app_purchases/step_11/dart-backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.9.0-0
sdk: ^3.9.0

dependencies:
app_store_server_sdk: ^1.2.10
Expand Down
Loading