Ecosyste.ms: Awesome

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

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

Search Flutter Docs from Alfred
https://github.com/Sh1d0w/alfred-flutter-docs

alfred3-workflow flutter

Last synced: about 2 months ago
JSON representation

Search Flutter Docs from Alfred

Lists

README

        

# alfred-flutter-docs

> [Alfred 3](https://www.alfredapp.com) workflow to search [Flutter Docs](https://docs.flutter.io/)

[![](https://img.shields.io/npm/v/alfred-flutter-docs.svg)](https://www.npmjs.com/package/alfred-flutter-docs)
[![](https://img.shields.io/npm/dt/alfred-flutter-docs.svg)](https://www.npmjs.com/package/alfred-flutter-docs)

Flutter allows you to build beautiful native apps on iOS and Android from a single codebase.

## Install

```
$ npm install --global alfred-flutter-docs
```

Or

Directly download `alfred-flutter-docs.alfredworkflow` from the [Releases](https://github.com/Sh1d0w/alfred-flutter-docs/releases) page.

_Requires [Node.js](https://nodejs.org) 8+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/)._

## Usage

In Alfred, type `fd`, Enter, and your query, to search.

Select a row and press Enter to go to its documentation page.

Hold Command to display additional information.

Press Shift to view its documentation in Quick Look.

## License

MIT © [Sh1d0w](https://github.com/Sh1d0w)