prateekmedia / appimagepool

A simple, modern AppImageHub Client, powered by flutter.
https://www.pling.com/p/1547076/
GNU General Public License v3.0
647 stars 39 forks source link

Snap package #70

Open faveoled opened 2 years ago

faveoled commented 2 years ago

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
connerjson commented 1 year ago

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