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
李卓原
2020-12-03 12:53:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f716fefd7f5d6867a931b7cf0d7ac9b8bbc78eae
f716fefd
1 parent
f641aa23
README.md 4.0.0-beta1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
CHANGELOG.md
README.md
README_CN.md
README_PT.md
pubspec.yaml
CHANGELOG.md
View file @
f716fef
...
...
@@ -6,6 +6,9 @@
*
@Description: Update log
-->
# 4.0.0-beta1
-
change readme
# 4.0.0-beta
-
Modified the initialization method
-
Support font adaptation in themedata
...
...
README.md
View file @
f716fef
...
...
@@ -23,7 +23,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^4.0.0-beta
flutter_screenutil: ^4.0.0-beta
1
```
### Add the following imports to your Dart code:
```
...
...
README_CN.md
View file @
f716fef
...
...
@@ -28,7 +28,7 @@ dependencies:
flutter:
sdk: flutter
# 添加依赖
flutter_screenutil: ^4.0.0-beta
flutter_screenutil: ^4.0.0-beta
1
```
### 在每个使用的地方导入包:
```
...
...
README_PT.md
View file @
f716fef
...
...
@@ -24,7 +24,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^4.0.0-beta
flutter_screenutil: ^4.0.0-beta
1
```
### Adicione o seguinte import em seu código Dart:
...
...
pubspec.yaml
View file @
f716fef
name
:
flutter_screenutil
description
:
A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version
:
4.0.0-beta
version
:
4.0.0-beta
1
homepage
:
https://github.com/OpenFlutter/flutter_screenutil
environment
:
...
...
Please
register
or
login
to post a comment