From c0bbf46ae2b3e3a03c0ced69a1ce688564c33102 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sun, 20 Sep 2020 18:38:02 +0800 Subject: [PATCH] specify _albums type generic --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index e13e47f..2a21e0e 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -18,7 +18,7 @@ class MyApp extends StatefulWidget { } class _MyAppState extends State { - List _albums; + List _albums; bool _loading = false; @override