onatcipli / rename

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web
https://pub.dev/packages/rename
MIT License
164 stars 39 forks source link

Cope with changed runner code in new flutter #44

Closed TonyHoyle closed 11 months ago

TonyHoyle commented 1 year ago

The latest flutter version 3.7.1 has changed startup code for the runner.cpp file. This adds a case for that so the app rename will continue to work.