diff --git a/docs/docs/faq.md b/docs/docs/faq.md index ba8436452..1ce7e0b4d 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -11,7 +11,7 @@ so you could store that instance in a global variable: ### Vanilla flutter ```dart -MyDatabase database; +late MyDatabase database; void main() { database = MyDatabase();