-
Notifications
You must be signed in to change notification settings - Fork 20
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
「全般設定」を開いた時点でフォントダウンロードが行われる #487
Comments
他の方法としてはModalBottomSheetとListViewを使う方法が考えられます ref: d82d1cd#diff-b015bd8b1eb7eb59713460e0afac2b088f50440bb5c2569a013ad5f56049d1b4 |
|
This comment was marked as resolved.
This comment was marked as resolved.
もう一回リバートした |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #460
ユーザーが初めて「全般設定」を開いたとき、「設定候補のフォントのダウンロード(220MB)」と「表示されていない設定欄を含めたフォントの更新」が同時にユーザーに通知なく行われるため、Miriaが操作不能に陥ることがある(端末によってはクラッシュする危険性がある)。
一方、フォントのプレビュー機能自体は有用なものであるため、「ユーザーがフォントダウンロードを許可するまで行わない」等の対策が欲しい。
(ここでflutter_font_pickerを使用したように、ページを分けるなど)
The text was updated successfully, but these errors were encountered: