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
李卓原
2022-03-08 10:20:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba4252957ee77eb7a4b912cb46231fa73d53bbd8
ba425295
1 parent
226d6c1a
delete const
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
example/lib/main.dart
example/lib/main.dart
View file @
ba42529
...
...
@@ -29,7 +29,7 @@ class MyApp extends StatelessWidget {
child:
widget
,
);
},
home:
const
HomePage
(
title:
'FlutterScreenUtil Demo'
),
home:
HomePage
(
title:
'FlutterScreenUtil Demo'
),
),
);
}
...
...
Please
register
or
login
to post a comment