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

プロフィール画面の読み込み時 #8

Closed
thoth000 opened this issue Jul 4, 2020 · 2 comments
Closed

プロフィール画面の読み込み時 #8

thoth000 opened this issue Jul 4, 2020 · 2 comments

Comments

@thoth000
Copy link
Collaborator

thoth000 commented Jul 4, 2020

問題点

以下の画像のように読み込みサークルが上にくる
(本来ならば画面中央にある方が良い)
Screenshot_1593871727

考えられる原因

おそらく縦に積めるWidget(ColumnListView)内にCircularProgressIndicatorが存在しているため

解決法

  1. Columnを縦中央寄せにする
  2. Column外でCircularProgressIndicatorを中央寄せで表示する
@thoth000
Copy link
Collaborator Author

thoth000 commented Jul 6, 2020

FutureBuilderが大きさを持たないことが原因かもしれない。

  1. FutureBuilderCenterで囲む

  2. CircularProgressIndicatorを大きさ最大のSizedBoxで囲む

1の方がCenterを余分に増やさなくて済むので良さそう。
2は画面サイズを取得したりして、コストが多少大きくなりそう。

@thoth000
Copy link
Collaborator Author

thoth000 commented Jul 9, 2020

現在確認したところ、issueの指摘箇所が直っていたため、issueを閉じる。

@thoth000 thoth000 closed this as completed Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant