shinonome-inc / qiita_client_yo

【模擬開発案件】Qiitaクライアントアプリ(PlayGroundモバイルコース最終課題)
3 stars 0 forks source link

【Flutter最終課題】UserPage・ユーザー画面実装 #33

Closed KobayashiYoh closed 2 years ago

KobayashiYoh commented 2 years ago

概要

お疲れ様です。 UserPageでユーザー画面の実装をしました。 レビューよろしくお願いします。


Client IDとClient Secret

Client IDとClient Secretが書かれているファイル(qiita_auth_key.dart)は こちらからダウンロードしてください。 ダウンロードしたファイルはmobile_qiita_app/lib/に格納してください。 よろしくお願いします。


新しく実装した内容

1. FollowsFollowersListPageからUserPageへ遷移

FollowsFollowersListPageでユーザーのプロフィールをタップすると、そのユーザーのUserPageへ遷移する実装をしました。 b5f0e1a 該当ファイル : mobile_qiita_app/lib/components/user_component_of_user_list.dart


主な変更内容

1. UserPageのUIを修正

e3f6c057c593a26407034002f02adf39e8129e71 変更理由 : 自分の実装したUIが少しFigmaと異なっていたため 該当ファイル : mobile_qiita_app/lib/components/follows_followers_button.dart mobile_qiita_app/lib/components/user_component_of_user_page.dart など

次の実装予定


実装後のUI

https://user-images.githubusercontent.com/82624334/155682559-1090ba67-7a56-48f2-864b-563535eb3837.mp4


mcz9mm commented 2 years ago

LGTMです