To get started, first create an account and get an API key.
IDE Assist: You may also directly use Set API Key to setup the .env file and required dependencies.
To your pubspec.yaml, add the welltested package:
dependencies:
welltested: ^1.0.4or run
dart pub add add welltestedCreate a .env file in root of your project, and add your key received in the email.
WELLTESTED_API=YOUR_API_KEYWe 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.
assets:
- .envThat's all, we are good to go!