env_builder_cli 1.1.6 copy "env_builder_cli: ^1.1.6" to clipboard
env_builder_cli: ^1.1.6 copied to clipboard

A Flutter CLI tool to automate the creation and maintenance of the env Flutter package from multiple .env files.

1.0.0 #

  • Initial version.

1.0.0+1 #

  • README modified.
  • LICENSE changed.

1.1.0 #

  • Added environment file encryption/decryption with AES
  • Improved error handling for invalid/corrupted files
  • Updated README with usage examples

1.1.1 #

  • Ask a user if he want to encrypt .env files in his env package
  • Bug fixed

1.1.2 #

  • Refactored code structure for improved maintainability
  • Updated example package structure
  • Modified the env package generation's command

1.1.3 #

  • --output-dir: Custom output directory (default: env)
  • --no-encrypt: Skip encryption of sensitive variables
  • --verbose: Detailed output during build process

1.1.4 #

  • Added APK build command (env_builder apk) for building Flutter APKs with release obfuscation
  • Added AAB build command (env_builder aab) for building Flutter AABs with release obfuscation

1.1.5 #

  • Refactored command structure: made apk and aab commands top-level instead of subcommands of build

1.1.6 #

  • Added assets command (env_builder assets) for encrypting and embedding assets directly in Dart code
  • Support for images (PNG, JPG, GIF, WebP), videos (MP4, WebM, MOV, AVI, MKV), and SVGs
  • Asset compression and SVG minification
  • Encryption options: XOR (fast, lightweight) or AES (secure)
  • Generated widget helpers for images, SVGs, and video controllers
  • Flutter_gen compatible API
4
likes
130
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter CLI tool to automate the creation and maintenance of the env Flutter package from multiple .env files.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, args, build, build_runner, cli_util, crypto, encrypt, image, path, source_gen, universal_io, xml, yaml, yaml_edit

More

Packages that depend on env_builder_cli