update for travelmode change bug fixes

This commit is contained in:
Mohamed Nouffer
2022-07-10 23:50:43 +05:30
parent ce105a6754
commit 264cd828f4
9 changed files with 121 additions and 62 deletions

View File

@ -16,6 +16,7 @@ class Destination {
String? photos;
double? checkin_radious;
int? auto_checkin;
bool selected = false;
Destination({
this.name,