Git Product home page Git Product logo

fluttercli's Introduction

Rust Flutter CLI with TUI (Under Construction)

This Rust CLI tool provides a Text User Interface (TUI) for executing various Flutter commands. It allows users to conveniently interact with Flutter commands using tabs for different categories.

Features

  • Organizes Flutter commands into different tabs for easy navigation.
  • Supports commonly used Flutter commands such as flutter run, flutter pub get, flutter clean, etc.
  • Provides a seamless command-line experience with a graphical interface.

Usage

To use the CLI tool, follow these steps:

  1. Clone the repository:

    git clone https://github.com/psikosen/rust-flutter-cli.git
    

How to Run

cargo run --release

Tabs and Commands

The CLI tool organizes Flutter commands into different tabs based on their categories:

Tab 1: Development

  • flutter run: Run the Flutter application.
  • flutter pub get: Get dependencies for the Flutter project.
  • flutter channel: Switch Flutter channels.

Tab 2: Maintenance

  • flutter clean: Delete the build/ directory.
  • flutter build: Build a Flutter application for deployment.
  • flutter doctor: Check the status of Flutter installation and dependencies.

Tab 3: Cache Management

  • flutter clean cache: Delete all cached artifacts.
  • flutter repair: Repair the Flutter SDK installation.
  • flutter remove cache: Remove specified artifacts from the cache.

Tab 4: Device Management

  • flutter devices: List all connected devices.
  • flutter logs: Show logs for running Flutter apps.
  • flutter emulators: List all available emulators.

Tab 5: Miscellaneous

  • flutter install: Install a Flutter app on an attached device.
  • flutter pod clean up: Clean up CocoaPods installation in iOS projects.
  • flutter deintegrate: Remove Flutter-specific Xcode configuration.
  • flutter repo update: Update Flutter package repositories.

Tab 6: Exit

  • exit: Exit the CLI tool.

fluttercli's People

Contributors

psikosen avatar raymondloonmd avatar

Watchers

 avatar

fluttercli's Issues

Ratatui

Hey there - tui-rs is no longer maintained and was forked a year ago to become Ratatui. Come check us out...

demo

The two main changes that hit almost every tui-rs app is Frame<B> becomes Frame, and Spans becomes Line. Feel free to reach out on the discord channel or issues / discussions if you run into any troubles porting your app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.