Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove unused navigatorObservers from the Google Maps example. (#763)
Browse files Browse the repository at this point in the history
This is no longer used since #743, the empty list was just a
left over.
  • Loading branch information
amirh authored Sep 5, 2018
1 parent 4ef2f60 commit 2726440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/google_maps_flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ class MapsDemo extends StatelessWidget {
}

void main() {
final List<NavigatorObserver> observers = <NavigatorObserver>[];
runApp(MaterialApp(home: MapsDemo(), navigatorObservers: observers));
runApp(MaterialApp(home: MapsDemo()));
}

0 comments on commit 2726440

Please sign in to comment.