| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
fldocs is a CLI tool that lets you search and read Flutter and Jetpack Compose documentation offline — no browser needed. It downloads the full docs to your machine and gives you instant local search from the terminal.
brew install AndroidPoet/tap/fldocsDownload the latest release from GitHub Releases.
Search both
fldocs search "animation"
fldocs search "lazy column"
fldocs search "state management"Search by source
fldocs search "navigation" --source flutter
fldocs search "modifier" --source composeRead a page
fldocs get ui/widgets/basics
fldocs get compose/layouts/basicsBrowse all pages
fldocs ls
fldocs ls --source composeStats
fldocs statsAdd to your Claude Code MCP settings:
{
"mcpServers": {
"fldocs": {
"command": "/usr/local/bin/fldocs",
"args": ["mcp"]
}
}
}Claude can now search and read Flutter and Compose docs directly inside your conversations.
Contributions are welcome! If you've found a bug, have an idea for an improvement, or want to contribute new features, please open an issue or submit a pull request.
Support it by joining stargazers for this repository. ⭐
Also, follow me on GitHub for my next creations! 🤩
| Back | FazBrowse Home | New Git URL |