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-16 19:40:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
514454586ce9c87b5d371d4441b079e3eeedbad7
51445458
1 parent
8af233dc
beta3
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 @
5144545
...
...
@@ -6,6 +6,9 @@
*
@Description: Update log
-->
# 4.0.0-beta3
-
Optimize the way of initialization
# 4.0.0-beta2
-
fix error:'window is not a type.'
...
...
README.md
View file @
5144545
...
...
@@ -23,7 +23,7 @@ dependencies:
flutter
:
sdk
:
flutter
# add flutter_screenutil
flutter_screenutil
:
^4.0.0-beta
1
flutter_screenutil
:
^4.0.0-beta
3
```
### Add the following imports to your Dart code:
```
dart
...
...
README_CN.md
View file @
5144545
...
...
@@ -28,7 +28,7 @@ dependencies:
flutter
:
sdk
:
flutter
# 添加依赖
flutter_screenutil
:
^4.0.0-beta
1
flutter_screenutil
:
^4.0.0-beta
3
```
### 在每个使用的地方导入包:
```
dart
...
...
README_PT.md
View file @
5144545
...
...
@@ -24,7 +24,7 @@ dependencies:
flutter
:
sdk
:
flutter
# add flutter_screenutil
flutter_screenutil
:
^4.0.0-beta
flutter_screenutil
:
^4.0.0-beta
3
```
### Adicione o seguinte import em seu código Dart:
...
...
pubspec.yaml
View file @
5144545
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
2
version
:
4.0.0-beta
3
homepage
:
https://github.com/OpenFlutter/flutter_screenutil
environment
:
...
...
Please
register
or
login
to post a comment