Minor changes
This commit is contained in:
parent
fb33596481
commit
b22ee50f89
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ Future<BasicLocation> getUserLocation(
|
||||||
try {
|
try {
|
||||||
Location _location = new Location();
|
Location _location = new Location();
|
||||||
Map<String, double> location = await _location.getLocation;
|
Map<String, double> location = await _location.getLocation;
|
||||||
// print('location $location');
|
|
||||||
|
|
||||||
// It seems that the lib fails with lat/lon values
|
// It seems that the lib fails with lat/lon values
|
||||||
var basicLocation = new BasicLocation(
|
var basicLocation = new BasicLocation(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue