enge 0.3.1 copy "enge: ^0.3.1" to clipboard
enge: ^0.3.1 copied to clipboard

outdated

An structure builder for optimize the development for Flutter. The method is based on Laravel's way of doing this.

enge #

pub.dev

An structure builder for optimize the development for Flutter. The method is based on Laravel's way of doing this.

Installing #

If you want to use Stagehand on the command line, install it using pub global activate:

> pub global activate enge

Usage #

Enge works in the current active directory. So, to generate the structures in the correct directory, you must call the tool in the your root directory of your project.

Building pages #

To build a new page you must execute:

> enge make:page {PAGE_NAME}

Building components #

To build a new component you must execute:

> enge make:component {COMPONENT_NAME}

Building migrations #

To build a new migration you must execute:

> enge make:migration {MIGRATION_NAME}
0
likes
30
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

An structure builder for optimize the development for Flutter. The method is based on Laravel's way of doing this.

Repository (GitHub)

License

MIT (license)

Dependencies

args, cooker, intl, path, slugify, sprintf

More

Packages that depend on enge