Skip to content

Commit

Permalink
v0.0.6+2
Browse files Browse the repository at this point in the history
Add: adapted for linux snap store
  • Loading branch information
Arenukvern committed Nov 4, 2020
1 parent 4704372 commit 9d4f619
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.6+1
version: 0.0.6+2

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down
Binary file added snap/gui/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: word-by-word-game
version: 0.0.6+2
summary: Simple & fun game to write word based on last 3 letters of last word
description: |
Word by word - is a simple, fun, self-educative and easy to play game to write word after word based on last 3 letters of last word.
Any word will be check with internal dictionary (available for two languages: English and Russian)
You can play with your friends, but more in old school way - to give phone to another player.
For ideas, improvements and bugs please write feedback or send a message to [email protected].
Have a fun and a great time!
icon: snap/gui/icon-512.png

confinement: strict
base: core18
grade: stable

slots:
dbus-word-by-word-game: # name this whatever you want
interface: dbus
bus: session
name: dev.xsoulspace.word_by_word_game # adjust accordingly

apps:
word-by-word-game:
command: word_by_word_game
extensions: [flutter-dev] # Where "master" defines which Flutter channel to use for the build
# using dev as it is the one channel that supports linux
plugs:
- home
- network
slots:
- dbus-word-by-word-game

parts:
word-by-word-game:
source: .
plugin: flutter
flutter-target: lib/main.dart # The main entry-point file of the application

0 comments on commit 9d4f619

Please sign in to comment.