Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof of concept #1

Closed
wants to merge 1 commit into from
Closed

Proof of concept #1

wants to merge 1 commit into from

Commits on Feb 23, 2022

  1. Proof of concept

    There's some brokenness here and there, mostly issues with assets,
    but this is a good starting point... :)
    
    It would have been nice to have ubuntu_desktop_installer fetched
    straight from Git but pub doesn't like it because udi has some local
    dependencies such as "glibc: path: ../glibc". Unfortunately, even
    dependency_overrides doesn't help in this case:
    
        "glibc" dependency: "../glibc" is a relative path, but this isn't a local pubspec.
    
    Therefore, a Git submodule is used instead.
    jpnurmi committed Feb 23, 2022
    Copy the full SHA
    2ec60fb View commit details
    Browse the repository at this point in the history