To get started, first and get an API key.
To your pubspec.yaml, add the package:
or run
Create a .env
file in root of your project, and add your key received in the email.
We uses dotenv
to retrive API Key. Once .env
file is created, please declare it as an asset in pubspec.yaml
to make is accessible to the package.
That's all, we are good to go!