env_switcher 1.0.1
env_switcher: ^1.0.1 copied to clipboard
A Flutter package for switching between different environment configurations (dev, staging, production) with a secret tap gesture.
1.0.1 - 2024-02-13 #
- 📦 Add storage mode, temporary or permanent. Affects to the behaviour how env changed.
1.0.0 - 2026-02-05 #
Initial Release #
- ✨ Secret tap gesture to reveal environment switcher
- 🎨 Beautiful bottom sheet UI for environment selection
- 💾 Persistent environment selection using SharedPreferences
- 🔄 Support for unlimited environment configurations
- 📦 Type-safe environment configuration with extras
- 🔔 ChangeNotifier support for listening to environment changes
- ⚡ Easy-to-use API with minimal setup
- 📱 Full platform support (iOS, Android, Web, Desktop)
- 🎯 Customizable tap count and time window
- ✅ Visual feedback on taps
- 🛡️ Production-safe with conditional enabling