uitgaantabel_kaart_model.dart 6.5 KB

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