app_files_setup 1.0.0+1
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.
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 #
