1
0
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:
Andrew Brogdon
2019-06-10 09:47:09 -07:00
committed by GitHub
parent cf2a3b28cd
commit 08beb69245
18 changed files with 348 additions and 325 deletions

View File

@@ -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(