evenement_horecagelegenheid_widget.dart 84 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594
  1. import '/backend/api_requests/api_calls.dart';
  2. import '/flutter_flow/flutter_flow_theme.dart';
  3. import '/flutter_flow/flutter_flow_util.dart';
  4. import '/flutter_flow/flutter_flow_widgets.dart';
  5. import 'dart:ui';
  6. import '/index.dart';
  7. import 'package:carousel_slider/carousel_slider.dart';
  8. import 'package:cached_network_image/cached_network_image.dart';
  9. import 'package:flutter/material.dart';
  10. import 'package:flutter_spinkit/flutter_spinkit.dart';
  11. import 'package:google_fonts/google_fonts.dart';
  12. import 'package:provider/provider.dart';
  13. import 'evenement_horecagelegenheid_model.dart';
  14. export 'evenement_horecagelegenheid_model.dart';
  15. class EvenementHorecagelegenheidWidget extends StatefulWidget {
  16. const EvenementHorecagelegenheidWidget({
  17. super.key,
  18. required this.establishmentID,
  19. });
  20. final String? establishmentID;
  21. @override
  22. State<EvenementHorecagelegenheidWidget> createState() =>
  23. _EvenementHorecagelegenheidWidgetState();
  24. }
  25. class _EvenementHorecagelegenheidWidgetState
  26. extends State<EvenementHorecagelegenheidWidget>
  27. with TickerProviderStateMixin, RouteAware {
  28. late EvenementHorecagelegenheidModel _model;
  29. @override
  30. void setState(VoidCallback callback) {
  31. super.setState(callback);
  32. _model.onUpdate();
  33. }
  34. @override
  35. void initState() {
  36. super.initState();
  37. _model = createModel(context, () => EvenementHorecagelegenheidModel());
  38. _model.tabBarController = TabController(
  39. vsync: this,
  40. length: 3,
  41. initialIndex: 0,
  42. )
  43. ..addListener(() => safeSetState(() {}))
  44. ..addListener(() {
  45. debugLogWidgetClass(_model);
  46. });
  47. }
  48. @override
  49. void dispose() {
  50. routeObserver.unsubscribe(this);
  51. _model.maybeDispose();
  52. super.dispose();
  53. }
  54. @override
  55. void didUpdateWidget(EvenementHorecagelegenheidWidget oldWidget) {
  56. super.didUpdateWidget(oldWidget);
  57. _model.widget = widget;
  58. }
  59. @override
  60. void didChangeDependencies() {
  61. super.didChangeDependencies();
  62. final route = DebugModalRoute.of(context);
  63. if (route != null) {
  64. routeObserver.subscribe(this, route);
  65. }
  66. debugLogGlobalProperty(context);
  67. }
  68. @override
  69. void didPopNext() {
  70. if (mounted && DebugFlutterFlowModelContext.maybeOf(context) == null) {
  71. setState(() => _model.isRouteVisible = true);
  72. debugLogWidgetClass(_model);
  73. }
  74. }
  75. @override
  76. void didPush() {
  77. if (mounted && DebugFlutterFlowModelContext.maybeOf(context) == null) {
  78. setState(() => _model.isRouteVisible = true);
  79. debugLogWidgetClass(_model);
  80. }
  81. }
  82. @override
  83. void didPop() {
  84. _model.isRouteVisible = false;
  85. }
  86. @override
  87. void didPushNext() {
  88. _model.isRouteVisible = false;
  89. }
  90. @override
  91. Widget build(BuildContext context) {
  92. DebugFlutterFlowModelContext.maybeOf(context)
  93. ?.parentModelCallback
  94. ?.call(_model);
  95. return FutureBuilder<ApiCallResponse>(
  96. future: EstablishmentInfoCall.call(
  97. nid: widget!.establishmentID,
  98. ),
  99. builder: (context, snapshot) {
  100. // Customize what your widget looks like when it's loading.
  101. if (!snapshot.hasData) {
  102. return Center(
  103. child: SizedBox(
  104. width: 80.0,
  105. height: 80.0,
  106. child: SpinKitFadingCircle(
  107. color: Color(0xFFB1061E),
  108. size: 80.0,
  109. ),
  110. ),
  111. );
  112. }
  113. final columnEstablishmentInfoResponse = snapshot.data!;
  114. _model.debugBackendQueries[
  115. 'EstablishmentInfoCall_statusCode_Column_g5wjludw'] =
  116. debugSerializeParam(
  117. columnEstablishmentInfoResponse.statusCode,
  118. ParamType.int,
  119. link:
  120. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  121. name: 'int',
  122. nullable: false,
  123. );
  124. _model.debugBackendQueries[
  125. 'EstablishmentInfoCall_responseBody_Column_g5wjludw'] =
  126. debugSerializeParam(
  127. columnEstablishmentInfoResponse.bodyText,
  128. ParamType.String,
  129. link:
  130. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  131. name: 'String',
  132. nullable: false,
  133. );
  134. debugLogWidgetClass(_model);
  135. return Column(
  136. mainAxisSize: MainAxisSize.max,
  137. children: [
  138. InkWell(
  139. splashColor: Colors.transparent,
  140. focusColor: Colors.transparent,
  141. hoverColor: Colors.transparent,
  142. highlightColor: Colors.transparent,
  143. onTap: () async {
  144. context.pushNamed(
  145. HorecagelegenheidCurrentWidget.routeName,
  146. queryParameters: {
  147. 'nid': serializeParam(
  148. widget!.establishmentID,
  149. ParamType.String,
  150. ),
  151. }.withoutNulls,
  152. );
  153. },
  154. child: Text(
  155. valueOrDefault<String>(
  156. EstablishmentInfoCall.establshmentTitel(
  157. columnEstablishmentInfoResponse.jsonBody,
  158. ),
  159. 'HorecaNaam',
  160. ),
  161. style: FlutterFlowTheme.of(context).headlineLarge.override(
  162. font: GoogleFonts.interTight(
  163. fontWeight: FlutterFlowTheme.of(context)
  164. .headlineLarge
  165. .fontWeight,
  166. fontStyle: FlutterFlowTheme.of(context)
  167. .headlineLarge
  168. .fontStyle,
  169. ),
  170. letterSpacing: 0.0,
  171. fontWeight:
  172. FlutterFlowTheme.of(context).headlineLarge.fontWeight,
  173. fontStyle:
  174. FlutterFlowTheme.of(context).headlineLarge.fontStyle,
  175. ),
  176. ),
  177. ),
  178. Padding(
  179. padding: EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 8.0),
  180. child: Builder(
  181. builder: (context) {
  182. final categoriehoreca =
  183. EstablishmentInfoCall.establishmentCategorie(
  184. columnEstablishmentInfoResponse.jsonBody,
  185. )?.toList() ??
  186. [];
  187. _model.debugGeneratorVariables[
  188. 'categoriehoreca${categoriehoreca.length > 100 ? ' (first 100)' : ''}'] =
  189. debugSerializeParam(
  190. categoriehoreca.take(100),
  191. ParamType.String,
  192. isList: true,
  193. link:
  194. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  195. name: 'String',
  196. nullable: false,
  197. );
  198. debugLogWidgetClass(_model);
  199. return Row(
  200. mainAxisSize: MainAxisSize.max,
  201. children: List.generate(categoriehoreca.length,
  202. (categoriehorecaIndex) {
  203. final categoriehorecaItem =
  204. categoriehoreca[categoriehorecaIndex];
  205. return Container(
  206. decoration: BoxDecoration(
  207. color: Color(0xFFC84E4E),
  208. boxShadow: [
  209. BoxShadow(
  210. blurRadius: 4.0,
  211. color: Color(0x33000000),
  212. offset: Offset(
  213. 0.0,
  214. 2.0,
  215. ),
  216. )
  217. ],
  218. ),
  219. child: Padding(
  220. padding: EdgeInsetsDirectional.fromSTEB(
  221. 2.0, 0.0, 2.0, 0.0),
  222. child: Text(
  223. categoriehorecaItem,
  224. style: FlutterFlowTheme.of(context)
  225. .bodyMedium
  226. .override(
  227. font: GoogleFonts.inter(
  228. fontWeight: FlutterFlowTheme.of(context)
  229. .bodyMedium
  230. .fontWeight,
  231. fontStyle: FlutterFlowTheme.of(context)
  232. .bodyMedium
  233. .fontStyle,
  234. ),
  235. letterSpacing: 0.0,
  236. fontWeight: FlutterFlowTheme.of(context)
  237. .bodyMedium
  238. .fontWeight,
  239. fontStyle: FlutterFlowTheme.of(context)
  240. .bodyMedium
  241. .fontStyle,
  242. ),
  243. ),
  244. ),
  245. );
  246. }),
  247. );
  248. },
  249. ),
  250. ),
  251. Builder(
  252. builder: (context) {
  253. final fotoos = EstablishmentInfoCall.establishmentFotoos(
  254. columnEstablishmentInfoResponse.jsonBody,
  255. )?.toList() ??
  256. [];
  257. _model.debugGeneratorVariables[
  258. 'fotoos${fotoos.length > 100 ? ' (first 100)' : ''}'] =
  259. debugSerializeParam(
  260. fotoos.take(100),
  261. ParamType.String,
  262. isList: true,
  263. link:
  264. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  265. name: 'String',
  266. nullable: false,
  267. );
  268. debugLogWidgetClass(_model);
  269. return Container(
  270. width: double.infinity,
  271. height: 200.0,
  272. child: CarouselSlider.builder(
  273. itemCount: fotoos.length,
  274. itemBuilder: (context, fotoosIndex, _) {
  275. final fotoosItem = fotoos[fotoosIndex];
  276. return ClipRRect(
  277. borderRadius: BorderRadius.circular(8.0),
  278. child: CachedNetworkImage(
  279. fadeInDuration: Duration(milliseconds: 500),
  280. fadeOutDuration: Duration(milliseconds: 500),
  281. imageUrl: fotoosItem,
  282. width: 200.0,
  283. height: 200.0,
  284. fit: BoxFit.cover,
  285. ),
  286. );
  287. },
  288. carouselController: _model.carouselController ??=
  289. CarouselSliderController(),
  290. options: CarouselOptions(
  291. initialPage: max(0, min(1, fotoos.length - 1)),
  292. viewportFraction: 0.5,
  293. disableCenter: true,
  294. enlargeCenterPage: true,
  295. enlargeFactor: 0.25,
  296. enableInfiniteScroll: true,
  297. scrollDirection: Axis.horizontal,
  298. autoPlay: false,
  299. onPageChanged: (index, _) =>
  300. _model.carouselCurrentIndex = index,
  301. ),
  302. ),
  303. );
  304. },
  305. ),
  306. Expanded(
  307. child: Column(
  308. children: [
  309. Align(
  310. alignment: Alignment(0.0, 0),
  311. child: TabBar(
  312. labelColor: FlutterFlowTheme.of(context).primaryText,
  313. unselectedLabelColor:
  314. FlutterFlowTheme.of(context).secondaryText,
  315. labelStyle:
  316. FlutterFlowTheme.of(context).titleMedium.override(
  317. font: GoogleFonts.interTight(
  318. fontWeight: FlutterFlowTheme.of(context)
  319. .titleMedium
  320. .fontWeight,
  321. fontStyle: FlutterFlowTheme.of(context)
  322. .titleMedium
  323. .fontStyle,
  324. ),
  325. letterSpacing: 0.0,
  326. fontWeight: FlutterFlowTheme.of(context)
  327. .titleMedium
  328. .fontWeight,
  329. fontStyle: FlutterFlowTheme.of(context)
  330. .titleMedium
  331. .fontStyle,
  332. ),
  333. unselectedLabelStyle:
  334. FlutterFlowTheme.of(context).titleMedium.override(
  335. font: GoogleFonts.interTight(
  336. fontWeight: FlutterFlowTheme.of(context)
  337. .titleMedium
  338. .fontWeight,
  339. fontStyle: FlutterFlowTheme.of(context)
  340. .titleMedium
  341. .fontStyle,
  342. ),
  343. letterSpacing: 0.0,
  344. fontWeight: FlutterFlowTheme.of(context)
  345. .titleMedium
  346. .fontWeight,
  347. fontStyle: FlutterFlowTheme.of(context)
  348. .titleMedium
  349. .fontStyle,
  350. ),
  351. indicatorColor: FlutterFlowTheme.of(context).primary,
  352. tabs: [
  353. Tab(
  354. text: FFLocalizations.of(context).getText(
  355. 'ubuux42u' /* Info */,
  356. ),
  357. ),
  358. Tab(
  359. text: FFLocalizations.of(context).getText(
  360. 'mlojriz0' /* Openingstijden */,
  361. ),
  362. ),
  363. Tab(
  364. text: FFLocalizations.of(context).getText(
  365. '5tdut8bf' /* Bezorgen */,
  366. ),
  367. ),
  368. ],
  369. controller: _model.tabBarController,
  370. onTap: (i) async {
  371. [() async {}, () async {}, () async {}][i]();
  372. },
  373. ),
  374. ),
  375. Expanded(
  376. child: TabBarView(
  377. controller: _model.tabBarController,
  378. children: [
  379. Column(
  380. mainAxisSize: MainAxisSize.max,
  381. children: [
  382. Text(
  383. valueOrDefault<String>(
  384. widget!.establishmentID,
  385. 'establishmentnid',
  386. ),
  387. style: FlutterFlowTheme.of(context)
  388. .bodyMedium
  389. .override(
  390. font: GoogleFonts.inter(
  391. fontWeight: FlutterFlowTheme.of(context)
  392. .bodyMedium
  393. .fontWeight,
  394. fontStyle: FlutterFlowTheme.of(context)
  395. .bodyMedium
  396. .fontStyle,
  397. ),
  398. letterSpacing: 0.0,
  399. fontWeight: FlutterFlowTheme.of(context)
  400. .bodyMedium
  401. .fontWeight,
  402. fontStyle: FlutterFlowTheme.of(context)
  403. .bodyMedium
  404. .fontStyle,
  405. ),
  406. ),
  407. Text(
  408. valueOrDefault<String>(
  409. EstablishmentInfoCall.establishmentEmail(
  410. columnEstablishmentInfoResponse.jsonBody,
  411. ),
  412. 'email',
  413. ),
  414. style: FlutterFlowTheme.of(context)
  415. .bodyMedium
  416. .override(
  417. font: GoogleFonts.inter(
  418. fontWeight: FlutterFlowTheme.of(context)
  419. .bodyMedium
  420. .fontWeight,
  421. fontStyle: FlutterFlowTheme.of(context)
  422. .bodyMedium
  423. .fontStyle,
  424. ),
  425. letterSpacing: 0.0,
  426. fontWeight: FlutterFlowTheme.of(context)
  427. .bodyMedium
  428. .fontWeight,
  429. fontStyle: FlutterFlowTheme.of(context)
  430. .bodyMedium
  431. .fontStyle,
  432. ),
  433. ),
  434. ClipRRect(
  435. borderRadius: BorderRadius.circular(8.0),
  436. child: CachedNetworkImage(
  437. fadeInDuration: Duration(milliseconds: 500),
  438. fadeOutDuration: Duration(milliseconds: 500),
  439. imageUrl: valueOrDefault<String>(
  440. EstablishmentInfoCall.establshmentLogo(
  441. columnEstablishmentInfoResponse.jsonBody,
  442. ),
  443. 'Logo',
  444. ),
  445. width: MediaQuery.sizeOf(context).width * 0.15,
  446. height: 200.0,
  447. fit: BoxFit.cover,
  448. ),
  449. ),
  450. Row(
  451. mainAxisSize: MainAxisSize.max,
  452. children: [
  453. Icon(
  454. Icons.house,
  455. color:
  456. FlutterFlowTheme.of(context).primaryText,
  457. size: 24.0,
  458. ),
  459. Flexible(
  460. child: Text(
  461. valueOrDefault<String>(
  462. EstablishmentInfoCall.establishmentPlaats(
  463. columnEstablishmentInfoResponse
  464. .jsonBody,
  465. ),
  466. 'Plaats',
  467. ),
  468. style: FlutterFlowTheme.of(context)
  469. .bodyMedium
  470. .override(
  471. font: GoogleFonts.inter(
  472. fontWeight:
  473. FlutterFlowTheme.of(context)
  474. .bodyMedium
  475. .fontWeight,
  476. fontStyle:
  477. FlutterFlowTheme.of(context)
  478. .bodyMedium
  479. .fontStyle,
  480. ),
  481. letterSpacing: 0.0,
  482. fontWeight:
  483. FlutterFlowTheme.of(context)
  484. .bodyMedium
  485. .fontWeight,
  486. fontStyle:
  487. FlutterFlowTheme.of(context)
  488. .bodyMedium
  489. .fontStyle,
  490. ),
  491. ),
  492. ),
  493. Flexible(
  494. child: Text(
  495. valueOrDefault<String>(
  496. EstablishmentInfoCall.establishmentAdres(
  497. columnEstablishmentInfoResponse
  498. .jsonBody,
  499. ),
  500. 'Adres',
  501. ),
  502. style: FlutterFlowTheme.of(context)
  503. .bodyMedium
  504. .override(
  505. font: GoogleFonts.inter(
  506. fontWeight:
  507. FlutterFlowTheme.of(context)
  508. .bodyMedium
  509. .fontWeight,
  510. fontStyle:
  511. FlutterFlowTheme.of(context)
  512. .bodyMedium
  513. .fontStyle,
  514. ),
  515. letterSpacing: 0.0,
  516. fontWeight:
  517. FlutterFlowTheme.of(context)
  518. .bodyMedium
  519. .fontWeight,
  520. fontStyle:
  521. FlutterFlowTheme.of(context)
  522. .bodyMedium
  523. .fontStyle,
  524. ),
  525. ),
  526. ),
  527. ],
  528. ),
  529. Row(
  530. mainAxisSize: MainAxisSize.max,
  531. children: [
  532. Icon(
  533. Icons.phone_sharp,
  534. color:
  535. FlutterFlowTheme.of(context).primaryText,
  536. size: 24.0,
  537. ),
  538. if (valueOrDefault<String>(
  539. EstablishmentInfoCall
  540. .establishmentTelefoonnummer(
  541. columnEstablishmentInfoResponse
  542. .jsonBody,
  543. ),
  544. 'Telefoon',
  545. ) !=
  546. null &&
  547. valueOrDefault<String>(
  548. EstablishmentInfoCall
  549. .establishmentTelefoonnummer(
  550. columnEstablishmentInfoResponse
  551. .jsonBody,
  552. ),
  553. 'Telefoon',
  554. ) !=
  555. '')
  556. Flexible(
  557. child: Text(
  558. valueOrDefault<String>(
  559. EstablishmentInfoCall
  560. .establishmentTelefoonnummer(
  561. columnEstablishmentInfoResponse
  562. .jsonBody,
  563. ),
  564. 'Telefoon',
  565. ),
  566. style: FlutterFlowTheme.of(context)
  567. .bodyMedium
  568. .override(
  569. font: GoogleFonts.inter(
  570. fontWeight:
  571. FlutterFlowTheme.of(context)
  572. .bodyMedium
  573. .fontWeight,
  574. fontStyle:
  575. FlutterFlowTheme.of(context)
  576. .bodyMedium
  577. .fontStyle,
  578. ),
  579. letterSpacing: 0.0,
  580. fontWeight:
  581. FlutterFlowTheme.of(context)
  582. .bodyMedium
  583. .fontWeight,
  584. fontStyle:
  585. FlutterFlowTheme.of(context)
  586. .bodyMedium
  587. .fontStyle,
  588. ),
  589. ),
  590. ),
  591. ],
  592. ),
  593. InkWell(
  594. splashColor: Colors.transparent,
  595. focusColor: Colors.transparent,
  596. hoverColor: Colors.transparent,
  597. highlightColor: Colors.transparent,
  598. onTap: () async {
  599. await launchURL(EstablishmentInfoCall
  600. .establishmentMenukaart(
  601. columnEstablishmentInfoResponse.jsonBody,
  602. )!);
  603. },
  604. child: Text(
  605. valueOrDefault<String>(
  606. EstablishmentInfoCall.establishmentMenukaart(
  607. columnEstablishmentInfoResponse.jsonBody,
  608. ),
  609. 'menukaart',
  610. ),
  611. style: FlutterFlowTheme.of(context)
  612. .bodyMedium
  613. .override(
  614. font: GoogleFonts.inter(
  615. fontWeight: FlutterFlowTheme.of(context)
  616. .bodyMedium
  617. .fontWeight,
  618. fontStyle: FlutterFlowTheme.of(context)
  619. .bodyMedium
  620. .fontStyle,
  621. ),
  622. letterSpacing: 0.0,
  623. fontWeight: FlutterFlowTheme.of(context)
  624. .bodyMedium
  625. .fontWeight,
  626. fontStyle: FlutterFlowTheme.of(context)
  627. .bodyMedium
  628. .fontStyle,
  629. ),
  630. ),
  631. ),
  632. Container(
  633. decoration: BoxDecoration(
  634. color: Color(0xFFC8B1B1),
  635. ),
  636. child: Row(
  637. mainAxisSize: MainAxisSize.max,
  638. children: [
  639. Text(
  640. FFLocalizations.of(context).getText(
  641. 'lo8ciqtb' /* Entree */,
  642. ),
  643. style: FlutterFlowTheme.of(context)
  644. .bodyMedium
  645. .override(
  646. font: GoogleFonts.inter(
  647. fontWeight:
  648. FlutterFlowTheme.of(context)
  649. .bodyMedium
  650. .fontWeight,
  651. fontStyle:
  652. FlutterFlowTheme.of(context)
  653. .bodyMedium
  654. .fontStyle,
  655. ),
  656. letterSpacing: 0.0,
  657. fontWeight:
  658. FlutterFlowTheme.of(context)
  659. .bodyMedium
  660. .fontWeight,
  661. fontStyle:
  662. FlutterFlowTheme.of(context)
  663. .bodyMedium
  664. .fontStyle,
  665. ),
  666. ),
  667. Column(
  668. mainAxisSize: MainAxisSize.max,
  669. children: [
  670. Text(
  671. valueOrDefault<String>(
  672. EstablishmentInfoCall
  673. .establishmentEntreeprijs(
  674. columnEstablishmentInfoResponse
  675. .jsonBody,
  676. ),
  677. 'entreeprijs',
  678. ),
  679. style: FlutterFlowTheme.of(context)
  680. .bodyMedium
  681. .override(
  682. font: GoogleFonts.inter(
  683. fontWeight:
  684. FlutterFlowTheme.of(context)
  685. .bodyMedium
  686. .fontWeight,
  687. fontStyle:
  688. FlutterFlowTheme.of(context)
  689. .bodyMedium
  690. .fontStyle,
  691. ),
  692. letterSpacing: 0.0,
  693. fontWeight:
  694. FlutterFlowTheme.of(context)
  695. .bodyMedium
  696. .fontWeight,
  697. fontStyle:
  698. FlutterFlowTheme.of(context)
  699. .bodyMedium
  700. .fontStyle,
  701. ),
  702. ),
  703. Text(
  704. valueOrDefault<String>(
  705. EstablishmentInfoCall
  706. .establishmentEntreeToelichting(
  707. columnEstablishmentInfoResponse
  708. .jsonBody,
  709. ),
  710. 'EntreeToelichting',
  711. ),
  712. style: FlutterFlowTheme.of(context)
  713. .bodyMedium
  714. .override(
  715. font: GoogleFonts.inter(
  716. fontWeight:
  717. FlutterFlowTheme.of(context)
  718. .bodyMedium
  719. .fontWeight,
  720. fontStyle:
  721. FlutterFlowTheme.of(context)
  722. .bodyMedium
  723. .fontStyle,
  724. ),
  725. letterSpacing: 0.0,
  726. fontWeight:
  727. FlutterFlowTheme.of(context)
  728. .bodyMedium
  729. .fontWeight,
  730. fontStyle:
  731. FlutterFlowTheme.of(context)
  732. .bodyMedium
  733. .fontStyle,
  734. ),
  735. ),
  736. ],
  737. ),
  738. ],
  739. ),
  740. ),
  741. Container(
  742. decoration: BoxDecoration(
  743. color: Color(0xFFC28080),
  744. ),
  745. child: Row(
  746. mainAxisSize: MainAxisSize.max,
  747. children: [
  748. Text(
  749. FFLocalizations.of(context).getText(
  750. 'au8x5mei' /* Contact */,
  751. ),
  752. style: FlutterFlowTheme.of(context)
  753. .bodyMedium
  754. .override(
  755. font: GoogleFonts.inter(
  756. fontWeight:
  757. FlutterFlowTheme.of(context)
  758. .bodyMedium
  759. .fontWeight,
  760. fontStyle:
  761. FlutterFlowTheme.of(context)
  762. .bodyMedium
  763. .fontStyle,
  764. ),
  765. letterSpacing: 0.0,
  766. fontWeight:
  767. FlutterFlowTheme.of(context)
  768. .bodyMedium
  769. .fontWeight,
  770. fontStyle:
  771. FlutterFlowTheme.of(context)
  772. .bodyMedium
  773. .fontStyle,
  774. ),
  775. ),
  776. Column(
  777. mainAxisSize: MainAxisSize.max,
  778. children: [
  779. if (valueOrDefault<String>(
  780. EstablishmentInfoCall
  781. .establishmentFacebook(
  782. columnEstablishmentInfoResponse
  783. .jsonBody,
  784. ),
  785. 'facebook',
  786. ) !=
  787. null &&
  788. valueOrDefault<String>(
  789. EstablishmentInfoCall
  790. .establishmentFacebook(
  791. columnEstablishmentInfoResponse
  792. .jsonBody,
  793. ),
  794. 'facebook',
  795. ) !=
  796. '')
  797. InkWell(
  798. splashColor: Colors.transparent,
  799. focusColor: Colors.transparent,
  800. hoverColor: Colors.transparent,
  801. highlightColor: Colors.transparent,
  802. onTap: () async {
  803. await launchURL(
  804. valueOrDefault<String>(
  805. EstablishmentInfoCall
  806. .establishmentFacebook(
  807. columnEstablishmentInfoResponse
  808. .jsonBody,
  809. ),
  810. 'facebook',
  811. ));
  812. },
  813. child: Text(
  814. FFLocalizations.of(context).getText(
  815. '8tvvqu63' /* Facebook */,
  816. ),
  817. style: FlutterFlowTheme.of(context)
  818. .bodyMedium
  819. .override(
  820. font: GoogleFonts.inter(
  821. fontWeight:
  822. FlutterFlowTheme.of(
  823. context)
  824. .bodyMedium
  825. .fontWeight,
  826. fontStyle:
  827. FlutterFlowTheme.of(
  828. context)
  829. .bodyMedium
  830. .fontStyle,
  831. ),
  832. letterSpacing: 0.0,
  833. fontWeight:
  834. FlutterFlowTheme.of(
  835. context)
  836. .bodyMedium
  837. .fontWeight,
  838. fontStyle:
  839. FlutterFlowTheme.of(
  840. context)
  841. .bodyMedium
  842. .fontStyle,
  843. ),
  844. ),
  845. ),
  846. if (valueOrDefault<String>(
  847. EstablishmentInfoCall
  848. .establishmentInstagram(
  849. columnEstablishmentInfoResponse
  850. .jsonBody,
  851. ),
  852. 'instagram',
  853. ) !=
  854. null &&
  855. valueOrDefault<String>(
  856. EstablishmentInfoCall
  857. .establishmentInstagram(
  858. columnEstablishmentInfoResponse
  859. .jsonBody,
  860. ),
  861. 'instagram',
  862. ) !=
  863. '')
  864. InkWell(
  865. splashColor: Colors.transparent,
  866. focusColor: Colors.transparent,
  867. hoverColor: Colors.transparent,
  868. highlightColor: Colors.transparent,
  869. onTap: () async {
  870. await launchURL(
  871. valueOrDefault<String>(
  872. EstablishmentInfoCall
  873. .establishmentInstagram(
  874. columnEstablishmentInfoResponse
  875. .jsonBody,
  876. ),
  877. 'instagram',
  878. ));
  879. },
  880. child: Text(
  881. FFLocalizations.of(context).getText(
  882. 'kp1lfaac' /* Instagram */,
  883. ),
  884. style: FlutterFlowTheme.of(context)
  885. .bodyMedium
  886. .override(
  887. font: GoogleFonts.inter(
  888. fontWeight:
  889. FlutterFlowTheme.of(
  890. context)
  891. .bodyMedium
  892. .fontWeight,
  893. fontStyle:
  894. FlutterFlowTheme.of(
  895. context)
  896. .bodyMedium
  897. .fontStyle,
  898. ),
  899. letterSpacing: 0.0,
  900. fontWeight:
  901. FlutterFlowTheme.of(
  902. context)
  903. .bodyMedium
  904. .fontWeight,
  905. fontStyle:
  906. FlutterFlowTheme.of(
  907. context)
  908. .bodyMedium
  909. .fontStyle,
  910. ),
  911. ),
  912. ),
  913. if (valueOrDefault<String>(
  914. EstablishmentInfoCall
  915. .establishmentTwitter(
  916. columnEstablishmentInfoResponse
  917. .jsonBody,
  918. ),
  919. 'twitter',
  920. ) !=
  921. null &&
  922. valueOrDefault<String>(
  923. EstablishmentInfoCall
  924. .establishmentTwitter(
  925. columnEstablishmentInfoResponse
  926. .jsonBody,
  927. ),
  928. 'twitter',
  929. ) !=
  930. '')
  931. InkWell(
  932. splashColor: Colors.transparent,
  933. focusColor: Colors.transparent,
  934. hoverColor: Colors.transparent,
  935. highlightColor: Colors.transparent,
  936. onTap: () async {
  937. await launchURL(
  938. EstablishmentInfoCall
  939. .establishmentTwitter(
  940. columnEstablishmentInfoResponse
  941. .jsonBody,
  942. )!);
  943. },
  944. child: Text(
  945. FFLocalizations.of(context).getText(
  946. 'ktqsytma' /* X/Twitter */,
  947. ),
  948. style: FlutterFlowTheme.of(context)
  949. .bodyMedium
  950. .override(
  951. font: GoogleFonts.inter(
  952. fontWeight:
  953. FlutterFlowTheme.of(
  954. context)
  955. .bodyMedium
  956. .fontWeight,
  957. fontStyle:
  958. FlutterFlowTheme.of(
  959. context)
  960. .bodyMedium
  961. .fontStyle,
  962. ),
  963. letterSpacing: 0.0,
  964. fontWeight:
  965. FlutterFlowTheme.of(
  966. context)
  967. .bodyMedium
  968. .fontWeight,
  969. fontStyle:
  970. FlutterFlowTheme.of(
  971. context)
  972. .bodyMedium
  973. .fontStyle,
  974. ),
  975. ),
  976. ),
  977. if (valueOrDefault<String>(
  978. EstablishmentInfoCall
  979. .establishmentWebsite(
  980. columnEstablishmentInfoResponse
  981. .jsonBody,
  982. ),
  983. 'Website',
  984. ) !=
  985. null &&
  986. valueOrDefault<String>(
  987. EstablishmentInfoCall
  988. .establishmentWebsite(
  989. columnEstablishmentInfoResponse
  990. .jsonBody,
  991. ),
  992. 'Website',
  993. ) !=
  994. '')
  995. InkWell(
  996. splashColor: Colors.transparent,
  997. focusColor: Colors.transparent,
  998. hoverColor: Colors.transparent,
  999. highlightColor: Colors.transparent,
  1000. onTap: () async {
  1001. await launchURL(
  1002. valueOrDefault<String>(
  1003. EstablishmentInfoCall
  1004. .establishmentWebsite(
  1005. columnEstablishmentInfoResponse
  1006. .jsonBody,
  1007. ),
  1008. 'Website',
  1009. ));
  1010. },
  1011. child: Text(
  1012. FFLocalizations.of(context).getText(
  1013. 'vkwayrhq' /* Website */,
  1014. ),
  1015. style: FlutterFlowTheme.of(context)
  1016. .bodyMedium
  1017. .override(
  1018. font: GoogleFonts.inter(
  1019. fontWeight:
  1020. FlutterFlowTheme.of(
  1021. context)
  1022. .bodyMedium
  1023. .fontWeight,
  1024. fontStyle:
  1025. FlutterFlowTheme.of(
  1026. context)
  1027. .bodyMedium
  1028. .fontStyle,
  1029. ),
  1030. letterSpacing: 0.0,
  1031. fontWeight:
  1032. FlutterFlowTheme.of(
  1033. context)
  1034. .bodyMedium
  1035. .fontWeight,
  1036. fontStyle:
  1037. FlutterFlowTheme.of(
  1038. context)
  1039. .bodyMedium
  1040. .fontStyle,
  1041. ),
  1042. ),
  1043. ),
  1044. if (valueOrDefault<String>(
  1045. EstablishmentInfoCall
  1046. .establishmentURL(
  1047. columnEstablishmentInfoResponse
  1048. .jsonBody,
  1049. ),
  1050. 'urluk',
  1051. ) !=
  1052. null &&
  1053. valueOrDefault<String>(
  1054. EstablishmentInfoCall
  1055. .establishmentURL(
  1056. columnEstablishmentInfoResponse
  1057. .jsonBody,
  1058. ),
  1059. 'urluk',
  1060. ) !=
  1061. '')
  1062. InkWell(
  1063. splashColor: Colors.transparent,
  1064. focusColor: Colors.transparent,
  1065. hoverColor: Colors.transparent,
  1066. highlightColor: Colors.transparent,
  1067. onTap: () async {
  1068. await launchURL(
  1069. valueOrDefault<String>(
  1070. EstablishmentInfoCall
  1071. .establishmentURL(
  1072. columnEstablishmentInfoResponse
  1073. .jsonBody,
  1074. ),
  1075. 'urluk',
  1076. ));
  1077. },
  1078. child: Text(
  1079. FFLocalizations.of(context).getText(
  1080. 'cxpo1x6d' /* Website */,
  1081. ),
  1082. style: FlutterFlowTheme.of(context)
  1083. .bodyMedium
  1084. .override(
  1085. font: GoogleFonts.inter(
  1086. fontWeight:
  1087. FlutterFlowTheme.of(
  1088. context)
  1089. .bodyMedium
  1090. .fontWeight,
  1091. fontStyle:
  1092. FlutterFlowTheme.of(
  1093. context)
  1094. .bodyMedium
  1095. .fontStyle,
  1096. ),
  1097. letterSpacing: 0.0,
  1098. fontWeight:
  1099. FlutterFlowTheme.of(
  1100. context)
  1101. .bodyMedium
  1102. .fontWeight,
  1103. fontStyle:
  1104. FlutterFlowTheme.of(
  1105. context)
  1106. .bodyMedium
  1107. .fontStyle,
  1108. ),
  1109. ),
  1110. ),
  1111. ],
  1112. ),
  1113. ],
  1114. ),
  1115. ),
  1116. ],
  1117. ),
  1118. Column(
  1119. mainAxisSize: MainAxisSize.max,
  1120. children: [
  1121. Text(
  1122. FFLocalizations.of(context).getText(
  1123. 'axwdkgtg' /* Hello World */,
  1124. ),
  1125. style: FlutterFlowTheme.of(context)
  1126. .bodyMedium
  1127. .override(
  1128. font: GoogleFonts.inter(
  1129. fontWeight: FlutterFlowTheme.of(context)
  1130. .bodyMedium
  1131. .fontWeight,
  1132. fontStyle: FlutterFlowTheme.of(context)
  1133. .bodyMedium
  1134. .fontStyle,
  1135. ),
  1136. letterSpacing: 0.0,
  1137. fontWeight: FlutterFlowTheme.of(context)
  1138. .bodyMedium
  1139. .fontWeight,
  1140. fontStyle: FlutterFlowTheme.of(context)
  1141. .bodyMedium
  1142. .fontStyle,
  1143. ),
  1144. ),
  1145. if (EstablishmentInfoCall
  1146. .establishmentOpeningstijden(
  1147. columnEstablishmentInfoResponse.jsonBody,
  1148. ) !=
  1149. null &&
  1150. EstablishmentInfoCall
  1151. .establishmentOpeningstijden(
  1152. columnEstablishmentInfoResponse.jsonBody,
  1153. ) !=
  1154. '')
  1155. Text(
  1156. valueOrDefault<String>(
  1157. EstablishmentInfoCall
  1158. .establishmentOpeningstijden(
  1159. columnEstablishmentInfoResponse.jsonBody,
  1160. ),
  1161. 'Openingstijden',
  1162. ),
  1163. style: FlutterFlowTheme.of(context)
  1164. .bodyMedium
  1165. .override(
  1166. font: GoogleFonts.inter(
  1167. fontWeight: FlutterFlowTheme.of(context)
  1168. .bodyMedium
  1169. .fontWeight,
  1170. fontStyle: FlutterFlowTheme.of(context)
  1171. .bodyMedium
  1172. .fontStyle,
  1173. ),
  1174. letterSpacing: 0.0,
  1175. fontWeight: FlutterFlowTheme.of(context)
  1176. .bodyMedium
  1177. .fontWeight,
  1178. fontStyle: FlutterFlowTheme.of(context)
  1179. .bodyMedium
  1180. .fontStyle,
  1181. ),
  1182. ),
  1183. Text(
  1184. valueOrDefault<String>(
  1185. EstablishmentInfoCall
  1186. .establshmentOpeningUitzondering(
  1187. columnEstablishmentInfoResponse.jsonBody,
  1188. ),
  1189. 'OpeningstijdenUitzondering',
  1190. ),
  1191. style: FlutterFlowTheme.of(context)
  1192. .bodyMedium
  1193. .override(
  1194. font: GoogleFonts.inter(
  1195. fontWeight: FlutterFlowTheme.of(context)
  1196. .bodyMedium
  1197. .fontWeight,
  1198. fontStyle: FlutterFlowTheme.of(context)
  1199. .bodyMedium
  1200. .fontStyle,
  1201. ),
  1202. letterSpacing: 0.0,
  1203. fontWeight: FlutterFlowTheme.of(context)
  1204. .bodyMedium
  1205. .fontWeight,
  1206. fontStyle: FlutterFlowTheme.of(context)
  1207. .bodyMedium
  1208. .fontStyle,
  1209. ),
  1210. ),
  1211. ],
  1212. ),
  1213. Column(
  1214. mainAxisSize: MainAxisSize.max,
  1215. children: [
  1216. Builder(
  1217. builder: (context) {
  1218. final cryptocoins = EstablishmentInfoCall
  1219. .establishmentCryptocoins(
  1220. columnEstablishmentInfoResponse.jsonBody,
  1221. )?.toList() ??
  1222. [];
  1223. _model.debugGeneratorVariables[
  1224. 'cryptocoins${cryptocoins.length > 100 ? ' (first 100)' : ''}'] =
  1225. debugSerializeParam(
  1226. cryptocoins.take(100),
  1227. ParamType.String,
  1228. isList: true,
  1229. link:
  1230. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1231. name: 'String',
  1232. nullable: false,
  1233. );
  1234. debugLogWidgetClass(_model);
  1235. return Column(
  1236. mainAxisSize: MainAxisSize.max,
  1237. children: List.generate(cryptocoins.length,
  1238. (cryptocoinsIndex) {
  1239. final cryptocoinsItem =
  1240. cryptocoins[cryptocoinsIndex];
  1241. return Text(
  1242. cryptocoinsItem,
  1243. style: FlutterFlowTheme.of(context)
  1244. .bodyMedium
  1245. .override(
  1246. font: GoogleFonts.inter(
  1247. fontWeight:
  1248. FlutterFlowTheme.of(context)
  1249. .bodyMedium
  1250. .fontWeight,
  1251. fontStyle:
  1252. FlutterFlowTheme.of(context)
  1253. .bodyMedium
  1254. .fontStyle,
  1255. ),
  1256. letterSpacing: 0.0,
  1257. fontWeight:
  1258. FlutterFlowTheme.of(context)
  1259. .bodyMedium
  1260. .fontWeight,
  1261. fontStyle:
  1262. FlutterFlowTheme.of(context)
  1263. .bodyMedium
  1264. .fontStyle,
  1265. ),
  1266. );
  1267. }),
  1268. );
  1269. },
  1270. ),
  1271. Text(
  1272. valueOrDefault<String>(
  1273. EstablishmentInfoCall.establishmentbezorgtijden(
  1274. columnEstablishmentInfoResponse.jsonBody,
  1275. ),
  1276. 'Bezorgtijden',
  1277. ),
  1278. style: FlutterFlowTheme.of(context)
  1279. .bodyMedium
  1280. .override(
  1281. font: GoogleFonts.inter(
  1282. fontWeight: FlutterFlowTheme.of(context)
  1283. .bodyMedium
  1284. .fontWeight,
  1285. fontStyle: FlutterFlowTheme.of(context)
  1286. .bodyMedium
  1287. .fontStyle,
  1288. ),
  1289. letterSpacing: 0.0,
  1290. fontWeight: FlutterFlowTheme.of(context)
  1291. .bodyMedium
  1292. .fontWeight,
  1293. fontStyle: FlutterFlowTheme.of(context)
  1294. .bodyMedium
  1295. .fontStyle,
  1296. ),
  1297. ),
  1298. Text(
  1299. valueOrDefault<String>(
  1300. EstablishmentInfoCall.establishmentBezorgkosten(
  1301. columnEstablishmentInfoResponse.jsonBody,
  1302. ),
  1303. 'bezorgkosten',
  1304. ),
  1305. style: FlutterFlowTheme.of(context)
  1306. .bodyMedium
  1307. .override(
  1308. font: GoogleFonts.inter(
  1309. fontWeight: FlutterFlowTheme.of(context)
  1310. .bodyMedium
  1311. .fontWeight,
  1312. fontStyle: FlutterFlowTheme.of(context)
  1313. .bodyMedium
  1314. .fontStyle,
  1315. ),
  1316. letterSpacing: 0.0,
  1317. fontWeight: FlutterFlowTheme.of(context)
  1318. .bodyMedium
  1319. .fontWeight,
  1320. fontStyle: FlutterFlowTheme.of(context)
  1321. .bodyMedium
  1322. .fontStyle,
  1323. ),
  1324. ),
  1325. Text(
  1326. valueOrDefault<String>(
  1327. EstablishmentInfoCall.establshmentBestellink(
  1328. columnEstablishmentInfoResponse.jsonBody,
  1329. ),
  1330. 'bestellink',
  1331. ),
  1332. style: FlutterFlowTheme.of(context)
  1333. .bodyMedium
  1334. .override(
  1335. font: GoogleFonts.inter(
  1336. fontWeight: FlutterFlowTheme.of(context)
  1337. .bodyMedium
  1338. .fontWeight,
  1339. fontStyle: FlutterFlowTheme.of(context)
  1340. .bodyMedium
  1341. .fontStyle,
  1342. ),
  1343. letterSpacing: 0.0,
  1344. fontWeight: FlutterFlowTheme.of(context)
  1345. .bodyMedium
  1346. .fontWeight,
  1347. fontStyle: FlutterFlowTheme.of(context)
  1348. .bodyMedium
  1349. .fontStyle,
  1350. ),
  1351. ),
  1352. Builder(
  1353. builder: (context) {
  1354. final afhaalopties = EstablishmentInfoCall
  1355. .establishmentAfhaalopties(
  1356. columnEstablishmentInfoResponse.jsonBody,
  1357. )?.toList() ??
  1358. [];
  1359. _model.debugGeneratorVariables[
  1360. 'afhaalopties${afhaalopties.length > 100 ? ' (first 100)' : ''}'] =
  1361. debugSerializeParam(
  1362. afhaalopties.take(100),
  1363. ParamType.String,
  1364. isList: true,
  1365. link:
  1366. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1367. name: 'String',
  1368. nullable: false,
  1369. );
  1370. debugLogWidgetClass(_model);
  1371. return Row(
  1372. mainAxisSize: MainAxisSize.max,
  1373. children: List.generate(afhaalopties.length,
  1374. (afhaaloptiesIndex) {
  1375. final afhaaloptiesItem =
  1376. afhaalopties[afhaaloptiesIndex];
  1377. return Visibility(
  1378. visible: afhaaloptiesItem != null &&
  1379. afhaaloptiesItem != '',
  1380. child: Text(
  1381. afhaaloptiesItem,
  1382. style: FlutterFlowTheme.of(context)
  1383. .bodyMedium
  1384. .override(
  1385. font: GoogleFonts.inter(
  1386. fontWeight:
  1387. FlutterFlowTheme.of(context)
  1388. .bodyMedium
  1389. .fontWeight,
  1390. fontStyle:
  1391. FlutterFlowTheme.of(context)
  1392. .bodyMedium
  1393. .fontStyle,
  1394. ),
  1395. letterSpacing: 0.0,
  1396. fontWeight:
  1397. FlutterFlowTheme.of(context)
  1398. .bodyMedium
  1399. .fontWeight,
  1400. fontStyle:
  1401. FlutterFlowTheme.of(context)
  1402. .bodyMedium
  1403. .fontStyle,
  1404. ),
  1405. ),
  1406. );
  1407. }),
  1408. );
  1409. },
  1410. ),
  1411. Text(
  1412. valueOrDefault<String>(
  1413. EstablishmentInfoCall
  1414. .establishmentMinimaleorder(
  1415. columnEstablishmentInfoResponse.jsonBody,
  1416. ),
  1417. 'minimale order',
  1418. ),
  1419. style: FlutterFlowTheme.of(context)
  1420. .bodyMedium
  1421. .override(
  1422. font: GoogleFonts.inter(
  1423. fontWeight: FlutterFlowTheme.of(context)
  1424. .bodyMedium
  1425. .fontWeight,
  1426. fontStyle: FlutterFlowTheme.of(context)
  1427. .bodyMedium
  1428. .fontStyle,
  1429. ),
  1430. letterSpacing: 0.0,
  1431. fontWeight: FlutterFlowTheme.of(context)
  1432. .bodyMedium
  1433. .fontWeight,
  1434. fontStyle: FlutterFlowTheme.of(context)
  1435. .bodyMedium
  1436. .fontStyle,
  1437. ),
  1438. ),
  1439. Builder(
  1440. builder: (context) {
  1441. final afhaalbetaalopties = EstablishmentInfoCall
  1442. .establishmentbezorgbetaalopties(
  1443. columnEstablishmentInfoResponse.jsonBody,
  1444. )?.toList() ??
  1445. [];
  1446. _model.debugGeneratorVariables[
  1447. 'afhaalbetaalopties${afhaalbetaalopties.length > 100 ? ' (first 100)' : ''}'] =
  1448. debugSerializeParam(
  1449. afhaalbetaalopties.take(100),
  1450. ParamType.String,
  1451. isList: true,
  1452. link:
  1453. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1454. name: 'String',
  1455. nullable: false,
  1456. );
  1457. debugLogWidgetClass(_model);
  1458. return Row(
  1459. mainAxisSize: MainAxisSize.max,
  1460. children:
  1461. List.generate(afhaalbetaalopties.length,
  1462. (afhaalbetaaloptiesIndex) {
  1463. final afhaalbetaaloptiesItem =
  1464. afhaalbetaalopties[
  1465. afhaalbetaaloptiesIndex];
  1466. return Visibility(
  1467. visible: afhaalbetaaloptiesItem != null &&
  1468. afhaalbetaaloptiesItem != '',
  1469. child: Text(
  1470. afhaalbetaaloptiesItem,
  1471. style: FlutterFlowTheme.of(context)
  1472. .bodyMedium
  1473. .override(
  1474. font: GoogleFonts.inter(
  1475. fontWeight:
  1476. FlutterFlowTheme.of(context)
  1477. .bodyMedium
  1478. .fontWeight,
  1479. fontStyle:
  1480. FlutterFlowTheme.of(context)
  1481. .bodyMedium
  1482. .fontStyle,
  1483. ),
  1484. letterSpacing: 0.0,
  1485. fontWeight:
  1486. FlutterFlowTheme.of(context)
  1487. .bodyMedium
  1488. .fontWeight,
  1489. fontStyle:
  1490. FlutterFlowTheme.of(context)
  1491. .bodyMedium
  1492. .fontStyle,
  1493. ),
  1494. ),
  1495. );
  1496. }),
  1497. );
  1498. },
  1499. ),
  1500. Builder(
  1501. builder: (context) {
  1502. final bezorgtin =
  1503. EstablishmentInfoCall.establshmentBezorgtin(
  1504. columnEstablishmentInfoResponse
  1505. .jsonBody,
  1506. )?.toList() ??
  1507. [];
  1508. _model.debugGeneratorVariables[
  1509. 'bezorgtin${bezorgtin.length > 100 ? ' (first 100)' : ''}'] =
  1510. debugSerializeParam(
  1511. bezorgtin.take(100),
  1512. ParamType.String,
  1513. isList: true,
  1514. link:
  1515. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1516. name: 'String',
  1517. nullable: false,
  1518. );
  1519. debugLogWidgetClass(_model);
  1520. return Row(
  1521. mainAxisSize: MainAxisSize.max,
  1522. children: List.generate(bezorgtin.length,
  1523. (bezorgtinIndex) {
  1524. final bezorgtinItem =
  1525. bezorgtin[bezorgtinIndex];
  1526. return Text(
  1527. bezorgtinItem,
  1528. style: FlutterFlowTheme.of(context)
  1529. .bodyMedium
  1530. .override(
  1531. font: GoogleFonts.inter(
  1532. fontWeight:
  1533. FlutterFlowTheme.of(context)
  1534. .bodyMedium
  1535. .fontWeight,
  1536. fontStyle:
  1537. FlutterFlowTheme.of(context)
  1538. .bodyMedium
  1539. .fontStyle,
  1540. ),
  1541. letterSpacing: 0.0,
  1542. fontWeight:
  1543. FlutterFlowTheme.of(context)
  1544. .bodyMedium
  1545. .fontWeight,
  1546. fontStyle:
  1547. FlutterFlowTheme.of(context)
  1548. .bodyMedium
  1549. .fontStyle,
  1550. ),
  1551. );
  1552. }),
  1553. );
  1554. },
  1555. ),
  1556. ],
  1557. ),
  1558. ],
  1559. ),
  1560. ),
  1561. ],
  1562. ),
  1563. ),
  1564. ],
  1565. );
  1566. },
  1567. );
  1568. }
  1569. }