evenement_horecagelegenheid_widget.dart 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586
  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 Builder(
  277. builder: (context) {
  278. if (fotoosItem != null && fotoosItem != '') {
  279. return ClipRRect(
  280. borderRadius: BorderRadius.circular(8.0),
  281. child: CachedNetworkImage(
  282. fadeInDuration: Duration(milliseconds: 500),
  283. fadeOutDuration: Duration(milliseconds: 500),
  284. imageUrl: fotoosItem,
  285. width: 200.0,
  286. height: 200.0,
  287. fit: BoxFit.cover,
  288. ),
  289. );
  290. } else {
  291. return Icon(
  292. Icons.image_not_supported,
  293. color: FlutterFlowTheme.of(context).primaryText,
  294. size: 24.0,
  295. );
  296. }
  297. },
  298. );
  299. },
  300. carouselController: _model.carouselController ??=
  301. CarouselSliderController(),
  302. options: CarouselOptions(
  303. initialPage: max(0, min(1, fotoos.length - 1)),
  304. viewportFraction: 0.5,
  305. disableCenter: true,
  306. enlargeCenterPage: true,
  307. enlargeFactor: 0.25,
  308. enableInfiniteScroll: true,
  309. scrollDirection: Axis.horizontal,
  310. autoPlay: false,
  311. onPageChanged: (index, _) =>
  312. _model.carouselCurrentIndex = index,
  313. ),
  314. ),
  315. );
  316. },
  317. ),
  318. Expanded(
  319. child: Column(
  320. children: [
  321. Align(
  322. alignment: Alignment(0.0, 0),
  323. child: TabBar(
  324. labelColor: FlutterFlowTheme.of(context).primaryText,
  325. unselectedLabelColor:
  326. FlutterFlowTheme.of(context).secondaryText,
  327. labelStyle:
  328. FlutterFlowTheme.of(context).titleMedium.override(
  329. font: GoogleFonts.interTight(
  330. fontWeight: FlutterFlowTheme.of(context)
  331. .titleMedium
  332. .fontWeight,
  333. fontStyle: FlutterFlowTheme.of(context)
  334. .titleMedium
  335. .fontStyle,
  336. ),
  337. letterSpacing: 0.0,
  338. fontWeight: FlutterFlowTheme.of(context)
  339. .titleMedium
  340. .fontWeight,
  341. fontStyle: FlutterFlowTheme.of(context)
  342. .titleMedium
  343. .fontStyle,
  344. ),
  345. unselectedLabelStyle:
  346. FlutterFlowTheme.of(context).titleMedium.override(
  347. font: GoogleFonts.interTight(
  348. fontWeight: FlutterFlowTheme.of(context)
  349. .titleMedium
  350. .fontWeight,
  351. fontStyle: FlutterFlowTheme.of(context)
  352. .titleMedium
  353. .fontStyle,
  354. ),
  355. letterSpacing: 0.0,
  356. fontWeight: FlutterFlowTheme.of(context)
  357. .titleMedium
  358. .fontWeight,
  359. fontStyle: FlutterFlowTheme.of(context)
  360. .titleMedium
  361. .fontStyle,
  362. ),
  363. indicatorColor: FlutterFlowTheme.of(context).primary,
  364. tabs: [
  365. Tab(
  366. text: FFLocalizations.of(context).getText(
  367. 'ubuux42u' /* Info */,
  368. ),
  369. ),
  370. Tab(
  371. text: FFLocalizations.of(context).getText(
  372. 'mlojriz0' /* Openingstijden */,
  373. ),
  374. ),
  375. Tab(
  376. text: FFLocalizations.of(context).getText(
  377. '5tdut8bf' /* Bezorgen */,
  378. ),
  379. ),
  380. ],
  381. controller: _model.tabBarController,
  382. onTap: (i) async {
  383. [() async {}, () async {}, () async {}][i]();
  384. },
  385. ),
  386. ),
  387. Expanded(
  388. child: TabBarView(
  389. controller: _model.tabBarController,
  390. children: [
  391. Column(
  392. mainAxisSize: MainAxisSize.max,
  393. children: [
  394. Text(
  395. valueOrDefault<String>(
  396. widget!.establishmentID,
  397. 'establishmentnid',
  398. ),
  399. style: FlutterFlowTheme.of(context)
  400. .bodyMedium
  401. .override(
  402. font: GoogleFonts.inter(
  403. fontWeight: FlutterFlowTheme.of(context)
  404. .bodyMedium
  405. .fontWeight,
  406. fontStyle: FlutterFlowTheme.of(context)
  407. .bodyMedium
  408. .fontStyle,
  409. ),
  410. letterSpacing: 0.0,
  411. fontWeight: FlutterFlowTheme.of(context)
  412. .bodyMedium
  413. .fontWeight,
  414. fontStyle: FlutterFlowTheme.of(context)
  415. .bodyMedium
  416. .fontStyle,
  417. ),
  418. ),
  419. Text(
  420. valueOrDefault<String>(
  421. EstablishmentInfoCall.establishmentEmail(
  422. columnEstablishmentInfoResponse.jsonBody,
  423. ),
  424. 'email',
  425. ),
  426. style: FlutterFlowTheme.of(context)
  427. .bodyMedium
  428. .override(
  429. font: GoogleFonts.inter(
  430. fontWeight: FlutterFlowTheme.of(context)
  431. .bodyMedium
  432. .fontWeight,
  433. fontStyle: FlutterFlowTheme.of(context)
  434. .bodyMedium
  435. .fontStyle,
  436. ),
  437. letterSpacing: 0.0,
  438. fontWeight: FlutterFlowTheme.of(context)
  439. .bodyMedium
  440. .fontWeight,
  441. fontStyle: FlutterFlowTheme.of(context)
  442. .bodyMedium
  443. .fontStyle,
  444. ),
  445. ),
  446. ClipRRect(
  447. borderRadius: BorderRadius.circular(8.0),
  448. child: CachedNetworkImage(
  449. fadeInDuration: Duration(milliseconds: 500),
  450. fadeOutDuration: Duration(milliseconds: 500),
  451. imageUrl: valueOrDefault<String>(
  452. EstablishmentInfoCall.establshmentLogo(
  453. columnEstablishmentInfoResponse.jsonBody,
  454. ),
  455. 'Logo',
  456. ),
  457. width: MediaQuery.sizeOf(context).width * 0.15,
  458. height: 200.0,
  459. fit: BoxFit.cover,
  460. ),
  461. ),
  462. Row(
  463. mainAxisSize: MainAxisSize.max,
  464. children: [
  465. Icon(
  466. Icons.house,
  467. color:
  468. FlutterFlowTheme.of(context).primaryText,
  469. size: 24.0,
  470. ),
  471. Flexible(
  472. child: Text(
  473. valueOrDefault<String>(
  474. EstablishmentInfoCall.establishmentPlaats(
  475. columnEstablishmentInfoResponse
  476. .jsonBody,
  477. ),
  478. 'Plaats',
  479. ),
  480. style: FlutterFlowTheme.of(context)
  481. .bodyMedium
  482. .override(
  483. font: GoogleFonts.inter(
  484. fontWeight:
  485. FlutterFlowTheme.of(context)
  486. .bodyMedium
  487. .fontWeight,
  488. fontStyle:
  489. FlutterFlowTheme.of(context)
  490. .bodyMedium
  491. .fontStyle,
  492. ),
  493. letterSpacing: 0.0,
  494. fontWeight:
  495. FlutterFlowTheme.of(context)
  496. .bodyMedium
  497. .fontWeight,
  498. fontStyle:
  499. FlutterFlowTheme.of(context)
  500. .bodyMedium
  501. .fontStyle,
  502. ),
  503. ),
  504. ),
  505. Flexible(
  506. child: Text(
  507. valueOrDefault<String>(
  508. EstablishmentInfoCall.establishmentAdres(
  509. columnEstablishmentInfoResponse
  510. .jsonBody,
  511. ),
  512. 'Adres',
  513. ),
  514. style: FlutterFlowTheme.of(context)
  515. .bodyMedium
  516. .override(
  517. font: GoogleFonts.inter(
  518. fontWeight:
  519. FlutterFlowTheme.of(context)
  520. .bodyMedium
  521. .fontWeight,
  522. fontStyle:
  523. FlutterFlowTheme.of(context)
  524. .bodyMedium
  525. .fontStyle,
  526. ),
  527. letterSpacing: 0.0,
  528. fontWeight:
  529. FlutterFlowTheme.of(context)
  530. .bodyMedium
  531. .fontWeight,
  532. fontStyle:
  533. FlutterFlowTheme.of(context)
  534. .bodyMedium
  535. .fontStyle,
  536. ),
  537. ),
  538. ),
  539. ],
  540. ),
  541. Row(
  542. mainAxisSize: MainAxisSize.max,
  543. children: [
  544. Icon(
  545. Icons.phone_sharp,
  546. color:
  547. FlutterFlowTheme.of(context).primaryText,
  548. size: 24.0,
  549. ),
  550. if (valueOrDefault<String>(
  551. EstablishmentInfoCall
  552. .establishmentTelefoonnummer(
  553. columnEstablishmentInfoResponse
  554. .jsonBody,
  555. ),
  556. 'Telefoon',
  557. ) !=
  558. null &&
  559. valueOrDefault<String>(
  560. EstablishmentInfoCall
  561. .establishmentTelefoonnummer(
  562. columnEstablishmentInfoResponse
  563. .jsonBody,
  564. ),
  565. 'Telefoon',
  566. ) !=
  567. '')
  568. Flexible(
  569. child: Text(
  570. valueOrDefault<String>(
  571. EstablishmentInfoCall
  572. .establishmentTelefoonnummer(
  573. columnEstablishmentInfoResponse
  574. .jsonBody,
  575. ),
  576. 'Telefoon',
  577. ),
  578. style: FlutterFlowTheme.of(context)
  579. .bodyMedium
  580. .override(
  581. font: GoogleFonts.inter(
  582. fontWeight:
  583. FlutterFlowTheme.of(context)
  584. .bodyMedium
  585. .fontWeight,
  586. fontStyle:
  587. FlutterFlowTheme.of(context)
  588. .bodyMedium
  589. .fontStyle,
  590. ),
  591. letterSpacing: 0.0,
  592. fontWeight:
  593. FlutterFlowTheme.of(context)
  594. .bodyMedium
  595. .fontWeight,
  596. fontStyle:
  597. FlutterFlowTheme.of(context)
  598. .bodyMedium
  599. .fontStyle,
  600. ),
  601. ),
  602. ),
  603. ],
  604. ),
  605. InkWell(
  606. splashColor: Colors.transparent,
  607. focusColor: Colors.transparent,
  608. hoverColor: Colors.transparent,
  609. highlightColor: Colors.transparent,
  610. onTap: () async {
  611. await launchURL(EstablishmentInfoCall
  612. .establishmentMenukaart(
  613. columnEstablishmentInfoResponse.jsonBody,
  614. )!);
  615. },
  616. child: Text(
  617. valueOrDefault<String>(
  618. EstablishmentInfoCall.establishmentMenukaart(
  619. columnEstablishmentInfoResponse.jsonBody,
  620. ),
  621. 'menukaart',
  622. ),
  623. style: FlutterFlowTheme.of(context)
  624. .bodyMedium
  625. .override(
  626. font: GoogleFonts.inter(
  627. fontWeight: FlutterFlowTheme.of(context)
  628. .bodyMedium
  629. .fontWeight,
  630. fontStyle: FlutterFlowTheme.of(context)
  631. .bodyMedium
  632. .fontStyle,
  633. ),
  634. letterSpacing: 0.0,
  635. fontWeight: FlutterFlowTheme.of(context)
  636. .bodyMedium
  637. .fontWeight,
  638. fontStyle: FlutterFlowTheme.of(context)
  639. .bodyMedium
  640. .fontStyle,
  641. ),
  642. ),
  643. ),
  644. Container(
  645. decoration: BoxDecoration(
  646. color: Color(0xFFC8B1B1),
  647. ),
  648. child: Row(
  649. mainAxisSize: MainAxisSize.max,
  650. children: [
  651. Text(
  652. FFLocalizations.of(context).getText(
  653. 'lo8ciqtb' /* Entree */,
  654. ),
  655. style: FlutterFlowTheme.of(context)
  656. .bodyMedium
  657. .override(
  658. font: GoogleFonts.inter(
  659. fontWeight:
  660. FlutterFlowTheme.of(context)
  661. .bodyMedium
  662. .fontWeight,
  663. fontStyle:
  664. FlutterFlowTheme.of(context)
  665. .bodyMedium
  666. .fontStyle,
  667. ),
  668. letterSpacing: 0.0,
  669. fontWeight:
  670. FlutterFlowTheme.of(context)
  671. .bodyMedium
  672. .fontWeight,
  673. fontStyle:
  674. FlutterFlowTheme.of(context)
  675. .bodyMedium
  676. .fontStyle,
  677. ),
  678. ),
  679. Column(
  680. mainAxisSize: MainAxisSize.max,
  681. children: [
  682. Text(
  683. valueOrDefault<String>(
  684. EstablishmentInfoCall
  685. .establishmentEntreeprijs(
  686. columnEstablishmentInfoResponse
  687. .jsonBody,
  688. ),
  689. 'entreeprijs',
  690. ),
  691. style: FlutterFlowTheme.of(context)
  692. .bodyMedium
  693. .override(
  694. font: GoogleFonts.inter(
  695. fontWeight:
  696. FlutterFlowTheme.of(context)
  697. .bodyMedium
  698. .fontWeight,
  699. fontStyle:
  700. FlutterFlowTheme.of(context)
  701. .bodyMedium
  702. .fontStyle,
  703. ),
  704. letterSpacing: 0.0,
  705. fontWeight:
  706. FlutterFlowTheme.of(context)
  707. .bodyMedium
  708. .fontWeight,
  709. fontStyle:
  710. FlutterFlowTheme.of(context)
  711. .bodyMedium
  712. .fontStyle,
  713. ),
  714. ),
  715. Text(
  716. valueOrDefault<String>(
  717. EstablishmentInfoCall
  718. .establishmentEntreeToelichting(
  719. columnEstablishmentInfoResponse
  720. .jsonBody,
  721. ),
  722. 'EntreeToelichting',
  723. ),
  724. style: FlutterFlowTheme.of(context)
  725. .bodyMedium
  726. .override(
  727. font: GoogleFonts.inter(
  728. fontWeight:
  729. FlutterFlowTheme.of(context)
  730. .bodyMedium
  731. .fontWeight,
  732. fontStyle:
  733. FlutterFlowTheme.of(context)
  734. .bodyMedium
  735. .fontStyle,
  736. ),
  737. letterSpacing: 0.0,
  738. fontWeight:
  739. FlutterFlowTheme.of(context)
  740. .bodyMedium
  741. .fontWeight,
  742. fontStyle:
  743. FlutterFlowTheme.of(context)
  744. .bodyMedium
  745. .fontStyle,
  746. ),
  747. ),
  748. ],
  749. ),
  750. ],
  751. ),
  752. ),
  753. Container(
  754. decoration: BoxDecoration(
  755. color: Color(0xFFC28080),
  756. ),
  757. child: Row(
  758. mainAxisSize: MainAxisSize.max,
  759. children: [
  760. Text(
  761. FFLocalizations.of(context).getText(
  762. 'au8x5mei' /* Contact */,
  763. ),
  764. style: FlutterFlowTheme.of(context)
  765. .bodyMedium
  766. .override(
  767. font: GoogleFonts.inter(
  768. fontWeight:
  769. FlutterFlowTheme.of(context)
  770. .bodyMedium
  771. .fontWeight,
  772. fontStyle:
  773. FlutterFlowTheme.of(context)
  774. .bodyMedium
  775. .fontStyle,
  776. ),
  777. letterSpacing: 0.0,
  778. fontWeight:
  779. FlutterFlowTheme.of(context)
  780. .bodyMedium
  781. .fontWeight,
  782. fontStyle:
  783. FlutterFlowTheme.of(context)
  784. .bodyMedium
  785. .fontStyle,
  786. ),
  787. ),
  788. Column(
  789. mainAxisSize: MainAxisSize.max,
  790. children: [
  791. InkWell(
  792. splashColor: Colors.transparent,
  793. focusColor: Colors.transparent,
  794. hoverColor: Colors.transparent,
  795. highlightColor: Colors.transparent,
  796. onTap: () async {
  797. await launchURL(
  798. valueOrDefault<String>(
  799. EstablishmentInfoCall
  800. .establishmentFacebook(
  801. columnEstablishmentInfoResponse
  802. .jsonBody,
  803. ),
  804. 'facebook',
  805. ));
  806. },
  807. child: Text(
  808. FFLocalizations.of(context).getText(
  809. '8tvvqu63' /* Facebook */,
  810. ),
  811. style: FlutterFlowTheme.of(context)
  812. .bodyMedium
  813. .override(
  814. font: GoogleFonts.inter(
  815. fontWeight:
  816. FlutterFlowTheme.of(
  817. context)
  818. .bodyMedium
  819. .fontWeight,
  820. fontStyle:
  821. FlutterFlowTheme.of(
  822. context)
  823. .bodyMedium
  824. .fontStyle,
  825. ),
  826. letterSpacing: 0.0,
  827. fontWeight:
  828. FlutterFlowTheme.of(context)
  829. .bodyMedium
  830. .fontWeight,
  831. fontStyle:
  832. FlutterFlowTheme.of(context)
  833. .bodyMedium
  834. .fontStyle,
  835. ),
  836. ),
  837. ),
  838. if (valueOrDefault<String>(
  839. EstablishmentInfoCall
  840. .establishmentInstagram(
  841. columnEstablishmentInfoResponse
  842. .jsonBody,
  843. ),
  844. 'instagram',
  845. ) !=
  846. null &&
  847. valueOrDefault<String>(
  848. EstablishmentInfoCall
  849. .establishmentInstagram(
  850. columnEstablishmentInfoResponse
  851. .jsonBody,
  852. ),
  853. 'instagram',
  854. ) !=
  855. '')
  856. InkWell(
  857. splashColor: Colors.transparent,
  858. focusColor: Colors.transparent,
  859. hoverColor: Colors.transparent,
  860. highlightColor: Colors.transparent,
  861. onTap: () async {
  862. await launchURL(
  863. valueOrDefault<String>(
  864. EstablishmentInfoCall
  865. .establishmentInstagram(
  866. columnEstablishmentInfoResponse
  867. .jsonBody,
  868. ),
  869. 'instagram',
  870. ));
  871. },
  872. child: Text(
  873. FFLocalizations.of(context).getText(
  874. 'kp1lfaac' /* Instagram */,
  875. ),
  876. style: FlutterFlowTheme.of(context)
  877. .bodyMedium
  878. .override(
  879. font: GoogleFonts.inter(
  880. fontWeight:
  881. FlutterFlowTheme.of(
  882. context)
  883. .bodyMedium
  884. .fontWeight,
  885. fontStyle:
  886. FlutterFlowTheme.of(
  887. context)
  888. .bodyMedium
  889. .fontStyle,
  890. ),
  891. letterSpacing: 0.0,
  892. fontWeight:
  893. FlutterFlowTheme.of(
  894. context)
  895. .bodyMedium
  896. .fontWeight,
  897. fontStyle:
  898. FlutterFlowTheme.of(
  899. context)
  900. .bodyMedium
  901. .fontStyle,
  902. ),
  903. ),
  904. ),
  905. if (valueOrDefault<String>(
  906. EstablishmentInfoCall
  907. .establishmentTwitter(
  908. columnEstablishmentInfoResponse
  909. .jsonBody,
  910. ),
  911. 'twitter',
  912. ) !=
  913. null &&
  914. valueOrDefault<String>(
  915. EstablishmentInfoCall
  916. .establishmentTwitter(
  917. columnEstablishmentInfoResponse
  918. .jsonBody,
  919. ),
  920. 'twitter',
  921. ) !=
  922. '')
  923. InkWell(
  924. splashColor: Colors.transparent,
  925. focusColor: Colors.transparent,
  926. hoverColor: Colors.transparent,
  927. highlightColor: Colors.transparent,
  928. onTap: () async {
  929. await launchURL(
  930. EstablishmentInfoCall
  931. .establishmentTwitter(
  932. columnEstablishmentInfoResponse
  933. .jsonBody,
  934. )!);
  935. },
  936. child: Text(
  937. FFLocalizations.of(context).getText(
  938. 'ktqsytma' /* X/Twitter */,
  939. ),
  940. style: FlutterFlowTheme.of(context)
  941. .bodyMedium
  942. .override(
  943. font: GoogleFonts.inter(
  944. fontWeight:
  945. FlutterFlowTheme.of(
  946. context)
  947. .bodyMedium
  948. .fontWeight,
  949. fontStyle:
  950. FlutterFlowTheme.of(
  951. context)
  952. .bodyMedium
  953. .fontStyle,
  954. ),
  955. letterSpacing: 0.0,
  956. fontWeight:
  957. FlutterFlowTheme.of(
  958. context)
  959. .bodyMedium
  960. .fontWeight,
  961. fontStyle:
  962. FlutterFlowTheme.of(
  963. context)
  964. .bodyMedium
  965. .fontStyle,
  966. ),
  967. ),
  968. ),
  969. if (valueOrDefault<String>(
  970. EstablishmentInfoCall
  971. .establishmentWebsite(
  972. columnEstablishmentInfoResponse
  973. .jsonBody,
  974. ),
  975. 'Website',
  976. ) !=
  977. null &&
  978. valueOrDefault<String>(
  979. EstablishmentInfoCall
  980. .establishmentWebsite(
  981. columnEstablishmentInfoResponse
  982. .jsonBody,
  983. ),
  984. 'Website',
  985. ) !=
  986. '')
  987. InkWell(
  988. splashColor: Colors.transparent,
  989. focusColor: Colors.transparent,
  990. hoverColor: Colors.transparent,
  991. highlightColor: Colors.transparent,
  992. onTap: () async {
  993. await launchURL(
  994. valueOrDefault<String>(
  995. EstablishmentInfoCall
  996. .establishmentWebsite(
  997. columnEstablishmentInfoResponse
  998. .jsonBody,
  999. ),
  1000. 'Website',
  1001. ));
  1002. },
  1003. child: Text(
  1004. FFLocalizations.of(context).getText(
  1005. 'vkwayrhq' /* Website */,
  1006. ),
  1007. style: FlutterFlowTheme.of(context)
  1008. .bodyMedium
  1009. .override(
  1010. font: GoogleFonts.inter(
  1011. fontWeight:
  1012. FlutterFlowTheme.of(
  1013. context)
  1014. .bodyMedium
  1015. .fontWeight,
  1016. fontStyle:
  1017. FlutterFlowTheme.of(
  1018. context)
  1019. .bodyMedium
  1020. .fontStyle,
  1021. ),
  1022. letterSpacing: 0.0,
  1023. fontWeight:
  1024. FlutterFlowTheme.of(
  1025. context)
  1026. .bodyMedium
  1027. .fontWeight,
  1028. fontStyle:
  1029. FlutterFlowTheme.of(
  1030. context)
  1031. .bodyMedium
  1032. .fontStyle,
  1033. ),
  1034. ),
  1035. ),
  1036. if (valueOrDefault<String>(
  1037. EstablishmentInfoCall
  1038. .establishmentURL(
  1039. columnEstablishmentInfoResponse
  1040. .jsonBody,
  1041. ),
  1042. 'urluk',
  1043. ) !=
  1044. null &&
  1045. valueOrDefault<String>(
  1046. EstablishmentInfoCall
  1047. .establishmentURL(
  1048. columnEstablishmentInfoResponse
  1049. .jsonBody,
  1050. ),
  1051. 'urluk',
  1052. ) !=
  1053. '')
  1054. InkWell(
  1055. splashColor: Colors.transparent,
  1056. focusColor: Colors.transparent,
  1057. hoverColor: Colors.transparent,
  1058. highlightColor: Colors.transparent,
  1059. onTap: () async {
  1060. await launchURL(
  1061. valueOrDefault<String>(
  1062. EstablishmentInfoCall
  1063. .establishmentURL(
  1064. columnEstablishmentInfoResponse
  1065. .jsonBody,
  1066. ),
  1067. 'urluk',
  1068. ));
  1069. },
  1070. child: Text(
  1071. FFLocalizations.of(context).getText(
  1072. 'cxpo1x6d' /* Website */,
  1073. ),
  1074. style: FlutterFlowTheme.of(context)
  1075. .bodyMedium
  1076. .override(
  1077. font: GoogleFonts.inter(
  1078. fontWeight:
  1079. FlutterFlowTheme.of(
  1080. context)
  1081. .bodyMedium
  1082. .fontWeight,
  1083. fontStyle:
  1084. FlutterFlowTheme.of(
  1085. context)
  1086. .bodyMedium
  1087. .fontStyle,
  1088. ),
  1089. letterSpacing: 0.0,
  1090. fontWeight:
  1091. FlutterFlowTheme.of(
  1092. context)
  1093. .bodyMedium
  1094. .fontWeight,
  1095. fontStyle:
  1096. FlutterFlowTheme.of(
  1097. context)
  1098. .bodyMedium
  1099. .fontStyle,
  1100. ),
  1101. ),
  1102. ),
  1103. ],
  1104. ),
  1105. ],
  1106. ),
  1107. ),
  1108. ],
  1109. ),
  1110. Column(
  1111. mainAxisSize: MainAxisSize.max,
  1112. children: [
  1113. Text(
  1114. FFLocalizations.of(context).getText(
  1115. 'axwdkgtg' /* Hello World */,
  1116. ),
  1117. style: FlutterFlowTheme.of(context)
  1118. .bodyMedium
  1119. .override(
  1120. font: GoogleFonts.inter(
  1121. fontWeight: FlutterFlowTheme.of(context)
  1122. .bodyMedium
  1123. .fontWeight,
  1124. fontStyle: FlutterFlowTheme.of(context)
  1125. .bodyMedium
  1126. .fontStyle,
  1127. ),
  1128. letterSpacing: 0.0,
  1129. fontWeight: FlutterFlowTheme.of(context)
  1130. .bodyMedium
  1131. .fontWeight,
  1132. fontStyle: FlutterFlowTheme.of(context)
  1133. .bodyMedium
  1134. .fontStyle,
  1135. ),
  1136. ),
  1137. if (EstablishmentInfoCall
  1138. .establishmentOpeningstijden(
  1139. columnEstablishmentInfoResponse.jsonBody,
  1140. ) !=
  1141. null &&
  1142. EstablishmentInfoCall
  1143. .establishmentOpeningstijden(
  1144. columnEstablishmentInfoResponse.jsonBody,
  1145. ) !=
  1146. '')
  1147. Text(
  1148. valueOrDefault<String>(
  1149. EstablishmentInfoCall
  1150. .establishmentOpeningstijden(
  1151. columnEstablishmentInfoResponse.jsonBody,
  1152. ),
  1153. 'Openingstijden',
  1154. ),
  1155. style: FlutterFlowTheme.of(context)
  1156. .bodyMedium
  1157. .override(
  1158. font: GoogleFonts.inter(
  1159. fontWeight: FlutterFlowTheme.of(context)
  1160. .bodyMedium
  1161. .fontWeight,
  1162. fontStyle: FlutterFlowTheme.of(context)
  1163. .bodyMedium
  1164. .fontStyle,
  1165. ),
  1166. letterSpacing: 0.0,
  1167. fontWeight: FlutterFlowTheme.of(context)
  1168. .bodyMedium
  1169. .fontWeight,
  1170. fontStyle: FlutterFlowTheme.of(context)
  1171. .bodyMedium
  1172. .fontStyle,
  1173. ),
  1174. ),
  1175. Text(
  1176. valueOrDefault<String>(
  1177. EstablishmentInfoCall
  1178. .establshmentOpeningUitzondering(
  1179. columnEstablishmentInfoResponse.jsonBody,
  1180. ),
  1181. 'OpeningstijdenUitzondering',
  1182. ),
  1183. style: FlutterFlowTheme.of(context)
  1184. .bodyMedium
  1185. .override(
  1186. font: GoogleFonts.inter(
  1187. fontWeight: FlutterFlowTheme.of(context)
  1188. .bodyMedium
  1189. .fontWeight,
  1190. fontStyle: FlutterFlowTheme.of(context)
  1191. .bodyMedium
  1192. .fontStyle,
  1193. ),
  1194. letterSpacing: 0.0,
  1195. fontWeight: FlutterFlowTheme.of(context)
  1196. .bodyMedium
  1197. .fontWeight,
  1198. fontStyle: FlutterFlowTheme.of(context)
  1199. .bodyMedium
  1200. .fontStyle,
  1201. ),
  1202. ),
  1203. ],
  1204. ),
  1205. Column(
  1206. mainAxisSize: MainAxisSize.max,
  1207. children: [
  1208. Builder(
  1209. builder: (context) {
  1210. final cryptocoins = EstablishmentInfoCall
  1211. .establishmentCryptocoins(
  1212. columnEstablishmentInfoResponse.jsonBody,
  1213. )?.toList() ??
  1214. [];
  1215. _model.debugGeneratorVariables[
  1216. 'cryptocoins${cryptocoins.length > 100 ? ' (first 100)' : ''}'] =
  1217. debugSerializeParam(
  1218. cryptocoins.take(100),
  1219. ParamType.String,
  1220. isList: true,
  1221. link:
  1222. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1223. name: 'String',
  1224. nullable: false,
  1225. );
  1226. debugLogWidgetClass(_model);
  1227. return Column(
  1228. mainAxisSize: MainAxisSize.max,
  1229. children: List.generate(cryptocoins.length,
  1230. (cryptocoinsIndex) {
  1231. final cryptocoinsItem =
  1232. cryptocoins[cryptocoinsIndex];
  1233. return Text(
  1234. cryptocoinsItem,
  1235. style: FlutterFlowTheme.of(context)
  1236. .bodyMedium
  1237. .override(
  1238. font: GoogleFonts.inter(
  1239. fontWeight:
  1240. FlutterFlowTheme.of(context)
  1241. .bodyMedium
  1242. .fontWeight,
  1243. fontStyle:
  1244. FlutterFlowTheme.of(context)
  1245. .bodyMedium
  1246. .fontStyle,
  1247. ),
  1248. letterSpacing: 0.0,
  1249. fontWeight:
  1250. FlutterFlowTheme.of(context)
  1251. .bodyMedium
  1252. .fontWeight,
  1253. fontStyle:
  1254. FlutterFlowTheme.of(context)
  1255. .bodyMedium
  1256. .fontStyle,
  1257. ),
  1258. );
  1259. }),
  1260. );
  1261. },
  1262. ),
  1263. Text(
  1264. valueOrDefault<String>(
  1265. EstablishmentInfoCall.establishmentbezorgtijden(
  1266. columnEstablishmentInfoResponse.jsonBody,
  1267. ),
  1268. 'Bezorgtijden',
  1269. ),
  1270. style: FlutterFlowTheme.of(context)
  1271. .bodyMedium
  1272. .override(
  1273. font: GoogleFonts.inter(
  1274. fontWeight: FlutterFlowTheme.of(context)
  1275. .bodyMedium
  1276. .fontWeight,
  1277. fontStyle: FlutterFlowTheme.of(context)
  1278. .bodyMedium
  1279. .fontStyle,
  1280. ),
  1281. letterSpacing: 0.0,
  1282. fontWeight: FlutterFlowTheme.of(context)
  1283. .bodyMedium
  1284. .fontWeight,
  1285. fontStyle: FlutterFlowTheme.of(context)
  1286. .bodyMedium
  1287. .fontStyle,
  1288. ),
  1289. ),
  1290. Text(
  1291. valueOrDefault<String>(
  1292. EstablishmentInfoCall.establishmentBezorgkosten(
  1293. columnEstablishmentInfoResponse.jsonBody,
  1294. ),
  1295. 'bezorgkosten',
  1296. ),
  1297. style: FlutterFlowTheme.of(context)
  1298. .bodyMedium
  1299. .override(
  1300. font: GoogleFonts.inter(
  1301. fontWeight: FlutterFlowTheme.of(context)
  1302. .bodyMedium
  1303. .fontWeight,
  1304. fontStyle: FlutterFlowTheme.of(context)
  1305. .bodyMedium
  1306. .fontStyle,
  1307. ),
  1308. letterSpacing: 0.0,
  1309. fontWeight: FlutterFlowTheme.of(context)
  1310. .bodyMedium
  1311. .fontWeight,
  1312. fontStyle: FlutterFlowTheme.of(context)
  1313. .bodyMedium
  1314. .fontStyle,
  1315. ),
  1316. ),
  1317. Text(
  1318. valueOrDefault<String>(
  1319. EstablishmentInfoCall.establshmentBestellink(
  1320. columnEstablishmentInfoResponse.jsonBody,
  1321. ),
  1322. 'bestellink',
  1323. ),
  1324. style: FlutterFlowTheme.of(context)
  1325. .bodyMedium
  1326. .override(
  1327. font: GoogleFonts.inter(
  1328. fontWeight: FlutterFlowTheme.of(context)
  1329. .bodyMedium
  1330. .fontWeight,
  1331. fontStyle: FlutterFlowTheme.of(context)
  1332. .bodyMedium
  1333. .fontStyle,
  1334. ),
  1335. letterSpacing: 0.0,
  1336. fontWeight: FlutterFlowTheme.of(context)
  1337. .bodyMedium
  1338. .fontWeight,
  1339. fontStyle: FlutterFlowTheme.of(context)
  1340. .bodyMedium
  1341. .fontStyle,
  1342. ),
  1343. ),
  1344. Builder(
  1345. builder: (context) {
  1346. final afhaalopties = EstablishmentInfoCall
  1347. .establishmentAfhaalopties(
  1348. columnEstablishmentInfoResponse.jsonBody,
  1349. )?.toList() ??
  1350. [];
  1351. _model.debugGeneratorVariables[
  1352. 'afhaalopties${afhaalopties.length > 100 ? ' (first 100)' : ''}'] =
  1353. debugSerializeParam(
  1354. afhaalopties.take(100),
  1355. ParamType.String,
  1356. isList: true,
  1357. link:
  1358. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1359. name: 'String',
  1360. nullable: false,
  1361. );
  1362. debugLogWidgetClass(_model);
  1363. return Row(
  1364. mainAxisSize: MainAxisSize.max,
  1365. children: List.generate(afhaalopties.length,
  1366. (afhaaloptiesIndex) {
  1367. final afhaaloptiesItem =
  1368. afhaalopties[afhaaloptiesIndex];
  1369. return Visibility(
  1370. visible: afhaaloptiesItem != null &&
  1371. afhaaloptiesItem != '',
  1372. child: Text(
  1373. afhaaloptiesItem,
  1374. style: FlutterFlowTheme.of(context)
  1375. .bodyMedium
  1376. .override(
  1377. font: GoogleFonts.inter(
  1378. fontWeight:
  1379. FlutterFlowTheme.of(context)
  1380. .bodyMedium
  1381. .fontWeight,
  1382. fontStyle:
  1383. FlutterFlowTheme.of(context)
  1384. .bodyMedium
  1385. .fontStyle,
  1386. ),
  1387. letterSpacing: 0.0,
  1388. fontWeight:
  1389. FlutterFlowTheme.of(context)
  1390. .bodyMedium
  1391. .fontWeight,
  1392. fontStyle:
  1393. FlutterFlowTheme.of(context)
  1394. .bodyMedium
  1395. .fontStyle,
  1396. ),
  1397. ),
  1398. );
  1399. }),
  1400. );
  1401. },
  1402. ),
  1403. Text(
  1404. valueOrDefault<String>(
  1405. EstablishmentInfoCall
  1406. .establishmentMinimaleorder(
  1407. columnEstablishmentInfoResponse.jsonBody,
  1408. ),
  1409. 'minimale order',
  1410. ),
  1411. style: FlutterFlowTheme.of(context)
  1412. .bodyMedium
  1413. .override(
  1414. font: GoogleFonts.inter(
  1415. fontWeight: FlutterFlowTheme.of(context)
  1416. .bodyMedium
  1417. .fontWeight,
  1418. fontStyle: FlutterFlowTheme.of(context)
  1419. .bodyMedium
  1420. .fontStyle,
  1421. ),
  1422. letterSpacing: 0.0,
  1423. fontWeight: FlutterFlowTheme.of(context)
  1424. .bodyMedium
  1425. .fontWeight,
  1426. fontStyle: FlutterFlowTheme.of(context)
  1427. .bodyMedium
  1428. .fontStyle,
  1429. ),
  1430. ),
  1431. Builder(
  1432. builder: (context) {
  1433. final afhaalbetaalopties = EstablishmentInfoCall
  1434. .establishmentbezorgbetaalopties(
  1435. columnEstablishmentInfoResponse.jsonBody,
  1436. )?.toList() ??
  1437. [];
  1438. _model.debugGeneratorVariables[
  1439. 'afhaalbetaalopties${afhaalbetaalopties.length > 100 ? ' (first 100)' : ''}'] =
  1440. debugSerializeParam(
  1441. afhaalbetaalopties.take(100),
  1442. ParamType.String,
  1443. isList: true,
  1444. link:
  1445. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1446. name: 'String',
  1447. nullable: false,
  1448. );
  1449. debugLogWidgetClass(_model);
  1450. return Row(
  1451. mainAxisSize: MainAxisSize.max,
  1452. children:
  1453. List.generate(afhaalbetaalopties.length,
  1454. (afhaalbetaaloptiesIndex) {
  1455. final afhaalbetaaloptiesItem =
  1456. afhaalbetaalopties[
  1457. afhaalbetaaloptiesIndex];
  1458. return Visibility(
  1459. visible: afhaalbetaaloptiesItem != null &&
  1460. afhaalbetaaloptiesItem != '',
  1461. child: Text(
  1462. afhaalbetaaloptiesItem,
  1463. style: FlutterFlowTheme.of(context)
  1464. .bodyMedium
  1465. .override(
  1466. font: GoogleFonts.inter(
  1467. fontWeight:
  1468. FlutterFlowTheme.of(context)
  1469. .bodyMedium
  1470. .fontWeight,
  1471. fontStyle:
  1472. FlutterFlowTheme.of(context)
  1473. .bodyMedium
  1474. .fontStyle,
  1475. ),
  1476. letterSpacing: 0.0,
  1477. fontWeight:
  1478. FlutterFlowTheme.of(context)
  1479. .bodyMedium
  1480. .fontWeight,
  1481. fontStyle:
  1482. FlutterFlowTheme.of(context)
  1483. .bodyMedium
  1484. .fontStyle,
  1485. ),
  1486. ),
  1487. );
  1488. }),
  1489. );
  1490. },
  1491. ),
  1492. Builder(
  1493. builder: (context) {
  1494. final bezorgtin =
  1495. EstablishmentInfoCall.establshmentBezorgtin(
  1496. columnEstablishmentInfoResponse
  1497. .jsonBody,
  1498. )?.toList() ??
  1499. [];
  1500. _model.debugGeneratorVariables[
  1501. 'bezorgtin${bezorgtin.length > 100 ? ' (first 100)' : ''}'] =
  1502. debugSerializeParam(
  1503. bezorgtin.take(100),
  1504. ParamType.String,
  1505. isList: true,
  1506. link:
  1507. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=EvenementHorecagelegenheid',
  1508. name: 'String',
  1509. nullable: false,
  1510. );
  1511. debugLogWidgetClass(_model);
  1512. return Row(
  1513. mainAxisSize: MainAxisSize.max,
  1514. children: List.generate(bezorgtin.length,
  1515. (bezorgtinIndex) {
  1516. final bezorgtinItem =
  1517. bezorgtin[bezorgtinIndex];
  1518. return Text(
  1519. bezorgtinItem,
  1520. style: FlutterFlowTheme.of(context)
  1521. .bodyMedium
  1522. .override(
  1523. font: GoogleFonts.inter(
  1524. fontWeight:
  1525. FlutterFlowTheme.of(context)
  1526. .bodyMedium
  1527. .fontWeight,
  1528. fontStyle:
  1529. FlutterFlowTheme.of(context)
  1530. .bodyMedium
  1531. .fontStyle,
  1532. ),
  1533. letterSpacing: 0.0,
  1534. fontWeight:
  1535. FlutterFlowTheme.of(context)
  1536. .bodyMedium
  1537. .fontWeight,
  1538. fontStyle:
  1539. FlutterFlowTheme.of(context)
  1540. .bodyMedium
  1541. .fontStyle,
  1542. ),
  1543. );
  1544. }),
  1545. );
  1546. },
  1547. ),
  1548. ],
  1549. ),
  1550. ],
  1551. ),
  1552. ),
  1553. ],
  1554. ),
  1555. ),
  1556. ],
  1557. );
  1558. },
  1559. );
  1560. }
  1561. }