envified 1.0.0 copy "envified: ^1.0.0" to clipboard
envified: ^1.0.0 copied to clipboard

Runtime environment switching for Flutter. Load .env files, switch dev/staging/prod/custom at runtime, override base URLs, and lock production config — no rebuild required.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2026-05-06 #

Initial Stable Release 🚀 #

  • Runtime Environment Switching — Seamlessly swap between dev, staging, prod, and custom without rebuilding your app.
  • Enterprise-Grade Security — Fully encrypted persistence layer using flutter_secure_storage. Choices and overrides are stored in Keychain/Keystore.
  • Production Lock — Prevent accidental environment switches or URL overrides in production builds.
  • API URL Overrides — Dynamically point your app to any backend URL at runtime (perfect for local testing or PR reviews).
  • Premium Debug UI — Built-in, horizontally scrollable action chip panel and floating action button that only appears in debug mode.
  • Zero-Overhead — Debug components are completely optimized out in release builds.
  • Bulletproof Reliability — Comprehensive unit test suite covering parsing, models, storage, and service logic.

0.1.2 - 2026-05-06 #

  • Security upgrade to encrypted storage.
  • Storage injection for unit testing.

0.1.0 - 2026-05-06 #

  • Initial beta release.
0
likes
140
points
0
downloads

Documentation

API reference

Publisher

verified publisherappamania.in

Weekly Downloads

Runtime environment switching for Flutter. Load .env files, switch dev/staging/prod/custom at runtime, override base URLs, and lock production config — no rebuild required.

Homepage
Repository (GitHub)
View/report issues

Topics

#environment #configuration #env #debugging

License

MIT (license)

Dependencies

flutter, flutter_secure_storage

More

Packages that depend on envified