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
