env_indicator 0.9.2+14
env_indicator: ^0.9.2+14 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
0.9.1 #
- Added larger screenshots to README
0.9.2 #
- Run dart format to qualify code static analysis
- Update README
- Added DartDoc style comments
- Corrected description on the sample screenshots
- Remove excessive linter warnings