Skip to content

Commit

Permalink
build: bump packages and dart/flutter version (#575)
Browse files Browse the repository at this point in the history
Update packages, dart/flutter versions and update files to be able to
build. This includes addressing changes to chopper (http client), which
had breaking changes to its interceptor. This class can no longer be
easily tested, so its tests have been removed.

---------

Co-authored-by: Thomas Andersen <[email protected]>
  • Loading branch information
marfavi and TTA777 authored Nov 5, 2024
1 parent 2ff7085 commit 4a84dd7
Show file tree
Hide file tree
Showing 33 changed files with 624 additions and 615 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_flutter_environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
- name: Setup Flutter environment
uses: subosito/[email protected]
with:
flutter-version: 3.16.0
flutter-version: 3.24.4
channel: "stable"

- name: Download dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The application is brewed using these SDK versions:
| SDK | Version |
| ------- | -------------- |
| Dart | >=3.0.0 <4.0.0 |
| Flutter | 3.16.0 |
| Flutter | 3.24.4 |

## 📚 Documentation

Expand Down
2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<string>13.0</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '12.0'
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -39,7 +39,7 @@ post_install do |installer|
target.build_configurations.each do |config|
config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end
Loading

0 comments on commit 4a84dd7

Please sign in to comment.