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
WJG
2021-01-26 10:46:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d06cc2ba26d2d59850c90dc43e0b6707ee624203
d06cc2ba
1 parent
32cf21d9
修复ScreenUtilInit的{}未闭合问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/screenutil_init.dart
lib/screenutil_init.dart
View file @
d06cc2b
...
...
@@ -30,7 +30,7 @@ class ScreenUtilInit extends StatelessWidget {
designSize:
designSize
,
allowFontScaling:
allowFontScaling
,
);
}
return
child
;
},
);
...
...
Please
register
or
login
to post a comment