feat : add example project for testing plugin.

This commit is contained in:
Jerry Hanks
2018-09-16 21:39:18 +01:00
parent 478965f2c3
commit ebda4a59d3
64 changed files with 1595 additions and 2 deletions

View File

@@ -94,8 +94,9 @@ class _CountryCodePickerState extends State<CountryCodePicker> {
.toList();
super.initState();
_publishSelection(selectedItem);
if (mounted) {
_publishSelection(selectedItem);
}
}
void _showSelectionDialog() {