mirror of
https://github.com/Iconica-Development/flutter_google_track_and_trace.git
synced 2025-05-19 13:13:44 +02:00
Merged in Joey-Boerwinkel/google_mapdart-edited-online-with-bitbuc-1640171261234 (pull request #1)
google_map.dart edited online with Bitbucket
This commit is contained in:
commit
1b4746a750
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ class _GoogleTrackTraceMapState extends State<GoogleTrackTraceMap> {
|
|||
@override
|
||||
void dispose() {
|
||||
controller.dispose();
|
||||
routeCalculateTimer.cancel();
|
||||
markerUpdateTimer.cancel();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue