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
李卓原
2021-12-30 10:55:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad87543faebe287e6f48bb659c317ec883a36a9f
ad87543f
1 parent
bd7577be
5.0.2+1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
CHANGELOG.md
lib/screenutil_init.dart
pubspec.yaml
CHANGELOG.md
View file @
ad87543
# 5.0.2+1
-
fix splitScreenMode to false
# 5.0.2
-
add "minTextAdapt" param , Font adaptation is based on the minimum value of width and height or only based on width(default)
...
...
lib/screenutil_init.dart
View file @
ad87543
...
...
@@ -5,7 +5,7 @@ class ScreenUtilInit extends StatelessWidget {
ScreenUtilInit
({
required
this
.
builder
,
this
.
designSize
=
ScreenUtil
.
defaultSize
,
this
.
splitScreenMode
=
tru
e
,
this
.
splitScreenMode
=
fals
e
,
this
.
minTextAdapt
=
false
,
Key
?
key
,
})
:
super
(
key:
key
);
...
...
pubspec.yaml
View file @
ad87543
name
:
flutter_screenutil
description
:
A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version
:
5.0.2
version
:
5.0.2
+1
homepage
:
https://github.com/OpenFlutter/flutter_screenutil
environment
:
...
...
Please
register
or
login
to post a comment