Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

🐛 [firebase_ui_auth] problems with sign-in screen layout

オープン
#36 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る

メンテナーはふだん 7 日以内に返信

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
dart, flutter
領域
frontend

調査の方向性

まず responsive_page.dart と参照されている issue、特に flutterfire#10431 を確認し、影響を受けるサインインおよび登録のレイアウトを把握します。さまざまなブラウザー幅において、テキストボックスの幅、ヘッダー、breakpoint パラメーターが現在どのように処理されているかを確認してください。レイアウトが一貫してレスポンシブであり、幅の設定が機能し、ヘッダーが予測どおりにレンダリングされ、breakpoint の動作がドキュメント化されていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

auth Keep Open

Bug report

See https://github.com/firebase/flutterfire/issues/10431 for files etc.
Issue number 5 in firebase_ui_auth 1.1.10 issues.pdf

There are problems with responsive_page.dart.
There appears to be no way of setting the width of the email/ password text boxes on sign-in or register screens and if you supply a header, it sometimes appears and sometimes doesn't and the breakpoint parameter that can be passed in isn't documented properly. Depending on the width of the browser window, the width of the text boxes is sometimes very wide, which is wrong.

The attached version of responsive_page.dart solves the problems with the layout but it has a hard-coded max width (that probably needs adjusting) for the edit boxes. Trying to use the width values in the theme for the text box widths does nothing.

see also
https://github.com/firebase/flutterfire/issues/10431
https://github.com/firebase/FirebaseUI-Flutter/issues/39
https://github.com/firebase/FirebaseUI-Flutter/issues/38
https://github.com/firebase/FirebaseUI-Flutter/issues/37
https://github.com/firebase/flutterfire/issues/10436

主要言語
Dart
スター
152
フォーク
141
平均マージ
2日 10時間
マージ済み PR(30日)
12

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

firebase/FirebaseUI-Flutter のほかの issue

firebase/FirebaseUI-Flutter の issue をすべて見る

似ている issue

Dart の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。