Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Flutter SDK to 2.10.3 #272

Merged
merged 5 commits into from
Mar 22, 2022

Conversation

inhibitor1217
Copy link
Owner

Summary

Fixes #243

Details

  • Updates flutter sdk to 2.10.3
  • Updates (and fix some breaking changes) package dependencies to latest version
  • Fix android, iOS build script dependencies
  • Update flutter sdk versions in CI scripts

Migrate in local environment

Update SDK and dependency to latest version in local development environment.

$ flutter upgrade
$ flutter pub get

Note

  • Note that this is merged to release/mobile/1.5.0+14 branch (will update minor version)

@inhibitor1217 inhibitor1217 added dependencies Pull requests that update a dependency file mobile labels Mar 13, 2022
@inhibitor1217 inhibitor1217 self-assigned this Mar 13, 2022
@inhibitor1217 inhibitor1217 linked an issue Mar 13, 2022 that may be closed by this pull request
Copy link
Collaborator

@jyuunnii jyuunnii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

버전 변경한 거로 에뮬레이터에서 빌드하면 아래처럼 디자인이 달라지는데 요건 무시해도 될까요 ?

Comment on lines 189 to 196
COCOAPODS: 1.11.2
COCOAPODS: 1.10.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 왜 다운 일까유 ! 저는 1.11.2로 해야 xcode 에서 빌드 되서요ㅜ!

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jyuunnii
Copy link
Collaborator

버전 변경한 거로 에뮬레이터에서 빌드하면 아래처럼 디자인이 달라지는데 요건 무시해도 될까요 ?

#274 에서 대응했습니다 참고요!

@jyuunnii
Copy link
Collaborator

base 바꿔서 1.4.1+14 에 내보내도 좋을 것 같아용 필요하다면 1.5.0+14 로 변경할게요 ~

@inhibitor1217
Copy link
Owner Author

inhibitor1217 commented Mar 22, 2022

@jyuunnii

base 바꿔서 1.4.1+14 에 내보내도 좋을 것 같아용 필요하다면 1.5.0+14 로 변경할게요 ~

프레임워크 변경이라 minor 버전 올리는 것으로 하려고 합니다
다만 1.4.1 이 빌드넘버 14면 브랜치명은 1.5.0+15 로 나중에 바꾸면 되겠죠

@inhibitor1217 inhibitor1217 merged commit f92e5d7 into release/mobile/1.5.0+14 Mar 22, 2022
@inhibitor1217 inhibitor1217 deleted the chore/mobile/flutter-sdk-2.10 branch March 22, 2022 11:33
jyuunnii pushed a commit that referenced this pull request Mar 30, 2022
* chore(mobile_app): update dependencies

* Major version updates: firebase_analytics, webview_flutter, flutter_svg

* chore(github_actions): update flutter version to 2.10.3 in ci-mobile-app.beta workflow

* fix(mobile_app): update android target sdk version to 31

* fix(mobile_app): update kotlin gradle plugin version

* chore(mobile_app/ios): update pods to 1.11.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file mobile
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Flutter to 2.10
2 participants