Search code examples
fluttergithubrepositorygithub-api

how do i put the any github code in my own panel


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.


Solution

  • You can access information from https://raw.githubusercontent.com/ with Dio and the answer is here