📄️ Create
You can create Flutter applcation with Morpheme FLutter Starter Kit with run command:
📄️ Get
This command gets all the dependencies listed in the pubspec.yaml file in the current working directory, as well as their transitive dependencies.
📄️ Run
This command has a function to run our project. With this command we can adjust which project environment and which application version we want to run according to the project configuration in the morpheme.yaml file.
📄️ Test
This command is used to run all unit tests in our project.
📄️ Coverage
Requirement
📄️ Analyze
This command is used to analyze code in all packages.
📄️ Format
This command is used to perform automatic .dart file formatting, where the code that we have created will be adjusted, for example by removing unused import lines and adding cons.
📄️ Clean
This command is used to delete the l10n, build/ and .dart_tool/ in main, core & features directories.
📄️ Upgrade
This command is used to upgrade the current package's dependencies to latest versions.
📄️ Refactor
This command aim to refactor renaming filename, classname and variable with parameter oldname replace to newname.
📄️ Cucumber
This command to execute integration test just support for implemented dependency Morpheme Cucumber which this package builds on top of patrol and integrationtest to make it easy to integration test with gherkin language. For more info about Morpheme Cucumber you can follow on Documentation.
📄️ Unused-l10n
This command aims to find the l10n key that is not used in the code.