Skip to content

Commit

Permalink
move home.dart to home_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Nov 30, 2019
1 parent 65f009d commit 2de4ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/routes/home.dart → lib/home_page.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

import '../my_app_settings.dart';
import '../my_route.dart';
import '../my_app_routes.dart'
import './my_app_settings.dart';
import './my_route.dart';
import './my_app_routes.dart'
show MyRouteGroup, kAboutRoute, kMyAppRoutesStructure;

class MyHomePage extends StatelessWidget {
Expand Down
2 changes: 1 addition & 1 deletion lib/my_app_routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import 'package:flutter/material.dart';

import './constants.dart';
import './home_page.dart';
import './my_route.dart';
import './routes/home.dart';
import './routes/about.dart';

import './routes/animation_animated_builder_ex.dart';
Expand Down

0 comments on commit 2de4ce4

Please sign in to comment.