Skip to content

Commit

Permalink
try to fix dartanalyzer for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maRci002 committed Sep 18, 2020
1 parent 075b0a7 commit 200400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter_map_example/pages/interactive_test_page.dart';

import './pages/animated_map_controller.dart';
import './pages/circle.dart';
Expand All @@ -23,6 +22,7 @@ import './pages/tap_to_add.dart';
import './pages/tile_loading_error_handle.dart';
import './pages/widgets.dart';
import './pages/wms_tile_layer.dart';
import 'pages/interactive_test_page.dart';

void main() => runApp(MyApp());

Expand Down

0 comments on commit 200400f

Please sign in to comment.