Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
LiZhuoyuan
2021-04-15 23:59:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b88799b6e4d53b05430aca4aa57bd17e708fbed
2b88799b
1 parent
e98440e4
fix #244
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
README.md
README_PT.md
README.md
View file @
2b88799
...
...
@@ -184,8 +184,7 @@ Container(
#### Adapter font:
```
dart
//Incoming font size(The unit is the same as the unit at initialization), fonts will not scale to respect Text Size accessibility settings
//(AllowallowFontScaling when initializing ScreenUtil)
//Incoming font size(The unit is the same as the unit at initialization)
ScreenUtil
().
setSp
(
28
)
28
.
sp
...
...
README_PT.md
View file @
2b88799
...
...
@@ -180,8 +180,8 @@ Container(
#### Adaptar fonte:
```
dart
//Tamanho da fonte informado, em pixels, a fonte não irá dimensionar respeitando a opção "Tamanho de Fonte" nas configurações de acessibilidade
//(allowFontScaling quando iniciar o ScreenUtil)
//Tamanho da fonte informado, em dp
ScreenUtil
().
setSp
(
28
)
//Tamanho da fonte informado,em pixels,a fonte irá dimensionar respeitando a opção "Tamanho de Fonte" nas configurações de acessibilidade
...
...
Please
register
or
login
to post a comment