Twl Flutter File Generator Description The Twl Flutter File Generator is a VSCode extension that simplifies the process of generating Flutter files and screens. It allows you to quickly create new screens, complete with their respective body layouts, and customize the file names and class names to match your project's naming conventions. Features Create Flutter screens with ease: Generate new Flutter screens with just a few clicks. Flexible naming options: Choose custom folder names, main file names, and class names for your screens. Responsive layout blocks: Option to generate different types of screens with responsive layout blocks such as Banners, Categories, Products, Featured Products, and more. Wireframe UI templates: Pre-defined mockup UI templates for common screen types like Login, Signup, OTP, Profile, Product Detail, and Basic screens. How to Use Open your Flutter project in VSCode. Press F1 or Ctrl+Shift+P to open the command palette. Type "Generate Screen" and select the option to create a new screen. Follow the prompts to input the desired folder name, main file name, and class name for the screen. Optionally, choose the type of screen you want to create (e.g., Login, Signup, etc.) and generate the corresponding body layout. Installation Open VSCode. Go to the Extensions view (Ctrl+Shift+X or View → Extensions). Search for "Twl Flutter File Generator" in the extensions marketplace. Click "Install" to install the extension. Reload VSCode to activate the extension. Requirements VSCode version 1.81.0 or higher. Contributing If you find any issues or have ideas for improvements, feel free to submit an issue or pull request on our GitHub repository: https://github.com/srinad/twl-flutter-file-generator. License This extension is licensed under the MIT License. |