From d9c4e39910e27ac3d5a698c3edba4ed42840aec5 Mon Sep 17 00:00:00 2001 From: Herwig Birke Date: Sat, 3 Feb 2024 20:32:48 +0100 Subject: [PATCH] initial commit --- .idea/misc.xml | 1 - lib/data/questions.dart | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index f8c5fc9..212ae46 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/lib/data/questions.dart b/lib/data/questions.dart index 1f0b932..f697cf2 100644 --- a/lib/data/questions.dart +++ b/lib/data/questions.dart @@ -10,6 +10,7 @@ const questions = [ 'Functions', ], ), + QuizQuestion('How are Flutter UIs built?', [ 'By combining widgets in code', 'By combining widgets in a visual editor',