make android work
This commit is contained in:
@@ -64,11 +64,7 @@ class QuoteProvider extends ChangeNotifier {
|
||||
filterController.text = '';
|
||||
}
|
||||
|
||||
Quote randomQuote = Quote(
|
||||
id: 0,
|
||||
body: "quote text",
|
||||
author: "dummy"
|
||||
);
|
||||
Quote randomQuote = Quote(id: 0, author: "dummy", body: "text");
|
||||
bool randomQuoteDeterminator = true;
|
||||
String get randomQuoteText {
|
||||
if (randomQuoteDeterminator) {
|
||||
|
||||
Reference in New Issue
Block a user