LoginSignup
9
4

More than 3 years have passed since last update.

Dash 5でFlutterのドキュメントを表示する

Last updated at Posted at 2020-02-18

MacのドキュメントビューワーであるDash 5でFlutterのドキュメントを検索・表示できるようにする方法です。
(もっと簡単な方法があればコメントで教えてください。)

事前準備

  1. Homebrew
  2. Flutterのリポジトリがローカルに存在する(Flutterをインストールしてある)

作業手順

以下のコマンドを実行するとdocsetが作成されます。

$ brew install dashing
$ cd flutter
$ dev/bots/docs.sh
$ cd dev/docs
$ dashing build --source ./doc --config dashing.json

作成されたdocsetはflutter/dev/docs/flutter.docsetに存在するので、Dashの設定画面のDocsets画面で+をクリックしてAdd Local Docestを選択して追加します。

これでDashでFlutterのドキュメントが検索できるようになりました。

9
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
4