Get Search Suggestions From Google Search.
More...
A Dart package for fetching List of Search Suggestions from Google Search.
GoogleSearchSuggestions googleSearchSuggestions = GoogleSearchSuggestions(); String query = "Mo Salah"; List<String> suggestions = await googleSearchSuggestions.fetchSuggestions(query);
unverified uploader
Repository (GitHub)View/report issues
API reference
Apache-2.0 (license)
flutter, http, xml2json
Packages that depend on google_search_suggestions
Back