Google Search Suggestions
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);