archi 1.0.3
archi: ^1.0.3 copied to clipboard
simply create a good structure for project. increase your work speed
Archi
#
Archi is a Dart package that makes it easy to [work].
Features #
- Create architecture
- Route generation
- Screen generation with provider
Installation #
To use this package in your Dart project, add the following to your pubspec.yaml file:
Copy code
dependencies:
archi : ^latest version
Then, run flutter packages get to install the package.
Example #
-
create architecture
flutter pub run archi create -
create ViewPage with Provider
flutter pub run archi screen <ScreenName>
For more detailed examples and usage instructions, please see the package documentation.
Contributing #
We welcome contributions to this package! If you have an idea for a new feature or have found a bug, please open an issue on the GitHub repository.
License #
This package is available under the MIT License.