Skip to content

Commit f309890

Browse files
author
Tensor-Programming
authored
Update weather_repo.dart
1 parent 2105eea commit f309890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/weather_repo.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class WeatherRepo {
4646
// return result;
4747
// }
4848

49-
//uses Stream instead of future. Mainly done because lastKnownLocation isn't as reliable as locationUpdates.
49+
//uses Stream instead of future. Mainly done because lastKnownLocation isn't as reliable as currentLocation.
5050
//when geolocation plugin is fixed or better plugin is released, will update code.
5151

5252
Stream<LocationResult> updateLocationStream(dynamic item) {

0 commit comments

Comments
 (0)