json_flit 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (174) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -0
  3. data/Gemfile.lock +29 -3
  4. data/README.md +3 -5
  5. data/demo/.ruby-version +1 -0
  6. data/demo/Gemfile +73 -0
  7. data/demo/Gemfile.lock +218 -0
  8. data/demo/Procfile.dev +3 -0
  9. data/demo/README.md +24 -0
  10. data/demo/Rakefile +6 -0
  11. data/demo/app/assets/builds/.keep +0 -0
  12. data/demo/app/assets/fonts/Lato-Regular.ttf +0 -0
  13. data/demo/app/assets/fonts/MetalMania-Regular.ttf +0 -0
  14. data/demo/app/assets/images/.keep +0 -0
  15. data/demo/app/assets/images/image1.jpg +0 -0
  16. data/demo/app/assets/images/image10.jpg +0 -0
  17. data/demo/app/assets/images/image11.jpg +0 -0
  18. data/demo/app/assets/images/image12.jpg +0 -0
  19. data/demo/app/assets/images/image13.jpg +0 -0
  20. data/demo/app/assets/images/image14.jpg +0 -0
  21. data/demo/app/assets/images/image15.jpg +0 -0
  22. data/demo/app/assets/images/image16.jpg +0 -0
  23. data/demo/app/assets/images/image17.jpg +0 -0
  24. data/demo/app/assets/images/image2.jpg +0 -0
  25. data/demo/app/assets/images/image3.jpg +0 -0
  26. data/demo/app/assets/images/image4.jpg +0 -0
  27. data/demo/app/assets/images/image5.jpg +0 -0
  28. data/demo/app/assets/images/image6.jpg +0 -0
  29. data/demo/app/assets/images/image7.jpg +0 -0
  30. data/demo/app/assets/images/image8.jpg +0 -0
  31. data/demo/app/assets/images/image9.jpg +0 -0
  32. data/demo/app/assets/images/profile.jpg +0 -0
  33. data/demo/app/assets/images/visa.svg +1 -0
  34. data/demo/app/assets/pages/align.json +182 -0
  35. data/demo/app/assets/pages/animated_align.json +50 -0
  36. data/demo/app/assets/pages/animated_container.json +56 -0
  37. data/demo/app/assets/pages/animated_cross_fade.json +63 -0
  38. data/demo/app/assets/pages/animated_default_text_style.json +53 -0
  39. data/demo/app/assets/pages/animated_opacity.json +49 -0
  40. data/demo/app/assets/pages/animated_padding.json +50 -0
  41. data/demo/app/assets/pages/animated_physical_model.json +73 -0
  42. data/demo/app/assets/pages/animated_positioned.json +54 -0
  43. data/demo/app/assets/pages/animated_positioned_directional.json +60 -0
  44. data/demo/app/assets/pages/animated_size.json +61 -0
  45. data/demo/app/assets/pages/animated_switcher.json +62 -0
  46. data/demo/app/assets/pages/animated_theme.json +52 -0
  47. data/demo/app/assets/pages/aspect_ratio.json +124 -0
  48. data/demo/app/assets/pages/asset_images.json +667 -0
  49. data/demo/app/assets/pages/bank_example.json +913 -0
  50. data/demo/app/assets/pages/baseline.json +81 -0
  51. data/demo/app/assets/pages/buttons.json +139 -0
  52. data/demo/app/assets/pages/card.json +121 -0
  53. data/demo/app/assets/pages/center.json +25 -0
  54. data/demo/app/assets/pages/checkbox.json +77 -0
  55. data/demo/app/assets/pages/circular_progress_indicator.json +45 -0
  56. data/demo/app/assets/pages/clips.json +156 -0
  57. data/demo/app/assets/pages/conditional.json +197 -0
  58. data/demo/app/assets/pages/cupertino_switch.yaml +72 -0
  59. data/demo/app/assets/pages/decorated_box.json +38 -0
  60. data/demo/app/assets/pages/directionality.json +31 -0
  61. data/demo/app/assets/pages/dynamic.json +299 -0
  62. data/demo/app/assets/pages/fitted_box.json +41 -0
  63. data/demo/app/assets/pages/for_each.json +130 -0
  64. data/demo/app/assets/pages/form.json +276 -0
  65. data/demo/app/assets/pages/fractional_translation.json +31 -0
  66. data/demo/app/assets/pages/fractionally_sized_box.json +34 -0
  67. data/demo/app/assets/pages/gestures.json +83 -0
  68. data/demo/app/assets/pages/grid_view.json +217 -0
  69. data/demo/app/assets/pages/image_page.json +32 -0
  70. data/demo/app/assets/pages/images.json +89 -0
  71. data/demo/app/assets/pages/indexed_stack.json +101 -0
  72. data/demo/app/assets/pages/input_error.json +64 -0
  73. data/demo/app/assets/pages/interactive_viewer.json +30 -0
  74. data/demo/app/assets/pages/intrinsic_height.json +63 -0
  75. data/demo/app/assets/pages/intrinsic_width.json +63 -0
  76. data/demo/app/assets/pages/issue_10.json +23 -0
  77. data/demo/app/assets/pages/issue_109.json +65 -0
  78. data/demo/app/assets/pages/issue_11.json +23 -0
  79. data/demo/app/assets/pages/issue_12.json +34 -0
  80. data/demo/app/assets/pages/issue_20_list.json +31 -0
  81. data/demo/app/assets/pages/issue_20_single.json +31 -0
  82. data/demo/app/assets/pages/issue_30.json +35 -0
  83. data/demo/app/assets/pages/layout_builder.json +403 -0
  84. data/demo/app/assets/pages/length.json +125 -0
  85. data/demo/app/assets/pages/limited_box.json +33 -0
  86. data/demo/app/assets/pages/linear_progress_indicator.json +25 -0
  87. data/demo/app/assets/pages/list_view.json +410 -0
  88. data/demo/app/assets/pages/measured.json +266 -0
  89. data/demo/app/assets/pages/offstage.json +50 -0
  90. data/demo/app/assets/pages/opacity.json +136 -0
  91. data/demo/app/assets/pages/overflow_box.json +52 -0
  92. data/demo/app/assets/pages/placeholder.json +57 -0
  93. data/demo/app/assets/pages/popup_menu_button.json +38 -0
  94. data/demo/app/assets/pages/radio.json +60 -0
  95. data/demo/app/assets/pages/rich_text.json +45 -0
  96. data/demo/app/assets/pages/scroll_view.json +974 -0
  97. data/demo/app/assets/pages/semantics.json +212 -0
  98. data/demo/app/assets/pages/set_default_value.json +77 -0
  99. data/demo/app/assets/pages/simple_page.json +25 -0
  100. data/demo/app/assets/pages/slivers.json +268 -0
  101. data/demo/app/assets/pages/switch.json +77 -0
  102. data/demo/app/assets/pages/theme.json +228 -0
  103. data/demo/app/assets/pages/tooltip.json +77 -0
  104. data/demo/app/assets/pages/tween_animation.json +43 -0
  105. data/demo/app/assets/pages/variables.json +64 -0
  106. data/demo/app/assets/pages/wrap.json +117 -0
  107. data/demo/app/assets/stylesheets/application.css +1 -0
  108. data/demo/app/assets/stylesheets/application.tailwind.css +13 -0
  109. data/demo/app/assets/widgets/issue_24.json +42 -0
  110. data/demo/app/channels/application_cable/channel.rb +4 -0
  111. data/demo/app/channels/application_cable/connection.rb +4 -0
  112. data/demo/app/controllers/application_controller.rb +2 -0
  113. data/demo/app/controllers/concerns/.keep +0 -0
  114. data/demo/app/controllers/welcome_controller.rb +22 -0
  115. data/demo/app/helpers/application_helper.rb +2 -0
  116. data/demo/app/helpers/welcome_helper.rb +2 -0
  117. data/demo/app/javascript/application.js +3 -0
  118. data/demo/app/javascript/controllers/application.js +9 -0
  119. data/demo/app/javascript/controllers/hello_controller.js +7 -0
  120. data/demo/app/javascript/controllers/index.js +8 -0
  121. data/demo/app/jobs/application_job.rb +7 -0
  122. data/demo/app/mailers/application_mailer.rb +4 -0
  123. data/demo/app/models/application_record.rb +3 -0
  124. data/demo/app/models/concerns/.keep +0 -0
  125. data/demo/app/views/layouts/application.html.erb +16 -0
  126. data/demo/app/views/layouts/mailer.html.erb +13 -0
  127. data/demo/app/views/layouts/mailer.text.erb +1 -0
  128. data/demo/app/views/welcome/index.html.erb +5 -0
  129. data/demo/app/views/welcome/show.html.erb +6 -0
  130. data/demo/bin/bundle +109 -0
  131. data/demo/bin/dev +8 -0
  132. data/demo/bin/rails +4 -0
  133. data/demo/bin/rake +4 -0
  134. data/demo/bin/setup +33 -0
  135. data/demo/config/application.rb +37 -0
  136. data/demo/config/boot.rb +4 -0
  137. data/demo/config/cable.yml +11 -0
  138. data/demo/config/credentials.yml.enc +1 -0
  139. data/demo/config/database.yml +25 -0
  140. data/demo/config/environment.rb +5 -0
  141. data/demo/config/environments/development.rb +68 -0
  142. data/demo/config/environments/production.rb +87 -0
  143. data/demo/config/environments/test.rb +60 -0
  144. data/demo/config/initializers/assets.rb +12 -0
  145. data/demo/config/initializers/content_security_policy.rb +25 -0
  146. data/demo/config/initializers/filter_parameter_logging.rb +8 -0
  147. data/demo/config/initializers/inflections.rb +16 -0
  148. data/demo/config/initializers/permissions_policy.rb +11 -0
  149. data/demo/config/locales/en.yml +33 -0
  150. data/demo/config/puma.rb +43 -0
  151. data/demo/config/routes.rb +5 -0
  152. data/demo/config/storage.yml +34 -0
  153. data/demo/config/tailwind.config.js +22 -0
  154. data/demo/config.ru +6 -0
  155. data/demo/db/development.sqlite3 +0 -0
  156. data/demo/db/seeds.rb +7 -0
  157. data/demo/lib/assets/.keep +0 -0
  158. data/demo/lib/tasks/.keep +0 -0
  159. data/demo/log/.keep +0 -0
  160. data/demo/public/404.html +67 -0
  161. data/demo/public/422.html +67 -0
  162. data/demo/public/500.html +66 -0
  163. data/demo/public/apple-touch-icon-precomposed.png +0 -0
  164. data/demo/public/apple-touch-icon.png +0 -0
  165. data/demo/public/favicon.ico +0 -0
  166. data/demo/public/robots.txt +1 -0
  167. data/demo/storage/.keep +0 -0
  168. data/demo/tmp/.keep +0 -0
  169. data/demo/tmp/pids/.keep +0 -0
  170. data/demo/tmp/storage/.keep +0 -0
  171. data/demo/vendor/.keep +0 -0
  172. data/lib/json_flit/registry.rb +144 -0
  173. data/lib/json_flit/version.rb +1 -1
  174. metadata +185 -3
