Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 798 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 798 Bytes

Flutter library to search places

Features

  • Autocomplete

Usage

final place = SparkGooglePlaces(apiKey: 'Your Google Api Key');
final SparkPlaceResponse? response = await place.searchGooglePlace(context);