Analysis updated 2026-08-03 · repo last pushed 2026-07-03
Search and read Flutter or Jetpack Compose docs from the terminal without an internet connection.
Let an AI coding assistant like Claude Code search official docs directly during your conversation.
List all available documentation pages and read a specific page by its path.
Filter doc searches to just Flutter or just Jetpack Compose as needed.
| androidpoet/fldocs | 0verflowme/cloudflared | 0verflowme/pulumi-vultr | |
|---|---|---|---|
| Language | Go | Go | Go |
| Last pushed | 2026-07-03 | 2024-10-19 | 2022-12-26 |
| Maintenance | Maintained | Stale | Dormant |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires an initial download of documentation pages before offline use works.
fldocs is a command-line tool that lets you search and read Flutter and Jetpack Compose documentation entirely offline. Instead of opening a browser and hunting through official docs, you type a search term in your terminal and get instant results. After an initial download, everything works without an internet connection. At a high level, the tool downloads the full set of documentation pages for both Flutter and Jetpack Compose to your local machine. You can then search across both sets of docs at once, or filter to just one source if you prefer. You can also list all available pages, read a specific page by its path, and check stats on what's been downloaded. It ships as a single binary with no runtime dependencies, so there's nothing else to install or configure. The people who would get the most out of this are Flutter or Android developers who work in the terminal and want quick lookups without context-switching to a browser. For example, if you're mid-coding and need to check how a "lazy column" or "state management" pattern works, you can search and read the relevant page without leaving your workflow. It also integrates with Claude Code and other AI assistants as an MCP server, which means an AI coding assistant can search and read the docs directly during your conversation, handy if you want the assistant to pull up accurate, up-to-date documentation rather than relying on its training data. One notable tradeoff is that the docs are only as current as your last sync. Since everything runs offline after the initial download, you'd need to re-sync periodically to catch any updates to the official documentation. The README doesn't go into detail on how syncing or updates work beyond that first download.
fldocs is a command-line tool for searching and reading Flutter and Jetpack Compose documentation entirely offline after an initial download. It ships as a single binary and can also act as an MCP server for AI coding assistants.
Mainly Go. The stack also includes Go, Flutter, Jetpack Compose.
Maintained — commit in last 6 months (last push 2026-07-03).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.