invertase / zapp.run

Zapp! A free online sandbox environment for building Flutter applications in the browser.

Home Page:https://zapp.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private package support

jonasbark opened this issue · comments

Is your feature request related to a problem? Please describe.
I'd love to see support for private packages. E.g. a flutter project that references a package that is in a private GitHub repository, likely in the same GitHub organization.

Describe the solution you'd like
As first step you might be able to reuse the session from the logged in GitHub user.

Hi @jonasbark - the issue with private GitHub repositories is that we do things such as copying the code from the repository to our own storage. This will no doubt cause issues for people given we'd be storing private code outside of GitHub.

We'll have a think, but it's a tricky one. Private GitHub repos are usually private for a reason :)