scaffold_d

Creator: coderz1093

Last updated:

0 purchases

scaffold_d Image
scaffold_d Images
Add to Cart

Description:

scaffold d

scaffold_d #
A feature-rich command-line interface (CLI) designed for Flutter applications
Why scaffold_d #

Simplify the creation of templates for various sections of your Flutter application.
Benefit from a variety of template options, providing versatility in scaffolding.
Effortlessly handle nested folders and files within your project structure.
Experience no increase in the size of your existing application.

Getting Started #
🔩 Installation
dart pub add scaffold_d
copied to clipboard

Create file scaffold_d.json in your project root directory.
Configure scaffold_d.json by using following options.

{
"template": [
{
"templateName": "provider",
"source": "templates/provider_template",
"op": "lib/features/auth",
"identifierMapping": [
{
"name": "_$Provider",
"replaceWith": "AuthProvider"
},
{
"name": "repo",
"replaceWith": "AuthRepo"
}
]
}
],
"extensionMapping": [
{
"name": "gg",
"replaceWith": "dart"
}
]
}
copied to clipboard
Usage #
Run below command in terminal .
dart run scaffold_d --template=providder
copied to clipboard
or
dart run scaffold_d -t=providder
copied to clipboard
Example #
https://github.com/f1forhelp/scaffold_d/tree/main/example

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator