We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d62cd commit a9a73a9Copy full SHA for a9a73a9
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> {
pubspec.yaml
@@ -10,9 +10,10 @@ environment:
10
sdk: '>=2.12.0 <3.0.0'
11
12
dependencies:
13
+ collection: ^1.17.0
14
flutter:
15
sdk: flutter
- collection: ^1.17.0
16
+
17
18
19
0 commit comments