-
Notifications
You must be signed in to change notification settings - Fork 10
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
スポンサー関連のデータを追加 #176
スポンサー関連のデータを追加 #176
Conversation
Visit the preview URL for this PR (updated for commit cf7a1b8): https://flutterkaigi-2023-preview--pr176-feature-add-sponsor-cvaa8go8.web.app (expires Mon, 02 Oct 2023 06:13:59 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: ec86c184da0140e1a174c92c6d39f7a77720a028 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tatsutakein
2点 コメントさせて頂きました🙏 ご確認お願い致します!
Future<List<Sponsor>> fetchSponsors() async { | ||
return [ | ||
..._platinumSponsors, | ||
..._goldSponsors, | ||
..._silverSponsors, | ||
]; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
仰るとおり、同期関数のため普通に List<Sponsor>
で良さそうでした!
e5b026c にて対応いたしました。
plan: SponsorPlan.gold, | ||
session: null, | ||
introduction: | ||
'10Xではモバイル・WebアプリでFlutterを、サーバーサイドではDartを利用しています。このように10XはFlutter・Dartに支えられており、今後も価値あるプロダクトを作り続ける上で重要な技術への支援・還元を行っていきます。', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub Actions/analyze
The line length exceeds the 80-character limit.
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
80文字制限について、ファイル全体でignoreしてしまって良さそうです!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
おお、ありがとうございます…!
960b07f にて対応いたしました。
@YumNumm |
d7060f5
to
ad1f56b
Compare
ad1f56b
to
270e03e
Compare
@YumNumm @tatsutakein |
Issue
Overview (Required)
スポンサー関連のデータを追加して、スポンサーロゴカードの背景を黒に変更しました。
CyberAgent, harmo, RECRUIT のロゴは flutter_svg では非対応の形式で出力されてしまっていたため、はじめに各企業からいただいていた png 形式で表示するようにしました。
Screenshot