FlutterKaigi / conference-app-2023

The Official Conference Application for FlutterKaigi 2023
https://flutterkaigi.jp/conference-app-2023/
Apache License 2.0
133 stars 27 forks source link

Added calendar schedule for session content #250

Closed saito-tk closed 1 year ago

saito-tk commented 1 year ago

Description

Fixes #164

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

https://github.com/FlutterKaigi/conference-app-2023/assets/56019057/03a559fe-2bc8-46ac-bdba-dfec0af1ef1a

https://github.com/FlutterKaigi/conference-app-2023/assets/56019057/d6252964-f17f-4d1b-80a9-aeb25dc2e73d

Checklist

saito-tk commented 1 year ago

@koji-1009 レビューありがとうございます。 プルリク指摘対応を行いました。

ただ、Podfile.lockやInfoPlist.strings等の競合が発生したため、rebaseで競合を解決しようとしたのですが、Podfile.lockの差分で複数のFirebase系のバージョンが10.17.0から10.16.0へダウングレードしてしまう状態になってしまいました。 こちらの対応方法はどうすればよいのでしょうか? 知識不足で申し訳ありません。

koji-1009 commented 1 year ago

@saito-tk 差分を解消しておきました! 後ほど、iosディレクトリに移動し

rm -rf Pods Podfile.lock
pod install --repo-update

を実行していただければ、最新のpodsの状態になると思われます。

saito-tk commented 1 year ago

@koji-1009 最新のpodsの状態へする方法ありがとうございます!

指摘箇所すべて対応できたと思います。 ご確認よろしくお願いします!

github-actions[bot] commented 1 year ago

Commented by GitHub Bot

PR: #250 preview link

saito-tk commented 1 year ago

@koji-1009 レビュー指摘ありがとうございました! とてもいい経験になりました!

こちらの追加の修正はプッシュ&別PR作成はしなくて大丈夫でしょうか?

koji-1009 commented 1 year ago

@saito-tk よかったです! 追加の修正はちょうど行なってしまったため、大丈夫です。ありがとうございます!