Flutter Lightweight mOdule Producer
flop command line tool helps you produce fully working Flutter projects from existing templates.
You can create new or configure existing templates based on your needs.
After project is produced, it's stored in newly created 'gen' folder and all the files and sources match it's name.
Python: 3.10.1
Flutter: 2.8.0
Inspired by plopjs.com
Make sure Python is installed (https://medium.com/@agavatar/python-with-visual-studio-code-on-macos-60e1fad9e932)
Navigate to the root of flop folder
Run the following command (both 'template_name' and 'module_name' should be lowercased):
python3 flop.py -t 'template_name' -n 'module_name'