Skip to main content

A CLI tool to create and customize Flutter projects with a clean code folder structure

Project description

Flutter SmartStart

Flutter SmartStart is a CLI tool to create and customize Flutter projects with a clean code folder structure. It helps you quickly set up a new Flutter project with a standardized and maintainable architecture.

Features

  • Interactive prompts for project name, package name, and package version
  • Automatically adds specified packages to pubspec.yaml
  • Creates a README.md file with project information
  • Ensures a clean and organized code structure

Installation

You can install Flutter SmartStart using pip:

    pip install flutter-smartstart

Usage

Run the flutter-smartstart command and follow the prompts to create a new Flutter project:

Copy code
Enter the name of the Flutter project: my_flutter_app
Enter the package name to add (e.g., provider): provider
Enter the package version (e.g., ^6.0.0): ^6.0.0
After providing the inputs, Flutter SmartStart will create the Flutter project, add the specified package, and set up the initial folder structure.

Project Structure

The generated Flutter project will have the following structure:

my_flutter_app/
├── android/
├── ios/
├── lib/
   ├── main.dart
   └── ... (your Flutter code here)
├── test/
├── pubspec.yaml
├── README.md
└── ...

Contact If you have any questions or feedback, feel free to open an issue or reach out to the project maintainer:

Name: Kapil Bhandari Email: iam.bkpl03@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flutter_smartstart-0.1.1.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file flutter_smartstart-0.1.1.tar.gz.

File metadata

  • Download URL: flutter_smartstart-0.1.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.9

File hashes

Hashes for flutter_smartstart-0.1.1.tar.gz
Algorithm Hash digest
SHA256 94eee017d8a5516bf66862289fe04c624da5dd96e49638992561449b461b0add
MD5 dfb568e0cb2a6a75b7661679cc6c4001
BLAKE2b-256 d135b8b24e09b10c4f812bf5e50857c848792def340db06b6c361a9339b2d519

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page