jspw / Auto-Flutter

Auto Flutter is a python package to create structured base flutter projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Flutter

Intro

Auto Flutter is a python package to create structure based flutter projects.

About

Structuring projects by creating folders for all projects are boring. This python package will automate the job for you. It will create flutter application and generate structure for your project. For now it will follow bloc pattern.

Generated Sample Git Rep by auto-flutter

Supported Platforms

  • Linux (Dabian Based)

Requirments

  • python >=3.6

Instruction

Installation

  • Linux :
pip install auto-flutter==1.1.0
**Note : Please updated version**

Upgrade

  • Linux :

pip install --upgrade auto-flutter

Usage

  • Generate flutter app using

    auto-flutter
    

    You will be asked for

    • Enter project name (project name)

      • example : hello
    • It will create and generate a structured the flutter project

      Alt Text

License

GNU GPL V3

About

Auto Flutter is a python package to create structured base flutter projects.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%