prateekmedia / appimagepool

A simple, modern AppImageHub Client, powered by flutter.

Home Page:https://www.pling.com/p/1547076/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snap package

faveoled opened this issue · comments

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

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