Comparing plain old Dart, JSON, YAML, and environment variables — Comparing plain old Dart, JSON, YAML, and environment variables By now you’re used to setting configuration options in pubspec.yaml, but what if you want to define your own config values and read them inside your app? How do you do that? I’ll give you an overview of some options in…