Skip to content

Commit

Permalink
#fixup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Jul 27, 2019
1 parent 865de0e commit 4094ee6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions lib/my_app_meta.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
// List<Tuple2> object. And it provides functions to get app's routing table or
// app's navigation drawer menu items from the declared metadata.
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

import './constants.dart';
import './my_app_settings.dart';
import './my_route.dart';
import './routes/home.dart';
import './routes/about.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/routes/appbar_bottom_appbar_ex.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import '../my_route.dart';

// Adapted from offical flutter gallery:
// https://github.com/flutter/flutter/blob/master/examples/flutter_gallery/lib/demo/material/bottom_app_bar_demo.dart
Expand Down
1 change: 1 addition & 0 deletions lib/routes/home.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

import '../my_app_settings.dart';
import '../my_route.dart';
import '../my_app_meta.dart'
Expand Down
1 change: 0 additions & 1 deletion lib/routes/nav_routes_ex.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import '../my_route.dart';

// Adapted from Tensor Programming's multi-page app tutorial:
// https://github.com/tensor-programming/dart_flutter_multi_page_app.
Expand Down

0 comments on commit 4094ee6

Please sign in to comment.