Location edition
This commit is contained in:
parent
e55edce3d4
commit
87718b7ad5
15 changed files with 138 additions and 75 deletions
|
|
@ -25,6 +25,7 @@ Future<List<YourLocation>> loadYourLocations() async {
|
|||
}
|
||||
|
||||
persistYourLocations(List<YourLocation> yl) {
|
||||
print('Persisting $yl');
|
||||
globals.prefs.then((prefs) {
|
||||
List<String> ylAsString = [];
|
||||
yl.forEach((location) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue