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

Snap package #70

Open
faveoled opened this issue Jun 17, 2022 · 1 comment
Open

Snap package #70

faveoled opened this issue Jun 17, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@faveoled
Copy link

Hi. I've done some initial work in snapping this app. If anyone wants to takeover the snapcraft yaml is following:

name: appimagepool
version: '5.0.0'
summary: appimagepool
description: appimagepool
grade: stable

confinement: strict
base: core18

parts:
  appimagepool:
    plugin: flutter
    source: https://github.com/prateekmedia/appimagepool.git
    source-tag: 5.0.0
    flutter-target: lib/main.dart

apps:
  appimagepool:
    command: bin/appimagepool
    extensions: [flutter-stable]
    plugs:
      - desktop
      - desktop-legacy
      - gsettings
      - opengl
      - wayland
      - x11
      - network
      - home
@prateekmedia prateekmedia added the enhancement New feature or request label Jun 19, 2022
@connerjson
Copy link

Hi buddy,Do you know how to set flutter version in snapcraft yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants