mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Updates veggieseasons to Dart 2.3, adds some minor UI updates (#88)
This commit is contained in:
@@ -227,6 +227,15 @@ class LocalVeggieProvider {
|
||||
],
|
||||
1,
|
||||
),
|
||||
Trivia(
|
||||
'The first evidence of avocado consumption by humans dates back to what year?',
|
||||
[
|
||||
'2,000 B.C.',
|
||||
'6,000 B.C.',
|
||||
'10,000 B.C.',
|
||||
],
|
||||
2,
|
||||
),
|
||||
],
|
||||
),
|
||||
Veggie(
|
||||
@@ -371,6 +380,15 @@ class LocalVeggieProvider {
|
||||
],
|
||||
0,
|
||||
),
|
||||
Trivia(
|
||||
'Green cauliflower is sometimes called what?',
|
||||
[
|
||||
'Broccoflower',
|
||||
'Avocadoflower',
|
||||
'Gross',
|
||||
],
|
||||
0,
|
||||
),
|
||||
],
|
||||
),
|
||||
Veggie(
|
||||
|
||||
Reference in New Issue
Block a user