Skip to content

Commit

Permalink
Update welcome_page.dart (#607)
Browse files Browse the repository at this point in the history
Removed duplicated page
  • Loading branch information
pinguluk authored Aug 15, 2021
1 parent 060ecb0 commit 7ea99ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/lib/pages/welcome_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ class _WelcomePageState extends State<WelcomePage> {
_buildExampleElementWidget("Overridden aspect ratio", () {
_navigateToPage(OverriddenAspectRatioPage());
}),
_buildExampleElementWidget("Overridden aspect ratio", () {
_navigateToPage(OverriddenAspectRatioPage());
}),
_buildExampleElementWidget("Notifications player", () {
_navigateToPage(NotificationPlayerPage());
}),
Expand Down

0 comments on commit 7ea99ca

Please sign in to comment.