Syed-Waleed-Shah / rename_app

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

Whitespaces inconsistency #9

Closed sydneyagcaoili closed 2 months ago

sydneyagcaoili commented 2 months ago

I like this package coz it's brilliant. It would be nice if there's an option where it wouldnt mess up the whitespaces of some of the files.

Syed-Waleed-Shah commented 2 months ago

I like this package coz it's brilliant. It would be nice if there's an option where it wouldnt mess up the whitespaces of some of the files.

Can you please explain the issue? It would be great if you share the issue you are facing regarding white spaces.

sydneyagcaoili commented 2 months ago

Sorry about that, it's when the AndroidManifest.xml and Info.plist.. The whitespaces are being modified, the xml items are being rearranged, due to the xml/plist package + pretty print. It kinda interferes with the intended code formatting of some developers.

Syed-Waleed-Shah commented 2 months ago

Sorry about that, it's when the AndroidManifest.xml and Info.plist.. The whitespaces are being modified, the xml items are being rearranged, due to the xml/plist package + pretty print. It kinda interferes with the intended code formatting of some developers.

It seems the issue is related to the framework instead of this package.