An open API service indexing awesome lists of open source software.

https://github.com/k9withabone/fluttui

A terminal app for `flutter create`.
https://github.com/k9withabone/fluttui

bubbletea cli flutter go golang tui

Last synced: about 1 year ago
JSON representation

A terminal app for `flutter create`.

Awesome Lists containing this project

README

          

# fluttui

A terminal app that walks a user through the `flutter create` options.
Written in Go and built with [Bubble Tea](https://github.com/charmbracelet/bubbletea), [Bubbles](https://github.com/charmbracelet/bubbles), and [Lip Gloss](https://github.com/charmbracelet/lipgloss).

![demo](assets/fluttui_demo.gif)

## Installation

Binaries are available on the [releases page](https://github.com/k9withabone/fluttui/releases). Please note that the darwin binaries are untested.

You can also install fluttui with `go`:
```
go install github.com/k9withabone/fluttui@latest
```