Skip to content

Commit

Permalink
Merge pull request #321 from Adyen/feature/migrateToFlutter3.27
Browse files Browse the repository at this point in the history
Added support for Flutter 3.27
  • Loading branch information
Robert-SD authored Dec 12, 2024
2 parents 04db597 + cc8f81f commit a0a66b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
api-level: [ 34 ]
flutter-version: [ 3.16.x ,3.19.x, 3.22.x, 3.24.x ]
flutter-version: [ 3.16.x ,3.19.x, 3.22.x, 3.24.x, 3.27.x ]

steps:
- name: Provide more disk space
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
iPhone: [ "'iPhone 15'" ]
flutter-version: [ "3.19.0", "3.22.0", "3.24.0" ]
flutter-version: [ 3.19.x, 3.22.x, 3.24.x, 3.27.x ]

steps:
- name: Provide more disk space
Expand Down
2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:

adyen_checkout:
path: ../
http: 1.2.0
collection: 1.18.0
http: ^1.2.0
collection: ^1.18.0
flutter_localizations:
sdk: flutter
intl: any
Expand Down

0 comments on commit a0a66b8

Please sign in to comment.