flutter_omarchy_cli 0.1.3 copy "flutter_omarchy_cli: ^0.1.3" to clipboard
flutter_omarchy_cli: ^0.1.3 copied to clipboard

A set of tools to create and maintain Omarchy apps.

Logo

pub package GitHub Stars License: MIT

This is the CLI tool for the Flutter Omarchy package, which helps you to create Flutter applications for Omarchy.

Install #

flutter pub global activate flutter_omarchy_cli

Usage #

Create #

The create command allows you to create a new Flutter Omarchy application with a set of predefined features.

App

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.

0
likes
140
points
296
downloads

Publisher

unverified uploader

Weekly Downloads

A set of tools to create and maintain Omarchy apps.

Repository (GitHub)
View/report issues

Topics

#omarchy #flutter #tool

Documentation

API reference

License

MIT (license)

Dependencies

args, mason, universal_io

More

Packages that depend on flutter_omarchy_cli