evenement_horecagelegenheid_widget.dart 85 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615
  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 Wrap(
  200. spacing: 0.0,
  201. runSpacing: 0.0,
  202. alignment: WrapAlignment.start,
  203. crossAxisAlignment: WrapCrossAlignment.start,
  204. direction: Axis.horizontal,
  205. runAlignment: WrapAlignment.start,
  206. verticalDirection: VerticalDirection.down,
  207. clipBehavior: Clip.none,
  208. children: List.generate(categoriehoreca.length,
  209. (categoriehorecaIndex) {
  210. final categoriehorecaItem =
  211. categoriehoreca[categoriehorecaIndex];
  212. return Container(
  213. decoration: BoxDecoration(
  214. color: Color(0xFFC84E4E),
  215. boxShadow: [
  216. BoxShadow(
  217. blurRadius: 4.0,
  218. color: Color(0x33000000),
  219. offset: Offset(
  220. 0.0,
  221. 2.0,
  222. ),
  223. )
  224. ],
  225. ),
  226. child: Padding(
  227. padding: EdgeInsetsDirectional.fromSTEB(
  228. 2.0, 0.0, 2.0, 0.0),
  229. child: Text(
  230. categoriehorecaItem,
  231. style: FlutterFlowTheme.of(context)
  232. .bodyMedium
  233. .override(
  234. font: GoogleFonts.inter(
  235. fontWeight: FlutterFlowTheme.of(context)
  236. .bodyMedium
  237. .fontWeight,
  238. fontStyle: FlutterFlowTheme.of(context)
  239. .bodyMedium
  240. .fontStyle,
  241. ),
  242. letterSpacing: 0.0,
  243. fontWeight: FlutterFlowTheme.of(context)
  244. .bodyMedium
  245. .fontWeight,
  246. fontStyle: FlutterFlowTheme.of(context)
  247. .bodyMedium
  248. .fontStyle,
  249. ),
  250. ),
  251. ),
  252. );
  253. }),
  254. );
  255. },
  256. ),
  257. ),
  258. Builder(
  259. builder: (context) {
  260. final fotoos = EstablishmentInfoCall.establishmentFotoos(
  261. columnEstablishmentInfoResponse.jsonBody,
  262. )?.toList() ??
  263. [];
  264. _model.debugGeneratorVariables[
  265. 'fotoos${fotoos.length > 100 ? ' (first 100)' : ''}'] =
  266. debugSerializeParam(
  267. fotoos.take(100),
  268. ParamType.String,
  269. isList: true,
  270. link:
  271. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  272. name: 'String',
  273. nullable: false,
  274. );
  275. debugLogWidgetClass(_model);
  276. return Container(
  277. width: double.infinity,
  278. height: 200.0,
  279. child: CarouselSlider.builder(
  280. itemCount: fotoos.length,
  281. itemBuilder: (context, fotoosIndex, _) {
  282. final fotoosItem = fotoos[fotoosIndex];
  283. return Builder(
  284. builder: (context) {
  285. if (fotoosItem != null && fotoosItem != '') {
  286. return ClipRRect(
  287. borderRadius: BorderRadius.circular(8.0),
  288. child: CachedNetworkImage(
  289. fadeInDuration: Duration(milliseconds: 500),
  290. fadeOutDuration: Duration(milliseconds: 500),
  291. imageUrl: fotoosItem,
  292. width: 200.0,
  293. height: 200.0,
  294. fit: BoxFit.cover,
  295. ),
  296. );
  297. } else {
  298. return Icon(
  299. Icons.image_not_supported,
  300. color: FlutterFlowTheme.of(context).primaryText,
  301. size: 24.0,
  302. );
  303. }
  304. },
  305. );
  306. },
  307. carouselController: _model.carouselController ??=
  308. CarouselSliderController(),
  309. options: CarouselOptions(
  310. initialPage: max(0, min(1, fotoos.length - 1)),
  311. viewportFraction: 0.5,
  312. disableCenter: true,
  313. enlargeCenterPage: true,
  314. enlargeFactor: 0.25,
  315. enableInfiniteScroll: true,
  316. scrollDirection: Axis.horizontal,
  317. autoPlay: false,
  318. onPageChanged: (index, _) =>
  319. _model.carouselCurrentIndex = index,
  320. ),
  321. ),
  322. );
  323. },
  324. ),
  325. Expanded(
  326. child: Column(
  327. children: [
  328. Align(
  329. alignment: Alignment(0.0, 0),
  330. child: TabBar(
  331. labelColor: FlutterFlowTheme.of(context).primaryText,
  332. unselectedLabelColor:
  333. FlutterFlowTheme.of(context).secondaryText,
  334. labelStyle:
  335. FlutterFlowTheme.of(context).titleMedium.override(
  336. font: GoogleFonts.interTight(
  337. fontWeight: FlutterFlowTheme.of(context)
  338. .titleMedium
  339. .fontWeight,
  340. fontStyle: FlutterFlowTheme.of(context)
  341. .titleMedium
  342. .fontStyle,
  343. ),
  344. letterSpacing: 0.0,
  345. fontWeight: FlutterFlowTheme.of(context)
  346. .titleMedium
  347. .fontWeight,
  348. fontStyle: FlutterFlowTheme.of(context)
  349. .titleMedium
  350. .fontStyle,
  351. ),
  352. unselectedLabelStyle:
  353. FlutterFlowTheme.of(context).titleMedium.override(
  354. font: GoogleFonts.interTight(
  355. fontWeight: FlutterFlowTheme.of(context)
  356. .titleMedium
  357. .fontWeight,
  358. fontStyle: FlutterFlowTheme.of(context)
  359. .titleMedium
  360. .fontStyle,
  361. ),
  362. letterSpacing: 0.0,
  363. fontWeight: FlutterFlowTheme.of(context)
  364. .titleMedium
  365. .fontWeight,
  366. fontStyle: FlutterFlowTheme.of(context)
  367. .titleMedium
  368. .fontStyle,
  369. ),
  370. indicatorColor: FlutterFlowTheme.of(context).primary,
  371. tabs: [
  372. Tab(
  373. text: FFLocalizations.of(context).getText(
  374. 'ubuux42u' /* Info */,
  375. ),
  376. ),
  377. Tab(
  378. text: FFLocalizations.of(context).getText(
  379. 'mlojriz0' /* Openingstijden */,
  380. ),
  381. ),
  382. Tab(
  383. text: FFLocalizations.of(context).getText(
  384. '5tdut8bf' /* Bezorgen */,
  385. ),
  386. ),
  387. ],
  388. controller: _model.tabBarController,
  389. onTap: (i) async {
  390. [() async {}, () async {}, () async {}][i]();
  391. },
  392. ),
  393. ),
  394. Expanded(
  395. child: TabBarView(
  396. controller: _model.tabBarController,
  397. children: [
  398. Column(
  399. mainAxisSize: MainAxisSize.max,
  400. children: [
  401. Text(
  402. valueOrDefault<String>(
  403. widget!.establishmentID,
  404. 'establishmentnid',
  405. ),
  406. style: FlutterFlowTheme.of(context)
  407. .bodyMedium
  408. .override(
  409. font: GoogleFonts.inter(
  410. fontWeight: FlutterFlowTheme.of(context)
  411. .bodyMedium
  412. .fontWeight,
  413. fontStyle: FlutterFlowTheme.of(context)
  414. .bodyMedium
  415. .fontStyle,
  416. ),
  417. letterSpacing: 0.0,
  418. fontWeight: FlutterFlowTheme.of(context)
  419. .bodyMedium
  420. .fontWeight,
  421. fontStyle: FlutterFlowTheme.of(context)
  422. .bodyMedium
  423. .fontStyle,
  424. ),
  425. ),
  426. Text(
  427. valueOrDefault<String>(
  428. EstablishmentInfoCall.establishmentEmail(
  429. columnEstablishmentInfoResponse.jsonBody,
  430. ),
  431. 'email',
  432. ),
  433. style: FlutterFlowTheme.of(context)
  434. .bodyMedium
  435. .override(
  436. font: GoogleFonts.inter(
  437. fontWeight: FlutterFlowTheme.of(context)
  438. .bodyMedium
  439. .fontWeight,
  440. fontStyle: FlutterFlowTheme.of(context)
  441. .bodyMedium
  442. .fontStyle,
  443. ),
  444. letterSpacing: 0.0,
  445. fontWeight: FlutterFlowTheme.of(context)
  446. .bodyMedium
  447. .fontWeight,
  448. fontStyle: FlutterFlowTheme.of(context)
  449. .bodyMedium
  450. .fontStyle,
  451. ),
  452. ),
  453. ClipRRect(
  454. borderRadius: BorderRadius.circular(8.0),
  455. child: CachedNetworkImage(
  456. fadeInDuration: Duration(milliseconds: 500),
  457. fadeOutDuration: Duration(milliseconds: 500),
  458. imageUrl: valueOrDefault<String>(
  459. EstablishmentInfoCall.establshmentLogo(
  460. columnEstablishmentInfoResponse.jsonBody,
  461. ),
  462. 'Logo',
  463. ),
  464. width: MediaQuery.sizeOf(context).width * 0.15,
  465. height: 200.0,
  466. fit: BoxFit.cover,
  467. ),
  468. ),
  469. Row(
  470. mainAxisSize: MainAxisSize.max,
  471. children: [
  472. Icon(
  473. Icons.house,
  474. color:
  475. FlutterFlowTheme.of(context).primaryText,
  476. size: 24.0,
  477. ),
  478. Flexible(
  479. child: Text(
  480. valueOrDefault<String>(
  481. EstablishmentInfoCall.establishmentPlaats(
  482. columnEstablishmentInfoResponse
  483. .jsonBody,
  484. ),
  485. 'Plaats',
  486. ),
  487. style: FlutterFlowTheme.of(context)
  488. .bodyMedium
  489. .override(
  490. font: GoogleFonts.inter(
  491. fontWeight:
  492. FlutterFlowTheme.of(context)
  493. .bodyMedium
  494. .fontWeight,
  495. fontStyle:
  496. FlutterFlowTheme.of(context)
  497. .bodyMedium
  498. .fontStyle,
  499. ),
  500. letterSpacing: 0.0,
  501. fontWeight:
  502. FlutterFlowTheme.of(context)
  503. .bodyMedium
  504. .fontWeight,
  505. fontStyle:
  506. FlutterFlowTheme.of(context)
  507. .bodyMedium
  508. .fontStyle,
  509. ),
  510. ),
  511. ),
  512. Flexible(
  513. child: Text(
  514. valueOrDefault<String>(
  515. EstablishmentInfoCall.establishmentAdres(
  516. columnEstablishmentInfoResponse
  517. .jsonBody,
  518. ),
  519. 'Adres',
  520. ),
  521. style: FlutterFlowTheme.of(context)
  522. .bodyMedium
  523. .override(
  524. font: GoogleFonts.inter(
  525. fontWeight:
  526. FlutterFlowTheme.of(context)
  527. .bodyMedium
  528. .fontWeight,
  529. fontStyle:
  530. FlutterFlowTheme.of(context)
  531. .bodyMedium
  532. .fontStyle,
  533. ),
  534. letterSpacing: 0.0,
  535. fontWeight:
  536. FlutterFlowTheme.of(context)
  537. .bodyMedium
  538. .fontWeight,
  539. fontStyle:
  540. FlutterFlowTheme.of(context)
  541. .bodyMedium
  542. .fontStyle,
  543. ),
  544. ),
  545. ),
  546. ],
  547. ),
  548. Row(
  549. mainAxisSize: MainAxisSize.max,
  550. children: [
  551. Icon(
  552. Icons.phone_sharp,
  553. color:
  554. FlutterFlowTheme.of(context).primaryText,
  555. size: 24.0,
  556. ),
  557. if (valueOrDefault<String>(
  558. EstablishmentInfoCall
  559. .establishmentTelefoonnummer(
  560. columnEstablishmentInfoResponse
  561. .jsonBody,
  562. ),
  563. 'Telefoon',
  564. ) !=
  565. null &&
  566. valueOrDefault<String>(
  567. EstablishmentInfoCall
  568. .establishmentTelefoonnummer(
  569. columnEstablishmentInfoResponse
  570. .jsonBody,
  571. ),
  572. 'Telefoon',
  573. ) !=
  574. '')
  575. Flexible(
  576. child: Text(
  577. valueOrDefault<String>(
  578. EstablishmentInfoCall
  579. .establishmentTelefoonnummer(
  580. columnEstablishmentInfoResponse
  581. .jsonBody,
  582. ),
  583. 'Telefoon',
  584. ),
  585. style: FlutterFlowTheme.of(context)
  586. .bodyMedium
  587. .override(
  588. font: GoogleFonts.inter(
  589. fontWeight:
  590. FlutterFlowTheme.of(context)
  591. .bodyMedium
  592. .fontWeight,
  593. fontStyle:
  594. FlutterFlowTheme.of(context)
  595. .bodyMedium
  596. .fontStyle,
  597. ),
  598. letterSpacing: 0.0,
  599. fontWeight:
  600. FlutterFlowTheme.of(context)
  601. .bodyMedium
  602. .fontWeight,
  603. fontStyle:
  604. FlutterFlowTheme.of(context)
  605. .bodyMedium
  606. .fontStyle,
  607. ),
  608. ),
  609. ),
  610. ],
  611. ),
  612. if (EstablishmentInfoCall.establishmentMenukaart(
  613. columnEstablishmentInfoResponse.jsonBody,
  614. ) !=
  615. null &&
  616. EstablishmentInfoCall.establishmentMenukaart(
  617. columnEstablishmentInfoResponse.jsonBody,
  618. ) !=
  619. '')
  620. InkWell(
  621. splashColor: Colors.transparent,
  622. focusColor: Colors.transparent,
  623. hoverColor: Colors.transparent,
  624. highlightColor: Colors.transparent,
  625. onTap: () async {
  626. await launchURL(EstablishmentInfoCall
  627. .establishmentMenukaart(
  628. columnEstablishmentInfoResponse.jsonBody,
  629. )!);
  630. },
  631. child: Text(
  632. valueOrDefault<String>(
  633. EstablishmentInfoCall
  634. .establishmentMenukaart(
  635. columnEstablishmentInfoResponse.jsonBody,
  636. ),
  637. 'menukaart',
  638. ),
  639. style: FlutterFlowTheme.of(context)
  640. .bodyMedium
  641. .override(
  642. font: GoogleFonts.inter(
  643. fontWeight:
  644. FlutterFlowTheme.of(context)
  645. .bodyMedium
  646. .fontWeight,
  647. fontStyle:
  648. FlutterFlowTheme.of(context)
  649. .bodyMedium
  650. .fontStyle,
  651. ),
  652. letterSpacing: 0.0,
  653. fontWeight: FlutterFlowTheme.of(context)
  654. .bodyMedium
  655. .fontWeight,
  656. fontStyle: FlutterFlowTheme.of(context)
  657. .bodyMedium
  658. .fontStyle,
  659. ),
  660. ),
  661. ),
  662. Container(
  663. decoration: BoxDecoration(
  664. color: Color(0xFFC8B1B1),
  665. ),
  666. child: Row(
  667. mainAxisSize: MainAxisSize.max,
  668. children: [
  669. Text(
  670. FFLocalizations.of(context).getText(
  671. 'lo8ciqtb' /* Entree */,
  672. ),
  673. style: FlutterFlowTheme.of(context)
  674. .bodyMedium
  675. .override(
  676. font: GoogleFonts.inter(
  677. fontWeight:
  678. FlutterFlowTheme.of(context)
  679. .bodyMedium
  680. .fontWeight,
  681. fontStyle:
  682. FlutterFlowTheme.of(context)
  683. .bodyMedium
  684. .fontStyle,
  685. ),
  686. letterSpacing: 0.0,
  687. fontWeight:
  688. FlutterFlowTheme.of(context)
  689. .bodyMedium
  690. .fontWeight,
  691. fontStyle:
  692. FlutterFlowTheme.of(context)
  693. .bodyMedium
  694. .fontStyle,
  695. ),
  696. ),
  697. Column(
  698. mainAxisSize: MainAxisSize.max,
  699. children: [
  700. Text(
  701. valueOrDefault<String>(
  702. EstablishmentInfoCall
  703. .establishmentEntreeprijs(
  704. columnEstablishmentInfoResponse
  705. .jsonBody,
  706. ),
  707. 'entreeprijs',
  708. ),
  709. style: FlutterFlowTheme.of(context)
  710. .bodyMedium
  711. .override(
  712. font: GoogleFonts.inter(
  713. fontWeight:
  714. FlutterFlowTheme.of(context)
  715. .bodyMedium
  716. .fontWeight,
  717. fontStyle:
  718. FlutterFlowTheme.of(context)
  719. .bodyMedium
  720. .fontStyle,
  721. ),
  722. letterSpacing: 0.0,
  723. fontWeight:
  724. FlutterFlowTheme.of(context)
  725. .bodyMedium
  726. .fontWeight,
  727. fontStyle:
  728. FlutterFlowTheme.of(context)
  729. .bodyMedium
  730. .fontStyle,
  731. ),
  732. ),
  733. Text(
  734. valueOrDefault<String>(
  735. EstablishmentInfoCall
  736. .establishmentEntreeToelichting(
  737. columnEstablishmentInfoResponse
  738. .jsonBody,
  739. ),
  740. 'EntreeToelichting',
  741. ),
  742. style: FlutterFlowTheme.of(context)
  743. .bodyMedium
  744. .override(
  745. font: GoogleFonts.inter(
  746. fontWeight:
  747. FlutterFlowTheme.of(context)
  748. .bodyMedium
  749. .fontWeight,
  750. fontStyle:
  751. FlutterFlowTheme.of(context)
  752. .bodyMedium
  753. .fontStyle,
  754. ),
  755. letterSpacing: 0.0,
  756. fontWeight:
  757. FlutterFlowTheme.of(context)
  758. .bodyMedium
  759. .fontWeight,
  760. fontStyle:
  761. FlutterFlowTheme.of(context)
  762. .bodyMedium
  763. .fontStyle,
  764. ),
  765. ),
  766. ],
  767. ),
  768. ],
  769. ),
  770. ),
  771. Container(
  772. decoration: BoxDecoration(
  773. color: Color(0xFFC28080),
  774. ),
  775. child: Row(
  776. mainAxisSize: MainAxisSize.max,
  777. children: [
  778. Text(
  779. FFLocalizations.of(context).getText(
  780. 'au8x5mei' /* Contact */,
  781. ),
  782. style: FlutterFlowTheme.of(context)
  783. .bodyMedium
  784. .override(
  785. font: GoogleFonts.inter(
  786. fontWeight:
  787. FlutterFlowTheme.of(context)
  788. .bodyMedium
  789. .fontWeight,
  790. fontStyle:
  791. FlutterFlowTheme.of(context)
  792. .bodyMedium
  793. .fontStyle,
  794. ),
  795. letterSpacing: 0.0,
  796. fontWeight:
  797. FlutterFlowTheme.of(context)
  798. .bodyMedium
  799. .fontWeight,
  800. fontStyle:
  801. FlutterFlowTheme.of(context)
  802. .bodyMedium
  803. .fontStyle,
  804. ),
  805. ),
  806. Column(
  807. mainAxisSize: MainAxisSize.max,
  808. children: [
  809. if (EstablishmentInfoCall
  810. .establishmentFacebook(
  811. columnEstablishmentInfoResponse
  812. .jsonBody,
  813. ) !=
  814. null &&
  815. EstablishmentInfoCall
  816. .establishmentFacebook(
  817. columnEstablishmentInfoResponse
  818. .jsonBody,
  819. ) !=
  820. '')
  821. InkWell(
  822. splashColor: Colors.transparent,
  823. focusColor: Colors.transparent,
  824. hoverColor: Colors.transparent,
  825. highlightColor: Colors.transparent,
  826. onTap: () async {
  827. await launchURL(
  828. valueOrDefault<String>(
  829. EstablishmentInfoCall
  830. .establishmentFacebook(
  831. columnEstablishmentInfoResponse
  832. .jsonBody,
  833. ),
  834. 'facebook',
  835. ));
  836. },
  837. child: Text(
  838. FFLocalizations.of(context).getText(
  839. '8tvvqu63' /* Facebook */,
  840. ),
  841. style: FlutterFlowTheme.of(context)
  842. .bodyMedium
  843. .override(
  844. font: GoogleFonts.inter(
  845. fontWeight:
  846. FlutterFlowTheme.of(
  847. context)
  848. .bodyMedium
  849. .fontWeight,
  850. fontStyle:
  851. FlutterFlowTheme.of(
  852. context)
  853. .bodyMedium
  854. .fontStyle,
  855. ),
  856. letterSpacing: 0.0,
  857. fontWeight:
  858. FlutterFlowTheme.of(
  859. context)
  860. .bodyMedium
  861. .fontWeight,
  862. fontStyle:
  863. FlutterFlowTheme.of(
  864. context)
  865. .bodyMedium
  866. .fontStyle,
  867. ),
  868. ),
  869. ),
  870. if (EstablishmentInfoCall
  871. .establishmentInstagram(
  872. columnEstablishmentInfoResponse
  873. .jsonBody,
  874. ) !=
  875. null &&
  876. EstablishmentInfoCall
  877. .establishmentInstagram(
  878. columnEstablishmentInfoResponse
  879. .jsonBody,
  880. ) !=
  881. '')
  882. InkWell(
  883. splashColor: Colors.transparent,
  884. focusColor: Colors.transparent,
  885. hoverColor: Colors.transparent,
  886. highlightColor: Colors.transparent,
  887. onTap: () async {
  888. await launchURL(
  889. valueOrDefault<String>(
  890. EstablishmentInfoCall
  891. .establishmentInstagram(
  892. columnEstablishmentInfoResponse
  893. .jsonBody,
  894. ),
  895. 'instagram',
  896. ));
  897. },
  898. child: Text(
  899. FFLocalizations.of(context).getText(
  900. 'kp1lfaac' /* Instagram */,
  901. ),
  902. style: FlutterFlowTheme.of(context)
  903. .bodyMedium
  904. .override(
  905. font: GoogleFonts.inter(
  906. fontWeight:
  907. FlutterFlowTheme.of(
  908. context)
  909. .bodyMedium
  910. .fontWeight,
  911. fontStyle:
  912. FlutterFlowTheme.of(
  913. context)
  914. .bodyMedium
  915. .fontStyle,
  916. ),
  917. letterSpacing: 0.0,
  918. fontWeight:
  919. FlutterFlowTheme.of(
  920. context)
  921. .bodyMedium
  922. .fontWeight,
  923. fontStyle:
  924. FlutterFlowTheme.of(
  925. context)
  926. .bodyMedium
  927. .fontStyle,
  928. ),
  929. ),
  930. ),
  931. if (EstablishmentInfoCall
  932. .establishmentTwitter(
  933. columnEstablishmentInfoResponse
  934. .jsonBody,
  935. ) !=
  936. null &&
  937. EstablishmentInfoCall
  938. .establishmentTwitter(
  939. columnEstablishmentInfoResponse
  940. .jsonBody,
  941. ) !=
  942. '')
  943. InkWell(
  944. splashColor: Colors.transparent,
  945. focusColor: Colors.transparent,
  946. hoverColor: Colors.transparent,
  947. highlightColor: Colors.transparent,
  948. onTap: () async {
  949. await launchURL(
  950. EstablishmentInfoCall
  951. .establishmentTwitter(
  952. columnEstablishmentInfoResponse
  953. .jsonBody,
  954. )!);
  955. },
  956. child: Text(
  957. FFLocalizations.of(context).getText(
  958. 'ktqsytma' /* X/Twitter */,
  959. ),
  960. style: FlutterFlowTheme.of(context)
  961. .bodyMedium
  962. .override(
  963. font: GoogleFonts.inter(
  964. fontWeight:
  965. FlutterFlowTheme.of(
  966. context)
  967. .bodyMedium
  968. .fontWeight,
  969. fontStyle:
  970. FlutterFlowTheme.of(
  971. context)
  972. .bodyMedium
  973. .fontStyle,
  974. ),
  975. letterSpacing: 0.0,
  976. fontWeight:
  977. FlutterFlowTheme.of(
  978. context)
  979. .bodyMedium
  980. .fontWeight,
  981. fontStyle:
  982. FlutterFlowTheme.of(
  983. context)
  984. .bodyMedium
  985. .fontStyle,
  986. ),
  987. ),
  988. ),
  989. if (EstablishmentInfoCall
  990. .establishmentWebsite(
  991. columnEstablishmentInfoResponse
  992. .jsonBody,
  993. ) !=
  994. null &&
  995. EstablishmentInfoCall
  996. .establishmentWebsite(
  997. columnEstablishmentInfoResponse
  998. .jsonBody,
  999. ) !=
  1000. '')
  1001. InkWell(
  1002. splashColor: Colors.transparent,
  1003. focusColor: Colors.transparent,
  1004. hoverColor: Colors.transparent,
  1005. highlightColor: Colors.transparent,
  1006. onTap: () async {
  1007. await launchURL(
  1008. valueOrDefault<String>(
  1009. EstablishmentInfoCall
  1010. .establishmentWebsite(
  1011. columnEstablishmentInfoResponse
  1012. .jsonBody,
  1013. ),
  1014. 'Website',
  1015. ));
  1016. },
  1017. child: Text(
  1018. FFLocalizations.of(context).getText(
  1019. 'vkwayrhq' /* Website */,
  1020. ),
  1021. style: FlutterFlowTheme.of(context)
  1022. .bodyMedium
  1023. .override(
  1024. font: GoogleFonts.inter(
  1025. fontWeight:
  1026. FlutterFlowTheme.of(
  1027. context)
  1028. .bodyMedium
  1029. .fontWeight,
  1030. fontStyle:
  1031. FlutterFlowTheme.of(
  1032. context)
  1033. .bodyMedium
  1034. .fontStyle,
  1035. ),
  1036. letterSpacing: 0.0,
  1037. fontWeight:
  1038. FlutterFlowTheme.of(
  1039. context)
  1040. .bodyMedium
  1041. .fontWeight,
  1042. fontStyle:
  1043. FlutterFlowTheme.of(
  1044. context)
  1045. .bodyMedium
  1046. .fontStyle,
  1047. ),
  1048. ),
  1049. ),
  1050. if (EstablishmentInfoCall
  1051. .establishmentURL(
  1052. columnEstablishmentInfoResponse
  1053. .jsonBody,
  1054. ) !=
  1055. null &&
  1056. EstablishmentInfoCall
  1057. .establishmentURL(
  1058. columnEstablishmentInfoResponse
  1059. .jsonBody,
  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 Wrap(
  1372. spacing: 0.0,
  1373. runSpacing: 0.0,
  1374. alignment: WrapAlignment.start,
  1375. crossAxisAlignment: WrapCrossAlignment.start,
  1376. direction: Axis.horizontal,
  1377. runAlignment: WrapAlignment.start,
  1378. verticalDirection: VerticalDirection.down,
  1379. clipBehavior: Clip.none,
  1380. children: List.generate(afhaalopties.length,
  1381. (afhaaloptiesIndex) {
  1382. final afhaaloptiesItem =
  1383. afhaalopties[afhaaloptiesIndex];
  1384. return Visibility(
  1385. visible: afhaaloptiesItem != null &&
  1386. afhaaloptiesItem != '',
  1387. child: Text(
  1388. afhaaloptiesItem,
  1389. style: FlutterFlowTheme.of(context)
  1390. .bodyMedium
  1391. .override(
  1392. font: GoogleFonts.inter(
  1393. fontWeight:
  1394. FlutterFlowTheme.of(context)
  1395. .bodyMedium
  1396. .fontWeight,
  1397. fontStyle:
  1398. FlutterFlowTheme.of(context)
  1399. .bodyMedium
  1400. .fontStyle,
  1401. ),
  1402. letterSpacing: 0.0,
  1403. fontWeight:
  1404. FlutterFlowTheme.of(context)
  1405. .bodyMedium
  1406. .fontWeight,
  1407. fontStyle:
  1408. FlutterFlowTheme.of(context)
  1409. .bodyMedium
  1410. .fontStyle,
  1411. ),
  1412. ),
  1413. );
  1414. }),
  1415. );
  1416. },
  1417. ),
  1418. Text(
  1419. valueOrDefault<String>(
  1420. EstablishmentInfoCall
  1421. .establishmentMinimaleorder(
  1422. columnEstablishmentInfoResponse.jsonBody,
  1423. ),
  1424. 'minimale order',
  1425. ),
  1426. style: FlutterFlowTheme.of(context)
  1427. .bodyMedium
  1428. .override(
  1429. font: GoogleFonts.inter(
  1430. fontWeight: FlutterFlowTheme.of(context)
  1431. .bodyMedium
  1432. .fontWeight,
  1433. fontStyle: FlutterFlowTheme.of(context)
  1434. .bodyMedium
  1435. .fontStyle,
  1436. ),
  1437. letterSpacing: 0.0,
  1438. fontWeight: FlutterFlowTheme.of(context)
  1439. .bodyMedium
  1440. .fontWeight,
  1441. fontStyle: FlutterFlowTheme.of(context)
  1442. .bodyMedium
  1443. .fontStyle,
  1444. ),
  1445. ),
  1446. Builder(
  1447. builder: (context) {
  1448. final afhaalbetaalopties = EstablishmentInfoCall
  1449. .establishmentbezorgbetaalopties(
  1450. columnEstablishmentInfoResponse.jsonBody,
  1451. )?.toList() ??
  1452. [];
  1453. _model.debugGeneratorVariables[
  1454. 'afhaalbetaalopties${afhaalbetaalopties.length > 100 ? ' (first 100)' : ''}'] =
  1455. debugSerializeParam(
  1456. afhaalbetaalopties.take(100),
  1457. ParamType.String,
  1458. isList: true,
  1459. link:
  1460. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1461. name: 'String',
  1462. nullable: false,
  1463. );
  1464. debugLogWidgetClass(_model);
  1465. return Wrap(
  1466. spacing: 0.0,
  1467. runSpacing: 0.0,
  1468. alignment: WrapAlignment.start,
  1469. crossAxisAlignment: WrapCrossAlignment.start,
  1470. direction: Axis.horizontal,
  1471. runAlignment: WrapAlignment.start,
  1472. verticalDirection: VerticalDirection.down,
  1473. clipBehavior: Clip.none,
  1474. children:
  1475. List.generate(afhaalbetaalopties.length,
  1476. (afhaalbetaaloptiesIndex) {
  1477. final afhaalbetaaloptiesItem =
  1478. afhaalbetaalopties[
  1479. afhaalbetaaloptiesIndex];
  1480. return Visibility(
  1481. visible: afhaalbetaaloptiesItem != null &&
  1482. afhaalbetaaloptiesItem != '',
  1483. child: Text(
  1484. afhaalbetaaloptiesItem,
  1485. style: FlutterFlowTheme.of(context)
  1486. .bodyMedium
  1487. .override(
  1488. font: GoogleFonts.inter(
  1489. fontWeight:
  1490. FlutterFlowTheme.of(context)
  1491. .bodyMedium
  1492. .fontWeight,
  1493. fontStyle:
  1494. FlutterFlowTheme.of(context)
  1495. .bodyMedium
  1496. .fontStyle,
  1497. ),
  1498. letterSpacing: 0.0,
  1499. fontWeight:
  1500. FlutterFlowTheme.of(context)
  1501. .bodyMedium
  1502. .fontWeight,
  1503. fontStyle:
  1504. FlutterFlowTheme.of(context)
  1505. .bodyMedium
  1506. .fontStyle,
  1507. ),
  1508. ),
  1509. );
  1510. }),
  1511. );
  1512. },
  1513. ),
  1514. Builder(
  1515. builder: (context) {
  1516. final bezorgtin =
  1517. EstablishmentInfoCall.establshmentBezorgtin(
  1518. columnEstablishmentInfoResponse
  1519. .jsonBody,
  1520. )?.toList() ??
  1521. [];
  1522. _model.debugGeneratorVariables[
  1523. 'bezorgtin${bezorgtin.length > 100 ? ' (first 100)' : ''}'] =
  1524. debugSerializeParam(
  1525. bezorgtin.take(100),
  1526. ParamType.String,
  1527. isList: true,
  1528. link:
  1529. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1530. name: 'String',
  1531. nullable: false,
  1532. );
  1533. debugLogWidgetClass(_model);
  1534. return Wrap(
  1535. spacing: 0.0,
  1536. runSpacing: 0.0,
  1537. alignment: WrapAlignment.start,
  1538. crossAxisAlignment: WrapCrossAlignment.start,
  1539. direction: Axis.horizontal,
  1540. runAlignment: WrapAlignment.start,
  1541. verticalDirection: VerticalDirection.down,
  1542. clipBehavior: Clip.none,
  1543. children: List.generate(bezorgtin.length,
  1544. (bezorgtinIndex) {
  1545. final bezorgtinItem =
  1546. bezorgtin[bezorgtinIndex];
  1547. return Text(
  1548. bezorgtinItem,
  1549. style: FlutterFlowTheme.of(context)
  1550. .bodyMedium
  1551. .override(
  1552. font: GoogleFonts.inter(
  1553. fontWeight:
  1554. FlutterFlowTheme.of(context)
  1555. .bodyMedium
  1556. .fontWeight,
  1557. fontStyle:
  1558. FlutterFlowTheme.of(context)
  1559. .bodyMedium
  1560. .fontStyle,
  1561. ),
  1562. letterSpacing: 0.0,
  1563. fontWeight:
  1564. FlutterFlowTheme.of(context)
  1565. .bodyMedium
  1566. .fontWeight,
  1567. fontStyle:
  1568. FlutterFlowTheme.of(context)
  1569. .bodyMedium
  1570. .fontStyle,
  1571. ),
  1572. );
  1573. }),
  1574. );
  1575. },
  1576. ),
  1577. ],
  1578. ),
  1579. ],
  1580. ),
  1581. ),
  1582. ],
  1583. ),
  1584. ),
  1585. ],
  1586. );
  1587. },
  1588. );
  1589. }
  1590. }