easy_app_changer 1.0.0
easy_app_changer: ^1.0.0 copied to clipboard
A Flutter package to easily change app name and icon with one command.
1.0.0 Initial Release 🎉 #
✨ What's New #
- First public release of easy_app_changer 🧩
- Added full support for changing the app display name on both Android and iOS.
- Introduced CLI command-line interface for easy usage:
dart run easy_app_changer set-name "MyApp"
Implemented Android support:
Automatically modifies the android:label attribute in AndroidManifest.xml.
Implemented iOS support:
Automatically updates or creates the entry in Info.plist.
Added bilingual README (English + Thai) for better accessibility:
English version explains usage for global developers.
Thai version provides clear steps for Thai Flutter beginners.