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
- Host: GitHub
- URL: https://github.com/Sh1d0w/alfred-flutter-docs
- Owner: Sh1d0w
- Created: 2019-01-07T04:25:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T06:35:45.000Z (over 3 years ago)
- Last Synced: 2024-08-03T16:09:55.928Z (5 months ago)
- Topics: alfred3-workflow, flutter
- Language: JavaScript
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- alfred-workflows - Flutter Documentation - Search Flutter documentation. (Documentation)
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)