Last updated:
0 purchases
google search suggestions
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);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.