Skip to content
/ flop Public

Generate Flutter projects from a fully structured Template with skeleton and code

Notifications You must be signed in to change notification settings

s0m3chill/flop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flop

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

Usage

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'

About

Generate Flutter projects from a fully structured Template with skeleton and code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published