Getting Started
Requirement
- Dart SDK 3.2 - latest
- Flutter: 3.16.0 - latest
- Dart SDK Installation Dart SDK
- Flutter SDK Installation Flutter SDK
IDE Recommendation
Installations
Install current version morpheme_cli
by this command :
dart pub global activate morpheme_cli
Make sure morpheme cli was installed, you can check by this command :
morpheme -v
Morpheme CLI 1.0.0
If this directory is missing from your PATH, locate the file for your platform and add it.
Platform | Cache location |
---|---|
macOS or Linux | HOME/.pub-cache/bin |
Windows* | %LOCALAPPDATA%\Pub\Cache\bin |
If you want install spesific version morpheme cli you need to follow this step:
dart pub global activate morpheme_cli@1.0.0
Additional Tools Installations
Install
flutterfire
for requirement commandmorpheme firebase
.You can install with
dart pub global activate flutterfire_cli
Install
gherkin
for requirement commandmorpheme cucumber
.Install gherkin executable and make sure to export to your PATH from this Gherkin Executable
Install
npm
for requirement commandmorpheme cucumber
to generate report integration test.You can follow installation in nodejs
Install
lcov
for requirement commandmorpheme coverage
.Install lcov with follow this installation
Usage
To use the Morpheme CLI, you must run the morpheme
command from the terminal on your project directory.
This CLI can only be used on Morpheme Flutter Starter Kit, please clone it first and configure it based on the documentation on the following link Morpheme Flutter Starter Kit