You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Member not found: 'ALL'.
PlaceTypeFilter placeTypeFilter = PlaceTypeFilter.ALL,
^^^
../../../.pub-cache/hosted/pub.dev/flutter_google_places_sdk-0.3.2+1/lib/flutter_google_places_sdk.dart:127:11: Error: No named parameter with the name 'placeTypeFilter'.
placeTypeFilter: placeTypeFilter,
^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/flutter_google_places_sdk-0.3.2+1/lib/flutter_google_places_sdk.dart:144:70: Error: The argument type 'List?' can't be assigned to the parameter type 'List' because 'List?' is nullable and 'List' isn't.