最終更新:2026-03-10 (火) 12:17:33 (40d)  

pubspec.yaml
Top / pubspec.yaml

ソースの種類

  • SDK
  • Hosted packages
  • Git packages
  • Path packages

Dependencies on unpublished packages

Path dependency

  • dependencies:
      plugin1:
        path: ../plugin1/
    

Git dependency

Git dependency on a package in a folder

バージョン指定

  • ^x.y.z: 指定されたバージョンからメジャーバージョンが変わらない範囲で最新のもの

参考