mod switch between pages and remove errors
This commit is contained in:
@@ -45,7 +45,8 @@ class InputPage extends GetView<InputController> {
|
||||
children: [
|
||||
Obx(
|
||||
() => inputCtrl.ptvModel != null && inputCtrl.currentUser != null
|
||||
? Text('UserEmail: ${inputCtrl.currentUser!.email}\nName: ${inputCtrl.currentUser!.name}\nFormattedAddress: ${inputCtrl.ptvModel!.locations!.first.formattedAddress}',
|
||||
? Text(
|
||||
'DateNow: ${inputCtrl.safeDate}\nUserEmail: ${inputCtrl.currentUser!.email}\nName: ${inputCtrl.currentUser!.name}\nFormattedAddress: ${inputCtrl.safeLocation}',
|
||||
)
|
||||
: const Text('Keine Daten gefunden'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user