|
|
@@ -535,16 +535,40 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
fit: BoxFit.cover,
|
|
|
),
|
|
|
),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].adres''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentAdres(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentAdres(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].adres''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -554,27 +578,41 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].plaats''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentPlaats(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentPlaats(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].plaats''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -584,27 +622,41 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].telefoonnummer''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentTelefoonnummer(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentTelefoonnummer(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].telefoonnummer''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -614,27 +666,41 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].email''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentEmail(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentEmail(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].email''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -644,27 +710,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].kvk''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall.establshmentKvk(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall.establshmentKvk(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].kvk''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(
|
|
|
+ context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -674,17 +752,7 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
+ ),
|
|
|
Builder(
|
|
|
builder: (context) {
|
|
|
final cryptocoins =
|
|
|
@@ -795,16 +863,38 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
Column(
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
|
children: [
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].website''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentWebsite(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentWebsite(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].website''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -814,27 +904,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].menukaart''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentMenukaart(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentMenukaart(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].menukaart''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -844,27 +946,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].facebook''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentFacebook(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentFacebook(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].facebook''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -874,27 +988,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].twitter''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentTwitter(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentTwitter(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].twitter''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -904,27 +1030,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].instagram''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentInstagram(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentInstagram(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].instagram''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -934,17 +1072,7 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
+ ),
|
|
|
],
|
|
|
),
|
|
|
Column(
|
|
|
@@ -980,16 +1108,38 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.fontStyle,
|
|
|
),
|
|
|
),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].bestellink''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establshmentBestellink(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establshmentBestellink(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].bestellink''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -999,27 +1149,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].bezorgtijden''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentOpeningstijden(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentOpeningstijden(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].bezorgtijden''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -1029,27 +1191,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].bezorgkosten''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentBezorgkosten(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentBezorgkosten(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].bezorgkosten''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -1059,27 +1233,39 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].minimaleorder''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (EstablishmentInfoCall
|
|
|
+ .establishmentMinimaleorder(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ null &&
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentMinimaleorder(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ) !=
|
|
|
+ '')
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].minimaleorder''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -1089,27 +1275,33 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- Text(
|
|
|
- getJsonField(
|
|
|
- horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
- r'''$[:].thuisbezorgtbetaalopties''',
|
|
|
- ).toString(),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ ),
|
|
|
+ if (getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].thuisbezorgtbetaalopties''',
|
|
|
+ ) !=
|
|
|
+ null)
|
|
|
+ Text(
|
|
|
+ getJsonField(
|
|
|
+ horecagelegenheidCurrentEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ r'''$[:].thuisbezorgtbetaalopties''',
|
|
|
+ ).toString(),
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -1119,17 +1311,7 @@ class _HorecagelegenheidCurrentWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
+ ),
|
|
|
Text(
|
|
|
getJsonField(
|
|
|
horecagelegenheidCurrentEstablishmentInfoResponse
|