This is the CLI tool for the Flutter Omarchy package, which helps you to create Flutter applications for Omarchy.
flutter pub global activate flutter_omarchy_cliThe create command allows you to create a new Flutter Omarchy application with a set of predefined features.
The 'app' application template creates a really simple Omarchy application with only the following features:
- Github Actions: it includes a GitHub Actions workflow to automate the build and test process.
- Configuration file management: it uses a configuration file to manage the application settings.
- Database: it uses a SQLite database to store the application data.
flutter_omarchy create app --project_name my_app --executable_name my_app --description "A simple Omarchy application." --author "Your Name" You can check the generation example.