@@ -0,0 +1,974 @@
1
+ {
2
+ "type": "scaffold",
3
+ "args": {
4
+ "appBar": {
5
+ "type": "app_bar",
6
+ "args": {
7
+ "title": {
8
+ "type": "text",
9
+ "args": {
10
+ "text": "Scroll View"
11
+ }
12
+ }
13
+ }
14
+ },
15
+ "body": {
16
+ "type": "row",
17
+ "children": [
18
+ {
19
+ "type": "expanded",
20
+ "child": {
21
+ "type": "primary_scroll_controller",
22
+ "child": {
23
+ "type": "scrollbar",
24
+ "id": "left",
25
+ "args": {
26
+ "scrollbarOrientation": "left"
27
+ },
28
+ "child": {
29
+ "type": "comment",
30
+ "args": {
31
+ "comments": [
32
+ "As of Flutter 2.2, Desktop applications get a default",
33
+ "scrollbar. So when a manual scrollbar is added, like it",
34
+ "is above, two scrollbars will get rendered. The",
35
+ "scroll_configuration below solves the problem by",
36
+ "disabling the default scrollbar.",
37
+ "",
38
+ "For more info, see the announcement on the change here:",
39
+ "https://docs.flutter.dev/release/breaking-changes/default-desktop-scrollbars"
40
+ ]
41
+ },
42
+ "child": {
43
+ "type": "scroll_configuration",
44
+ "args": {
45
+ "scrollbars": false
46
+ },
47
+ "child": {
48
+ "type": "list_view",
49
+ "args": {
50
+ "primary": true
51
+ },
52
+ "children": [
53
+ {
54
+ "type": "list_tile",
55
+ "args": {
56
+ "title": {
57
+ "type": "text",
58
+ "args": {
59
+ "text": "One"
60
+ }
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "type": "list_tile",
66
+ "args": {
67
+ "title": {
68
+ "type": "text",
69
+ "args": {
70
+ "text": "Two"
71
+ }
72
+ }
73
+ }
74
+ },
75
+ {
76
+ "type": "list_tile",
77
+ "args": {
78
+ "title": {
79
+ "type": "text",
80
+ "args": {
81
+ "text": "Three"
82
+ }
83
+ }
84
+ }
85
+ },
86
+ {
87
+ "type": "list_tile",
88
+ "args": {
89
+ "title": {
90
+ "type": "text",
91
+ "args": {
92
+ "text": "Four"
93
+ }
94
+ }
95
+ }
96
+ },
97
+ {
98
+ "type": "list_tile",
99
+ "args": {
100
+ "title": {
101
+ "type": "text",
102
+ "args": {
103
+ "text": "Five"
104
+ }
105
+ }
106
+ }
107
+ },
108
+ {
109
+ "type": "list_tile",
110
+ "args": {
111
+ "title": {
112
+ "type": "text",
113
+ "args": {
114
+ "text": "Six"
115
+ }
116
+ }
117
+ }
118
+ },
119
+ {
120
+ "type": "list_tile",
121
+ "args": {
122
+ "title": {
123
+ "type": "text",
124
+ "args": {
125
+ "text": "Seven"
126
+ }
127
+ }
128
+ }
129
+ },
130
+ {
131
+ "type": "list_tile",
132
+ "args": {
133
+ "title": {
134
+ "type": "text",
135
+ "args": {
136
+ "text": "Eight"
137
+ }
138
+ }
139
+ }
140
+ },
141
+ {
142
+ "type": "list_tile",
143
+ "args": {
144
+ "title": {
145
+ "type": "text",
146
+ "args": {
147
+ "text": "Nine"
148
+ }
149
+ }
150
+ }
151
+ },
152
+ {
153
+ "type": "list_tile",
154
+ "args": {
155
+ "title": {
156
+ "type": "text",
157
+ "args": {
158
+ "text": "Ten"
159
+ }
160
+ }
161
+ }
162
+ },
163
+ {
164
+ "type": "list_tile",
165
+ "args": {
166
+ "title": {
167
+ "type": "text",
168
+ "args": {
169
+ "text": "Eleven"
170
+ }
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "type": "list_tile",
176
+ "args": {
177
+ "title": {
178
+ "type": "text",
179
+ "args": {
180
+ "text": "Twelve"
181
+ }
182
+ }
183
+ }
184
+ },
185
+ {
186
+ "type": "list_tile",
187
+ "args": {
188
+ "title": {
189
+ "type": "text",
190
+ "args": {
191
+ "text": "Thirteen"
192
+ }
193
+ }
194
+ }
195
+ },
196
+ {
197
+ "type": "list_tile",
198
+ "args": {
199
+ "title": {
200
+ "type": "text",
201
+ "args": {
202
+ "text": "Fourteen"
203
+ }
204
+ }
205
+ }
206
+ },
207
+ {
208
+ "type": "list_tile",
209
+ "args": {
210
+ "title": {
211
+ "type": "text",
212
+ "args": {
213
+ "text": "Fifteen"
214
+ }
215
+ }
216
+ }
217
+ },
218
+ {
219
+ "type": "list_tile",
220
+ "args": {
221
+ "title": {
222
+ "type": "text",
223
+ "args": {
224
+ "text": "Sixteen"
225
+ }
226
+ }
227
+ }
228
+ },
229
+ {
230
+ "type": "list_tile",
231
+ "args": {
232
+ "title": {
233
+ "type": "text",
234
+ "args": {
235
+ "text": "Seventeen"
236
+ }
237
+ }
238
+ }
239
+ },
240
+ {
241
+ "type": "list_tile",
242
+ "args": {
243
+ "title": {
244
+ "type": "text",
245
+ "args": {
246
+ "text": "Eighteen"
247
+ }
248
+ }
249
+ }
250
+ },
251
+ {
252
+ "type": "list_tile",
253
+ "args": {
254
+ "title": {
255
+ "type": "text",
256
+ "args": {
257
+ "text": "Nineteen"
258
+ }
259
+ }
260
+ }
261
+ },
262
+ {
263
+ "type": "list_tile",
264
+ "args": {
265
+ "title": {
266
+ "type": "text",
267
+ "args": {
268
+ "text": "Twenty"
269
+ }
270
+ }
271
+ }
272
+ },
273
+ {
274
+ "type": "list_tile",
275
+ "args": {
276
+ "title": {
277
+ "type": "text",
278
+ "args": {
279
+ "text": "Twenty One"
280
+ }
281
+ }
282
+ }
283
+ },
284
+ {
285
+ "type": "list_tile",
286
+ "args": {
287
+ "title": {
288
+ "type": "text",
289
+ "args": {
290
+ "text": "Twenty Two"
291
+ }
292
+ }
293
+ }
294
+ },
295
+ {
296
+ "type": "list_tile",
297
+ "args": {
298
+ "title": {
299
+ "type": "text",
300
+ "args": {
301
+ "text": "Twenty Three"
302
+ }
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "type": "list_tile",
308
+ "args": {
309
+ "title": {
310
+ "type": "text",
311
+ "args": {
312
+ "text": "Twenty Four"
313
+ }
314
+ }
315
+ }
316
+ },
317
+ {
318
+ "type": "list_tile",
319
+ "args": {
320
+ "title": {
321
+ "type": "text",
322
+ "args": {
323
+ "text": "Twenty Five"
324
+ }
325
+ }
326
+ }
327
+ },
328
+ {
329
+ "type": "list_tile",
330
+ "args": {
331
+ "title": {
332
+ "type": "text",
333
+ "args": {
334
+ "text": "Twenty Six"
335
+ }
336
+ }
337
+ }
338
+ },
339
+ {
340
+ "type": "list_tile",
341
+ "args": {
342
+ "title": {
343
+ "type": "text",
344
+ "args": {
345
+ "text": "Twenty Seven"
346
+ }
347
+ }
348
+ }
349
+ },
350
+ {
351
+ "type": "list_tile",
352
+ "args": {
353
+ "title": {
354
+ "type": "text",
355
+ "args": {
356
+ "text": "Twenty Eight"
357
+ }
358
+ }
359
+ }
360
+ },
361
+ {
362
+ "type": "list_tile",
363
+ "args": {
364
+ "title": {
365
+ "type": "text",
366
+ "args": {
367
+ "text": "Twenty Nine"
368
+ }
369
+ }
370
+ }
371
+ },
372
+ {
373
+ "type": "list_tile",
374
+ "args": {
375
+ "title": {
376
+ "type": "text",
377
+ "args": {
378
+ "text": "Thirty"
379
+ }
380
+ }
381
+ }
382
+ },
383
+ {
384
+ "type": "list_tile",
385
+ "args": {
386
+ "title": {
387
+ "type": "text",
388
+ "args": {
389
+ "text": "Thirty One"
390
+ }
391
+ }
392
+ }
393
+ },
394
+ {
395
+ "type": "list_tile",
396
+ "args": {
397
+ "title": {
398
+ "type": "text",
399
+ "args": {
400
+ "text": "Thirty Two"
401
+ }
402
+ }
403
+ }
404
+ },
405
+ {
406
+ "type": "list_tile",
407
+ "args": {
408
+ "title": {
409
+ "type": "text",
410
+ "args": {
411
+ "text": "Thirty Three"
412
+ }
413
+ }
414
+ }
415
+ },
416
+ {
417
+ "type": "list_tile",
418
+ "args": {
419
+ "title": {
420
+ "type": "text",
421
+ "args": {
422
+ "text": "Thirty Four"
423
+ }
424
+ }
425
+ }
426
+ },
427
+ {
428
+ "type": "list_tile",
429
+ "args": {
430
+ "title": {
431
+ "type": "text",
432
+ "args": {
433
+ "text": "Thirty Five"
434
+ }
435
+ }
436
+ }
437
+ },
438
+ {
439
+ "type": "list_tile",
440
+ "args": {
441
+ "title": {
442
+ "type": "text",
443
+ "args": {
444
+ "text": "Thirty Six"
445
+ }
446
+ }
447
+ }
448
+ },
449
+ {
450
+ "type": "list_tile",
451
+ "args": {
452
+ "title": {
453
+ "type": "text",
454
+ "args": {
455
+ "text": "Thirty Seven"
456
+ }
457
+ }
458
+ }
459
+ },
460
+ {
461
+ "type": "list_tile",
462
+ "args": {
463
+ "title": {
464
+ "type": "text",
465
+ "args": {
466
+ "text": "Thirty Eight"
467
+ }
468
+ }
469
+ }
470
+ },
471
+ {
472
+ "type": "list_tile",
473
+ "args": {
474
+ "title": {
475
+ "type": "text",
476
+ "args": {
477
+ "text": "Thirty Nine"
478
+ }
479
+ }
480
+ }
481
+ }
482
+ ]
483
+ }
484
+ }
485
+ }
486
+ }
487
+ }
488
+ },
489
+ {
490
+ "type": "container",
491
+ "args": {
492
+ "color": "#999",
493
+ "width": 2
494
+ }
495
+ },
496
+ {
497
+ "type": "expanded",
498
+ "child": {
499
+ "type": "set_scroll_controller",
500
+ "args": {
501
+ "key": "controller"
502
+ },
503
+ "child": {
504
+ "type": "scrollbar",
505
+ "id": "right",
506
+ "args": {
507
+ "controller": "${controller}",
508
+ "scrollbarOrientation": "right"
509
+ },
510
+ "child": {
511
+ "type": "comment",
512
+ "args": {
513
+ "comments": [
514
+ "As of Flutter 2.2, Desktop applications get a default",
515
+ "scrollbar. So when a manual scrollbar is added, like it",
516
+ "is above, two scrollbars will get rendered. The",
517
+ "scroll_configuration below solves the problem by",
518
+ "disabling the default scrollbar.",
519
+ "",
520
+ "For more info, see the announcement on the change here:",
521
+ "https://docs.flutter.dev/release/breaking-changes/default-desktop-scrollbars"
522
+ ]
523
+ },
524
+ "child": {
525
+ "type": "scroll_configuration",
526
+ "args": {
527
+ "scrollbars": false
528
+ },
529
+ "child": {
530
+ "type": "list_view",
531
+ "args": {
532
+ "controller": "${controller}"
533
+ },
534
+ "children": [
535
+ {
536
+ "type": "list_tile",
537
+ "args": {
538
+ "title": {
539
+ "type": "text",
540
+ "args": {
541
+ "text": "One"
542
+ }
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "type": "list_tile",
548
+ "args": {
549
+ "title": {
550
+ "type": "text",
551
+ "args": {
552
+ "text": "Two"
553
+ }
554
+ }
555
+ }
556
+ },
557
+ {
558
+ "type": "list_tile",
559
+ "args": {
560
+ "title": {
561
+ "type": "text",
562
+ "args": {
563
+ "text": "Three"
564
+ }
565
+ }
566
+ }
567
+ },
568
+ {
569
+ "type": "list_tile",
570
+ "args": {
571
+ "title": {
572
+ "type": "text",
573
+ "args": {
574
+ "text": "Four"
575
+ }
576
+ }
577
+ }
578
+ },
579
+ {
580
+ "type": "list_tile",
581
+ "args": {
582
+ "title": {
583
+ "type": "text",
584
+ "args": {
585
+ "text": "Five"
586
+ }
587
+ }
588
+ }
589
+ },
590
+ {
591
+ "type": "list_tile",
592
+ "args": {
593
+ "title": {
594
+ "type": "text",
595
+ "args": {
596
+ "text": "Six"
597
+ }
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "type": "list_tile",
603
+ "args": {
604
+ "title": {
605
+ "type": "text",
606
+ "args": {
607
+ "text": "Seven"
608
+ }
609
+ }
610
+ }
611
+ },
612
+ {
613
+ "type": "list_tile",
614
+ "args": {
615
+ "title": {
616
+ "type": "text",
617
+ "args": {
618
+ "text": "Eight"
619
+ }
620
+ }
621
+ }
622
+ },
623
+ {
624
+ "type": "list_tile",
625
+ "args": {
626
+ "title": {
627
+ "type": "text",
628
+ "args": {
629
+ "text": "Nine"
630
+ }
631
+ }
632
+ }
633
+ },
634
+ {
635
+ "type": "list_tile",
636
+ "args": {
637
+ "title": {
638
+ "type": "text",
639
+ "args": {
640
+ "text": "Ten"
641
+ }
642
+ }
643
+ }
644
+ },
645
+ {
646
+ "type": "list_tile",
647
+ "args": {
648
+ "title": {
649
+ "type": "text",
650
+ "args": {
651
+ "text": "Eleven"
652
+ }
653
+ }
654
+ }
655
+ },
656
+ {
657
+ "type": "list_tile",
658
+ "args": {
659
+ "title": {
660
+ "type": "text",
661
+ "args": {
662
+ "text": "Twelve"
663
+ }
664
+ }
665
+ }
666
+ },
667
+ {
668
+ "type": "list_tile",
669
+ "args": {
670
+ "title": {
671
+ "type": "text",
672
+ "args": {
673
+ "text": "Thirteen"
674
+ }
675
+ }
676
+ }
677
+ },
678
+ {
679
+ "type": "list_tile",
680
+ "args": {
681
+ "title": {
682
+ "type": "text",
683
+ "args": {
684
+ "text": "Fourteen"
685
+ }
686
+ }
687
+ }
688
+ },
689
+ {
690
+ "type": "list_tile",
691
+ "args": {
692
+ "title": {
693
+ "type": "text",
694
+ "args": {
695
+ "text": "Fifteen"
696
+ }
697
+ }
698
+ }
699
+ },
700
+ {
701
+ "type": "list_tile",
702
+ "args": {
703
+ "title": {
704
+ "type": "text",
705
+ "args": {
706
+ "text": "Sixteen"
707
+ }
708
+ }
709
+ }
710
+ },
711
+ {
712
+ "type": "list_tile",
713
+ "args": {
714
+ "title": {
715
+ "type": "text",
716
+ "args": {
717
+ "text": "Seventeen"
718
+ }
719
+ }
720
+ }
721
+ },
722
+ {
723
+ "type": "list_tile",
724
+ "args": {
725
+ "title": {
726
+ "type": "text",
727
+ "args": {
728
+ "text": "Eighteen"
729
+ }
730
+ }
731
+ }
732
+ },
733
+ {
734
+ "type": "list_tile",
735
+ "args": {
736
+ "title": {
737
+ "type": "text",
738
+ "args": {
739
+ "text": "Nineteen"
740
+ }
741
+ }
742
+ }
743
+ },
744
+ {
745
+ "type": "list_tile",
746
+ "args": {
747
+ "title": {
748
+ "type": "text",
749
+ "args": {
750
+ "text": "Twenty"
751
+ }
752
+ }
753
+ }
754
+ },
755
+ {
756
+ "type": "list_tile",
757
+ "args": {
758
+ "title": {
759
+ "type": "text",
760
+ "args": {
761
+ "text": "Twenty One"
762
+ }
763
+ }
764
+ }
765
+ },
766
+ {
767
+ "type": "list_tile",
768
+ "args": {
769
+ "title": {
770
+ "type": "text",
771
+ "args": {
772
+ "text": "Twenty Two"
773
+ }
774
+ }
775
+ }
776
+ },
777
+ {
778
+ "type": "list_tile",
779
+ "args": {
780
+ "title": {
781
+ "type": "text",
782
+ "args": {
783
+ "text": "Twenty Three"
784
+ }
785
+ }
786
+ }
787
+ },
788
+ {
789
+ "type": "list_tile",
790
+ "args": {
791
+ "title": {
792
+ "type": "text",
793
+ "args": {
794
+ "text": "Twenty Four"
795
+ }
796
+ }
797
+ }
798
+ },
799
+ {
800
+ "type": "list_tile",
801
+ "args": {
802
+ "title": {
803
+ "type": "text",
804
+ "args": {
805
+ "text": "Twenty Five"
806
+ }
807
+ }
808
+ }
809
+ },
810
+ {
811
+ "type": "list_tile",
812
+ "args": {
813
+ "title": {
814
+ "type": "text",
815
+ "args": {
816
+ "text": "Twenty Six"
817
+ }
818
+ }
819
+ }
820
+ },
821
+ {
822
+ "type": "list_tile",
823
+ "args": {
824
+ "title": {
825
+ "type": "text",
826
+ "args": {
827
+ "text": "Twenty Seven"
828
+ }
829
+ }
830
+ }
831
+ },
832
+ {
833
+ "type": "list_tile",
834
+ "args": {
835
+ "title": {
836
+ "type": "text",
837
+ "args": {
838
+ "text": "Twenty Eight"
839
+ }
840
+ }
841
+ }
842
+ },
843
+ {
844
+ "type": "list_tile",
845
+ "args": {
846
+ "title": {
847
+ "type": "text",
848
+ "args": {
849
+ "text": "Twenty Nine"
850
+ }
851
+ }
852
+ }
853
+ },
854
+ {
855
+ "type": "list_tile",
856
+ "args": {
857
+ "title": {
858
+ "type": "text",
859
+ "args": {
860
+ "text": "Thirty"
861
+ }
862
+ }
863
+ }
864
+ },
865
+ {
866
+ "type": "list_tile",
867
+ "args": {
868
+ "title": {
869
+ "type": "text",
870
+ "args": {
871
+ "text": "Thirty One"
872
+ }
873
+ }
874
+ }
875
+ },
876
+ {
877
+ "type": "list_tile",
878
+ "args": {
879
+ "title": {
880
+ "type": "text",
881
+ "args": {
882
+ "text": "Thirty Two"
883
+ }
884
+ }
885
+ }
886
+ },
887
+ {
888
+ "type": "list_tile",
889
+ "args": {
890
+ "title": {
891
+ "type": "text",
892
+ "args": {
893
+ "text": "Thirty Three"
894
+ }
895
+ }
896
+ }
897
+ },
898
+ {
899
+ "type": "list_tile",
900
+ "args": {
901
+ "title": {
902
+ "type": "text",
903
+ "args": {
904
+ "text": "Thirty Four"
905
+ }
906
+ }
907
+ }
908
+ },
909
+ {
910
+ "type": "list_tile",
911
+ "args": {
912
+ "title": {
913
+ "type": "text",
914
+ "args": {
915
+ "text": "Thirty Five"
916
+ }
917
+ }
918
+ }
919
+ },
920
+ {
921
+ "type": "list_tile",
922
+ "args": {
923
+ "title": {
924
+ "type": "text",
925
+ "args": {
926
+ "text": "Thirty Six"
927
+ }
928
+ }
929
+ }
930
+ },
931
+ {
932
+ "type": "list_tile",
933
+ "args": {
934
+ "title": {
935
+ "type": "text",
936
+ "args": {
937
+ "text": "Thirty Seven"
938
+ }
939
+ }
940
+ }
941
+ },
942
+ {
943
+ "type": "list_tile",
944
+ "args": {
945
+ "title": {
946
+ "type": "text",
947
+ "args": {
948
+ "text": "Thirty Eight"
949
+ }
950
+ }
951
+ }
952
+ },
953
+ {
954
+ "type": "list_tile",
955
+ "args": {
956
+ "title": {
957
+ "type": "text",
958
+ "args": {
959
+ "text": "Thirty Nine"
960
+ }
961
+ }
962
+ }
963
+ }
964
+ ]
965
+ }
966
+ }
967
+ }
968
+ }
969
+ }
970
+ }
971
+ ]
972
+ }
973
+ }
974
+ }