langx / langx-flutter

Here is the Flutter-based version of the LangX application, originally developed using the Ionic Angular framework.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

🚀 : Update the name of the project to `langx-flutter` instead of `langx_flutter` #2

Closed xuelink closed 3 months ago

xuelink commented 3 months ago

Is your feature request related to a problem? Please describe. Yes. While not a critical issue, the current project name (langx_flutter) uses an underscore, which deviates from common naming conventions in the Flutter ecosystem. Most Flutter projects use hyphens to separate words in project names.

Describe the solution you'd like Update the project name to langx-flutter, replacing the underscore with a hyphen. This change aligns the project's naming with standard Flutter practices, making it more recognizable and easier to integrate with other Flutter projects.

Describe alternatives you've considered We considered leaving the project name as is, as the underscore doesn't impact functionality. However, for consistency and better integration with the broader Flutter community, we decided that adopting the hyphen convention is the preferred approach.

Additional context This change is purely cosmetic and aims to improve the project's adherence to Flutter naming conventions. It will not affect the project's code or functionality, but it will make it more consistent with other Flutter projects.

If you want speed up process of this issue, please send 🚀 as a reaction.

DH-555 commented 3 months ago

It's not possible: https://dart.dev/tools/linter-rules/package_names

DH-555 commented 3 months ago

Closing as changing it to that value throws an error