Skip to content

Commit 00e954c

Browse files
Fix issues from dart analysis
1 parent 95d62cd commit 00e954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/country_list_view.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class CountryListView extends StatefulWidget {
6161
super(key: key);
6262

6363
@override
64-
_CountryListViewState createState() => _CountryListViewState();
64+
State<CountryListView> createState() => _CountryListViewState();
6565
}
6666

6767
class _CountryListViewState extends State<CountryListView> {

0 commit comments

Comments
 (0)