facebook twitter hatena line email

Flutter/外部ライブラリ/自分がgitで公開

提供: 初心者エンジニアの簡易メモ
2019年12月19日 (木) 11:06時点におけるAdmin (トーク | 投稿記録)による版 (サンプル)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

サンプル

pubspec.yaml

dependency_overrides:
  hogehoge_core:
    git:
      url: ttps://github.com/hoge/hogehogesample
      path: hogehoge_core
      ref: expose-repositories

参考:https://github.com/felangel/bloc/blob/master/examples/flutter_todos/pubspec.yaml