form_fields/location/address_picker library

Functions

openAddressPicker(BuildContext context, {Location? initialValue, Set<String>? locationTypes, PredictionCallback? onSelect}) Future<Prediction?>

Typedefs

AddressListTileBuilder = Widget Function(Prediction prediction, PredictionCallback? onTap)
PredictionCallback = void Function(Prediction prediction)