uitgaantabel_kaart_model.dart 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. import '/flutter_flow/flutter_flow_theme.dart';
  2. import '/flutter_flow/flutter_flow_util.dart';
  3. import '/flutter_flow/flutter_flow_widgets.dart';
  4. import '/shared/tag_categorie_component/tag_categorie_component_widget.dart';
  5. import 'dart:ui';
  6. import '/index.dart';
  7. import 'uitgaantabel_kaart_widget.dart' show UitgaantabelKaartWidget;
  8. import 'package:auto_size_text/auto_size_text.dart';
  9. import 'package:cached_network_image/cached_network_image.dart';
  10. import 'package:flutter/material.dart';
  11. import 'package:flutter_spinkit/flutter_spinkit.dart';
  12. import 'package:google_fonts/google_fonts.dart';
  13. import 'package:provider/provider.dart';
  14. class UitgaantabelKaartModel extends FlutterFlowModel<UitgaantabelKaartWidget> {
  15. /// State fields for stateful widgets in this component.
  16. // Models for tagCategorieComponent dynamic component.
  17. Map<String, FlutterFlowModel> tagCategorieComponentModels = {};
  18. final Map<String, DebugDataField> debugGeneratorVariables = {};
  19. final Map<String, DebugDataField> debugBackendQueries = {};
  20. final Map<String, FlutterFlowModel> widgetBuilderComponents = {};
  21. @override
  22. void initState(BuildContext context) {}
  23. @override
  24. void dispose() {}
  25. @override
  26. WidgetClassDebugData toWidgetClassDebugData() => WidgetClassDebugData(
  27. widgetParameters: {
  28. 'logo': debugSerializeParam(
  29. widget?.logo,
  30. ParamType.JSON,
  31. link:
  32. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  33. searchReference:
  34. 'reference=ShQKDgoEbG9nbxIGN3Z0NWNwcgIICVAAWgRsb2dv',
  35. name: 'dynamic',
  36. nullable: true,
  37. ),
  38. 'categorie': debugSerializeParam(
  39. widget?.categorie,
  40. ParamType.JSON,
  41. link:
  42. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  43. searchReference:
  44. 'reference=ShkKEwoJY2F0ZWdvcmllEgY1Y3BjanFyAggJUABaCWNhdGVnb3JpZQ==',
  45. name: 'dynamic',
  46. nullable: true,
  47. ),
  48. 'titel': debugSerializeParam(
  49. widget?.titel,
  50. ParamType.JSON,
  51. link:
  52. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  53. searchReference:
  54. 'reference=ShUKDwoFdGl0ZWwSBmhpMWlwMXICCAlQAFoFdGl0ZWw=',
  55. name: 'dynamic',
  56. nullable: true,
  57. ),
  58. 'horecagelegenheid': debugSerializeParam(
  59. widget?.horecagelegenheid,
  60. ParamType.JSON,
  61. link:
  62. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  63. searchReference:
  64. 'reference=SiEKGwoRaG9yZWNhZ2VsZWdlbmhlaWQSBmJndmtmM3ICCAlQAFoRaG9yZWNhZ2VsZWdlbmhlaWQ=',
  65. name: 'dynamic',
  66. nullable: true,
  67. ),
  68. 'adres': debugSerializeParam(
  69. widget?.adres,
  70. ParamType.JSON,
  71. link:
  72. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  73. searchReference:
  74. 'reference=ShUKDwoFYWRyZXMSBnZhMHI4OXICCAlQAFoFYWRyZXM=',
  75. name: 'dynamic',
  76. nullable: true,
  77. ),
  78. 'plaats': debugSerializeParam(
  79. widget?.plaats,
  80. ParamType.JSON,
  81. link:
  82. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  83. searchReference:
  84. 'reference=ShYKEAoGcGxhYXRzEgZkODVhZW9yAggJUABaBnBsYWF0cw==',
  85. name: 'dynamic',
  86. nullable: true,
  87. ),
  88. 'datum': debugSerializeParam(
  89. widget?.datum,
  90. ParamType.JSON,
  91. link:
  92. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  93. searchReference:
  94. 'reference=ShUKDwoFZGF0dW0SBjl2ZTF4M3ICCAlQAFoFZGF0dW0=',
  95. name: 'dynamic',
  96. nullable: true,
  97. ),
  98. 'inhoud': debugSerializeParam(
  99. widget?.inhoud,
  100. ParamType.JSON,
  101. link:
  102. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  103. searchReference:
  104. 'reference=ShYKEAoGaW5ob3VkEgYybXpvZ3FyAggJUABaBmluaG91ZA==',
  105. name: 'dynamic',
  106. nullable: true,
  107. ),
  108. 'parameter9': debugSerializeParam(
  109. widget?.parameter9,
  110. ParamType.JSON,
  111. link:
  112. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  113. searchReference:
  114. 'reference=ShoKFAoKcGFyYW1ldGVyORIGbWo4djRhcgIICVAAWgpwYXJhbWV0ZXI5',
  115. name: 'dynamic',
  116. nullable: true,
  117. ),
  118. 'horecagelegenheidNid': debugSerializeParam(
  119. widget?.horecagelegenheidNid,
  120. ParamType.JSON,
  121. link:
  122. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=UitgaantabelKaart',
  123. searchReference:
  124. 'reference=SiQKHgoUaG9yZWNhZ2VsZWdlbmhlaWROaWQSBjU1emQ5eXICCAlQAFoUaG9yZWNhZ2VsZWdlbmhlaWROaWQ=',
  125. name: 'dynamic',
  126. nullable: true,
  127. )
  128. }.withoutNulls.entries,
  129. generatorVariables: debugGeneratorVariables.entries,
  130. backendQueries: debugBackendQueries.entries,
  131. componentStates: {
  132. ...widgetBuilderComponents.map(
  133. (key, value) => MapEntry(
  134. key,
  135. value.toWidgetClassDebugData(),
  136. ),
  137. ),
  138. }.withoutNulls.entries,
  139. dynamicComponentStates: {
  140. 'tagCategorieComponentModels (List<tagCategorieComponent>)':
  141. DynamicWidgetClassDebugData(
  142. componentStates: Map.fromIterables(
  143. List.generate(
  144. tagCategorieComponentModels.length, (index) => '[$index]'),
  145. tagCategorieComponentModels.values
  146. .map((e) => e.toWidgetClassDebugData()),
  147. ).entries,
  148. ),
  149. }.withoutNulls.entries,
  150. link:
  151. 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd/tab=uiBuilder&page=UitgaantabelKaart',
  152. searchReference:
  153. 'reference=OhFVaXRnYWFudGFiZWxLYWFydFAAWhFVaXRnYWFudGFiZWxLYWFydA==',
  154. widgetClassName: 'UitgaantabelKaart',
  155. );
  156. }