app_files_setup 1.0.0+1 copy "app_files_setup: ^1.0.0+1" to clipboard
app_files_setup: ^1.0.0+1 copied to clipboard

A package that simplifies the task of organizing files and folders to quick start development.

pub package

App Files Setup #

A command-line tool that simplifies the task of creating and organizing the file structure. Fully flexible, allowing to create project files structure with only one command line.

✨ What's New #

Version 1.0.0 (10th Oct 2021)

  • Initial version.

📖 Guide #

1. Setup the config file

Add your App Files Setup configuration to your pubspec.yaml. An example is shown below.

dev_dependencies:
  app_files_setup: "^1.0.0"

2. Run the package

After setting up the configuration, all that is left to do is run the package.

flutter pub get
flutter pub run app_files_setup:start

If you encounter any issues please report them here.

👀 Example #

Video Example

2
likes
130
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A package that simplifies the task of organizing files and folders to quick start development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on app_files_setup