Plugin help to add and generate common Flutter plugins and utility classes directly from the IDE. Also, generate common screen templates
- Add plugins directly.
- Create common screens like login, sign-up, profile etc.
- Plugin setup readme files added.
- Install the plugin, Create a Flutter project with AS/IDEA.
- Right-click the lib folder, New --> Add --> Add Plugin (For adding flutter plugins).
- Select the required plugins and click copy to clipboard and paste in pubspec.yaml file and then click Ok to generate utility files.
- Right-click the lib folder, New --> Add --> Add Screen Template (Select the widget you want to add).