Skip to content

Commit a865c85

Browse files
committed
feat: web build
Built with `flutter build web --release --base-href /projects/roquiz/play/`
1 parent cc64abb commit a865c85

35 files changed

+160935
-1
lines changed

app-mobile/flutter_application/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ migrate_working_dir/
3030
.packages
3131
.pub-cache/
3232
.pub/
33-
/build/
33+
/build/*
34+
!/build/web
3435

3536
# Symbolication related
3637
app.*.symbols
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
06ace53d2bddf035ab4d0e29753b2208

app-mobile/flutter_application/build/web/assets/AssetManifest.bin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
assets/credits.json assetassets/credits.jsonassets/domande.txt assetassets/domande.txtassets/icons/logo.svg assetassets/icons/logo.svgassets/licenses.json assetassets/licenses.json
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"DQQHE2Fzc2V0cy9jcmVkaXRzLmpzb24MAQ0BBwVhc3NldAcTYXNzZXRzL2NyZWRpdHMuanNvbgcSYXNzZXRzL2RvbWFuZGUudHh0DAENAQcFYXNzZXQHEmFzc2V0cy9kb21hbmRlLnR4dAcVYXNzZXRzL2ljb25zL2xvZ28uc3ZnDAENAQcFYXNzZXQHFWFzc2V0cy9pY29ucy9sb2dvLnN2ZwcUYXNzZXRzL2xpY2Vuc2VzLmpzb24MAQ0BBwVhc3NldAcUYXNzZXRzL2xpY2Vuc2VzLmpzb24="
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"assets/credits.json":["assets/credits.json"],"assets/domande.txt":["assets/domande.txt"],"assets/icons/logo.svg":["assets/icons/logo.svg"],"assets/licenses.json":["assets/licenses.json"]}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]}]

app-mobile/flutter_application/build/web/assets/NOTICES

Lines changed: 33196 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"author": "TryKatChup",
4+
"task": "Build macOS e iOS",
5+
"url": "https://github.com/TryKatChup"
6+
},
7+
{
8+
"author": "Federyeeco",
9+
"task": "Build macOS e iOS",
10+
"url": "https://github.com/Federicoand98"
11+
},
12+
{
13+
"author": "LolloFred",
14+
"task": "Spiegazione domande",
15+
"url": "https://github.com/lollofred"
16+
},
17+
{
18+
"author": "filovero98",
19+
"task": "Spiegazione domande",
20+
"url": "https://github.com/filippoveronesi"
21+
},
22+
{
23+
"author": "RedDuality",
24+
"task": "Nuove domande",
25+
"url": "https://github.com/RedDuality"
26+
},
27+
{
28+
"author": "jchergu",
29+
"task": "Calcolo voto finale e nuove domande",
30+
"url": "https://github.com/jchergu"
31+
}
32+
]

0 commit comments

Comments
 (0)