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`.
- Host: GitHub
- URL: https://github.com/k9withabone/fluttui
- Owner: k9withabone
- License: gpl-3.0
- Created: 2022-08-13T08:21:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T01:11:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T20:36:39.574Z (over 1 year ago)
- Topics: bubbletea, cli, flutter, go, golang, tui
- Language: Go
- Homepage:
- Size: 994 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

## 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
```