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

Home Page:https://pub.dev/packages/rename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows main.cpp needs rename as well

adam-ah opened this issue · comments

commented

Windows rename should also change the window name in windows\runner\main.cpp

...
  Win32Window::Size size(1280, 720);
  if (!window.Create(L"Untitled", origin, size)) {
    return EXIT_FAILURE;
...