Google Search Suggestions

pub package

A Dart package for fetching List of Search Suggestions from Google Search.

Example

GoogleSearchSuggestions googleSearchSuggestions = GoogleSearchSuggestions();
String query = "Mo Salah";
List<String> suggestions = await googleSearchSuggestions.fetchSuggestions(query);