-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathsnapcraft.yaml
35 lines (32 loc) · 1.12 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: random-face-generator
version: 3.0.1
summary: This app Generates Random Faces which do not actually exist.
description: A flutter app to generate random faces. The Generated faces do not actually exist in real life (in other words you could catfish without getting in trouble wink jk jk pls don't catfish). This app uses the thispersondoesnotexist and the fakeface api. Each image has been pre-analyzed by an AI algorithm called pypy-agender to identify the gender and age.
icon: snap/gui/random-face-generator.png
contact: mailto:[email protected]
source-code: https://github.com/adeeteya/Random-Face-Generator
issues: https://github.com/adeeteya/Random-Face-Generator/issues
license: MIT
confinement: strict
base: core22
grade: stable
slots:
random-face-generator:
interface: dbus
bus: session
name: com.aditya.random_face_generator
apps:
random-face-generator:
command: random_face_generator
extensions: [gnome]
plugs:
- network
- desktop
- home
slots:
- random-face-generator
parts:
random-face-generator:
source: .
plugin: flutter
flutter-target: lib/main.dart