env_indicator 0.9.3+18
env_indicator: ^0.9.3+18 copied to clipboard
A Flutter widget that visually shows the current device info and app environment on every page. (i.e. DEV/QA, but not in PROD)
0.9.0 #
Initial release with the following 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 necessary
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
0.9.3 #
- Added option to set the top location of the indicator
- Updated examples