google_search_suggestions

Last updated:

0 purchases

google_search_suggestions Image
google_search_suggestions Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.