Skip to content

Instantly share code, notes, and snippets.

@Zujaj
Created January 9, 2022 09:27
Show Gist options
  • Save Zujaj/7a09961d7873c433ce4919e81b28b55d to your computer and use it in GitHub Desktop.
Save Zujaj/7a09961d7873c433ce4919e81b28b55d to your computer and use it in GitHub Desktop.
Required Packages for Envify.
dependencies:
flutter:
sdk: flutter
# A better way to handle environment variables using `.env` file.
envify: ^2.0.2
dev_dependencies:
# A build system for Dart code generation and modular compilation.
build_runner: ^2.1.5
# A code generator for envify.
envify_generator: ^2.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment