Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
0e8b1877
Unverified
Commit
0e8b1877
authored
Mar 17, 2018
by
xster
Committed by
GitHub
Mar 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn on Material page transition fade effect for Gallery (#15583)
parent
43284d70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
main.dart
examples/flutter_gallery/lib/main.dart
+4
-1
No files found.
examples/flutter_gallery/lib/main.dart
View file @
0e8b1877
...
...
@@ -5,10 +5,13 @@
// Thanks for checking out Flutter!
// Like what you see? Tweet us @flutterio
import
'package:flutter/
widgets
.dart'
;
import
'package:flutter/
material
.dart'
;
import
'gallery/app.dart'
;
void
main
(
)
{
// Overriding https://github.com/flutter/flutter/issues/13736 for better
// visual effect at the cost of performance.
MaterialPageRoute
.
debugEnableFadingRoutes
=
true
;
// ignore: deprecated_member_use
runApp
(
const
GalleryApp
());
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment