Skip to content

AndroidPoet/fldocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fldocs

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.

Key Features

  • Search Flutter and Jetpack Compose docs instantly from your terminal
  • Read full documentation pages without opening a browser
  • Works completely offline after the initial sync
  • Filter results by source — Flutter or Compose only
  • Integrates with Claude Code and other AI assistants as an MCP server
  • Single binary — no runtime dependencies required

Requirements

  • macOS, Linux, or Windows

Installation

Homebrew

brew install AndroidPoet/tap/fldocs

Download binary

Download the latest release from GitHub Releases.

Usage

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 compose

Read a page

fldocs get ui/widgets/basics
fldocs get compose/layouts/basics

Browse all pages

fldocs ls
fldocs ls --source compose

Stats

fldocs stats

Claude Code Integration

Add 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.

About

Flutter & Jetpack Compose docs — offline CLI + MCP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages