| 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 documentation offline — no browser needed. It bundles the full Flutter docs so everything works instantly after install.
brew install AndroidPoet/tap/fldocsDownload the latest release from GitHub Releases.
Search
fldocs search "animation"
fldocs search "navigation"
fldocs search "state management"Read a page
fldocs get ui/widgets/basics
fldocs get get-started/installBrowse all pages
fldocs lsStats
fldocs statsAdd to your Claude Code MCP settings:
{
"mcpServers": {
"fldocs": {
"command": "/usr/local/bin/fldocs",
"args": ["mcp"]
}
}
}Claude can now search and read Flutter 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 |