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

textScaleFactorを変更できるように #220

Conversation

poppingmoon
Copy link
Contributor

Fix #219

アプリ全体のtextScaleFactorを変更できるようにしました

  • 全般設定画面からスライダーで設定できるようにしています
    • とりあえず 50% から 150% の10段階にしました
  • 実際には MediaQuery.textScaleFactorOf(context) と設定した倍率をかけたものを渡しています

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2023

Codecov Report

Merging #220 (94d0b29) into master (78fc98a) will increase coverage by 0.02%.
Report is 1 commits behind head on master.
The diff coverage is 72.27%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
+ Coverage   24.66%   24.68%   +0.02%     
==========================================
  Files         200      200              
  Lines        9212     9236      +24     
==========================================
+ Hits         2272     2280       +8     
- Misses       6940     6956      +16     
Files Changed Coverage Δ
lib/model/general_settings.dart 0.00% <ø> (ø)
lib/model/general_settings.g.dart 0.00% <0.00%> (ø)
...e/general_settings_page/general_settings_page.dart 0.62% <0.00%> (-0.07%) ⬇️
lib/view/themes/app_theme_scope.dart 94.77% <98.64%> (+0.93%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@poppingmoon poppingmoon force-pushed the configurable-text-scale-factor branch from 3768843 to df84b45 Compare July 31, 2023 12:09
@poppingmoon poppingmoon force-pushed the configurable-text-scale-factor branch from df84b45 to d73dffb Compare August 8, 2023 15:12
@poppingmoon poppingmoon force-pushed the configurable-text-scale-factor branch from d73dffb to 94d0b29 Compare August 13, 2023 07:36
@shiosyakeyakini-info shiosyakeyakini-info changed the base branch from master to develop August 21, 2023 21:14
@shiosyakeyakini-info shiosyakeyakini-info merged commit d021e9e into shiosyakeyakini-info:develop Aug 27, 2023
1 check passed
@shiosyakeyakini-info
Copy link
Owner

マージしました!ありがとうございます!

@poppingmoon poppingmoon deleted the configurable-text-scale-factor branch August 27, 2023 06:09
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

Successfully merging this pull request may close these issues.

文字の大きさを変更できるようにする
3 participants