Syed-Waleed-Shah / rename_app

A flutter package to easily rename your app display name
MIT License
15 stars 5 forks source link

Add Support for Renaming Linux Projects #5

Closed Finnomator closed 5 months ago

Finnomator commented 5 months ago

Fixes Issue: #4

Summary:

This pull request adds support for renaming Linux projects, ensuring that the package fulfills its claim of changing the app name for all platforms with sound null safety. The Readme has also been updated to reflect this enhancement.

Changes:

  1. Linux Support:
    • Implemented functionality to rename Linux app projects.
  2. Documentation Update:
    • Updated the Readme to accurately state that the package now supports renaming for all platforms, including Linux.

Testing:

Verified that the app name changes correctly on the Linux platform.

Syed-Waleed-Shah commented 5 months ago

Fixes Issue: #4

Summary:

This pull request adds support for renaming Linux projects, ensuring that the package fulfills its claim of changing the app name for all platforms with sound null safety. The Readme has also been updated to reflect this enhancement.

Changes:

  1. Linux Support:

    • Implemented functionality to rename Linux app projects.
  2. Documentation Update:

    • Updated the Readme to accurately state that the package now supports renaming for all platforms, including Linux.

Testing:

Verified that the app name changes correctly on the Linux platform.

Thanks for your collaboration. I will merge this PR once I confirm it.