suggestion_providers 0.0.1 copy "suggestion_providers: ^0.0.1" to clipboard
suggestion_providers: ^0.0.1 copied to clipboard

outdated

Get search suggestions from search engines, like google, duckduckgo and more.

example/suggestion_providers_example.dart

import 'package:suggestion_providers/suggestion_providers.dart';

void main() async {
  var suggestions = Suggestions();
  print(await suggestions.google.suggestions("Hello"));
}
0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Get search suggestions from search engines, like google, duckduckgo and more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on suggestion_providers