Closed mabady closed 4 years ago
line 150, google_map_location_picker.dart:
int countriesCount = widget.countries.length; => countries cannot be null.
Unhandled Exception: NoSuchMethodError: The getter 'length' was called on null. Receiver: null Tried calling: length
line 150, google_map_location_picker.dart:
int countriesCount = widget.countries.length; => countries cannot be null.
Unhandled Exception: NoSuchMethodError: The getter 'length' was called on null. Receiver: null Tried calling: length
0 Object.noSuchMethod (dart:core-patch/object_patch.dart:51:5)
1 LocationPickerState.autoCompleteSearch (package:google_map_location_picker/src/google_map_location_picker.dart:150:43)