Flutter GetX New Page READMEEasily create a new page folder for your Flutter GetX project. This extension will create a folder with /controllers and /widgets subfolders, as well as a page and controller file ready to use. FeaturesWhen right clicking a fodler in your project structure, there will be an option in the context menu called "New GetX Page...". If you click it, you will be prompted to insert the name of the page in PascalCase. Then the extension will create the Page folder. 1.0.0Initial release of Flutter GetX New Page |