gpt4 book ai didi

dart - 如何将 github 上的 dart 包添加到我的项目中?

转载 作者:行者123 更新时间:2023-12-03 03:48:09 26 4
gpt4 key购买 nike

所以我有一个 dart 程序,我想从 github 添加一个 dart 包,而不是使用 IDE 包管理器添加包的正常方式,因为 github 版本有最新的代码。

执行此操作的过程是什么?

<小时/>

这对现实世界中的我有用。

name: game
description: A sample web application
dependencies:
browser: any
three:
git:
ref: master
url: 'git://github.com/threeDart/three.dart.git'

最佳答案

您可以向 pubspec.yaml 文件添加一个依赖项,该文件直接指向 git url。

例如,此 pubspec.yaml 文件添加了对 kittens 包的依赖项:

name: My Dart program
description: Blah
dependencies:
kittens:
git: git://github.com/munificent/kittens.git

有关更多信息,请参阅pubspec.yaml docs .

关于dart - 如何将 github 上的 dart 包添加到我的项目中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20296626/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com