我如何将任何 github 代码放入我自己的面板中
我正在开发一个项目,该项目将使用 flutter 创建 github 项目的关系网络。它将帮助这些人理解复杂的项目。感谢github api,我需要复制并处理用户的代码。我该怎么做? 代码的所有者肯定会在面板中提及。我很感激每一个答案,我真的需要帮助。
I am working on a project that will create a relationship network of github projects with flutter. it will help these people understand complex projects. thanks to the github api, I need to copy and process the user's code. how can I do this?
the owner of the code will definitely be mentioned in the panel. i am grateful for every answer, I really need help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Dio
答案就在这里
You can access information from https://raw.githubusercontent.com/ with Dio
and the answer is here