jonataslaw / jonataslaw/get_cli
Git create template using kauemurakami is incorrect
- Dominant language
- Dart
- Stars
- 654
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Thank you for the wonderful package! This improves the productivity of programmers using flutter-getx tremendously.
As per the [kauemurakami pattern](https://github.com/kauemurakami/getx_pattern), a module is basically a screen that contains binding, controller, and the view file inside the module folder. This approach keeps the related files of a view together rather than keeping similar types of files together. This is also an accepted best practice in Angular. The GetCli, creates subfolders for controllers, binding, and view which contradicts the pattern.
If a view contains additional widgets, it goes in on a widget folder under the module folder.
Other than this, Get-Cli is a treasure :smiley:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.