1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Flutter の pub.yaml で Gitのブランチを指定する

Posted at

Flutterのパッケージは、まだまだ成熟していないものが多いですよね。
もし、他の方のパッケージを少し変更してすぐに使いたい場合は、フォークしてURLとブランチを指定するだけ!

shogi:
  git: 
    url: https://github.com/ryicoh/shogi
    ref: main

もちろん、コミットIDも指定できます。

shogi:
  git: 
    url: https://github.com/ryicoh/shogi
    ref: c31df28c3cf076c9aacaed1d77f45b66bb2e01a6

便利すぎますね。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?