Skip to content

Commit

Permalink
Location crash in background
Browse files Browse the repository at this point in the history
  • Loading branch information
stxsudhi committed Mar 14, 2022
1 parent 741dc82 commit 5051091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/location_dto.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LocationDto {
json[Keys.ARG_HEADING],
json[Keys.ARG_TIME],
isLocationMocked,
json[Keys.ARG_PROVIDER],
json.containsKey(Keys.ARG_PROVIDER) ? json[Keys.ARG_PROVIDER] : "",
);
}

Expand Down

1 comment on commit 5051091

@neiljaywarner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stxsudhi does this plugin work on ios currently with flutter 3.7.x?

Please sign in to comment.