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
李卓原
2023-05-15 14:20:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d5cb8b10e13640eec28bd0bcbde0d33b6af04452
d5cb8b10
1 parent
e866c3a1
代码优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
example/lib/src/first_method.dart
example/lib/src/first_method.dart
View file @
d5cb8b1
...
...
@@ -9,7 +9,6 @@ class MyApp extends StatelessWidget {
Widget
build
(
BuildContext
context
)
{
// In first method you only need to wrap [MaterialApp] with [ScreenUtilInit] and that's it
return
ScreenUtilInit
(
useInheritedMediaQuery:
true
,
builder:
(
_
,
child
)
{
return
MaterialApp
(
debugShowCheckedModeBanner:
false
,
...
...
Please
register
or
login
to post a comment