This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
//TODO: Step 2 - Import the rFlutter_Alert package here. | |
import 'package:rflutter_alert/rflutter_alert.dart'; | |
import 'quiz_brain.dart'; | |
QuizBrain quizBrain = QuizBrain(); | |
void main() => runApp(Quizzler()); |