keywords_research_generator 2.0.5
keywords_research_generator: ^2.0.5 copied to clipboard
Flutter plugin for keyword research using free APIs — Google Autocomplete, Datamuse, Trends, Wikipedia, GSC. SEO, AEO, voice search, SEM, CSV/JSON export.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add keywords_research_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
keywords_research_generator: ^2.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:keywords_research_generator/keywords_research_generator.dart';