Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techouse/alfred-flutter-docs

Search the Flutter documentation using Alfred
https://github.com/techouse/alfred-flutter-docs

alfred-workflow algolia-search documentation flutter

Last synced: 3 days ago
JSON representation

Search the Flutter documentation using Alfred

Awesome Lists containing this project

README

        

# Flutter Docs Workflow for Alfred

![GitHub release](https://img.shields.io/github/release/techouse/alfred-flutter-docs.svg)
![GitHub All Releases](https://img.shields.io/github/downloads/techouse/alfred-flutter-docs/total.svg)
![GitHub](https://img.shields.io/github/license/techouse/alfred-flutter-docs.svg)

Search the [Flutter documentation](https://api.flutter.dev/) using [Alfred](https://www.alfredapp.com/).

![demo](demo.gif)

## Installation

1. [Download the latest version](https://github.com/techouse/alfred-flutter-docs/releases/latest)
2. Install the workflow by double-clicking the `.alfredworkflow` file
3. You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.

## Usage

Just type `fl` followed by your search query.

```
fl container
```

Either press `⌘Y` to Quick Look the result, or press `` to open it in your web browser.

### Note

The lightning fast search is powered by [Algolia](https://www.algolia.com) which was generous enough to hand me a big
enough plan to fit the whole [Flutter search index](https://api.flutter.dev/flutter/index.json).
A big thank you to [@algolia](https://github.com/algolia) and [@redox](https://github.com/redox) :heart: :heart: :heart: