## Description
Getting "Invalid API Key" error when initializing RevenueCat Flutter SDK despite using valid API keys.
**Error:**
```
RevenueCat Platform Exception: There was a credentials issue. Check the underlying error for more details. Invalid API Key. (Code: 11)
```
**Code:**
```dart
await Purchases.configure(
PurchasesConfiguration(apiKey)
);
// Test the connection
final customerInfo = await Purchases.getCustomerInfo();
```
