flutter_dotenv
flutter_dotenv copied to clipboard
Invalid constant value, constant values must be initialized (...) FirebaseOptions
Whenever using dotenv to get the correct keys for FirebaseOptions, it is impossible to do that because dotenv returns values (or doesn't?) as a constant.
Doesn't matter if we use dotenv with or without sound null checks.