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
2020-09-19 19:17:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e80e1197238782781360f3600b98f31fd2142143
e80e1197
1 parent
2a2f2b55
update readme
Hide 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 @
e80e119
...
...
@@ -6,6 +6,9 @@
*
@Description: Update log
-->
# 3.0.1
-
update readme
# 3.0.0
-
After a period of experimentation, I think it's time to release the official version
...
...
README.md
View file @
e80e119
...
...
@@ -28,7 +28,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^3.0.
0
flutter_screenutil: ^3.0.
1
```
### Add the following imports to your Dart code:
```
...
...
README_CN.md
View file @
e80e119
...
...
@@ -33,7 +33,7 @@ dependencies:
flutter:
sdk: flutter
# 添加依赖
flutter_screenutil: ^3.0.
0
flutter_screenutil: ^3.0.
1
```
### 在每个使用的地方导入包:
```
...
...
README_PT.md
View file @
e80e119
...
...
@@ -28,7 +28,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^3.0.
0
flutter_screenutil: ^3.0.
1
```
### Adicione o seguinte import em seu código Dart:
...
...
pubspec.yaml
View file @
e80e119
name
:
flutter_screenutil
description
:
A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version
:
3.0.
0
version
:
3.0.
1
homepage
:
https://github.com/OpenFlutter/flutter_screenutil/tree/beta
environment
:
...
...
Please
register
or
login
to post a comment