I have installed the get_cli for my flutter development. As the docs say, I use the command get create page:home
to create a home module with bindings, view and controller. It is created in the lib/app/modules/home folder by default. How to create this under a differnet folder, say lib/app2/modules/home or lib/modules/home.
create a page on a specific folder get cli | Getx Flutter
3.4k views Asked by Abhijith Konnayil At
2
with command below, get cli automatically creates new pages in
/lib/module
directorySo if I want to create a subdirectory in home/bedroom so it's
For more details visit --> get_cli