facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

サンプル

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