env_indicator 0.9.0
env_indicator: ^0.9.0 copied to clipboard
A Flutter widget that visually shows the current app environment (DEV / QA / PROD).
0.9.0 #
- Initial features
- Environment indicator dot with customizable colors
- Shows build number and environment name
- Displays app version, OS version, and device details
- Auto-hides in production environment
- Positioned overlay that doesn't interfere with app UI
- Support for both Android and iOS platforms
- Can be used with flutter_dotenv to load environment settings from a file, but not required