We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d62cd commit 00e954cCopy full SHA for 00e954c
lib/src/country_list_view.dart
@@ -61,7 +61,7 @@ class CountryListView extends StatefulWidget {
61
super(key: key);
62
63
@override
64
- _CountryListViewState createState() => _CountryListViewState();
+ State<CountryListView> createState() => _CountryListViewState();
65
}
66
67
class _CountryListViewState extends State<CountryListView> {
0 commit comments