Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 45edd4e

Browse files
committed
Fixing macOS builds (rolling back Rive package version)
I'll write an Issue to Rive repository, so hopefully they will fix it soon.
1 parent c09d65f commit 45edd4e

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

README.cz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Každopádně, tato hra byla vytvořena jako progresivní webové aplikace (PWA)
100100
- [x] Vytvořit jádro hry.
101101
- [x] Vytvořit pseudo-3D rozhraní.
102102
- [x] Přidat zvuky a hudbu.
103-
- [ ] Opravit zvuk na platformách jiných než Web a Android.
103+
- [x] Opravit zvuk na platformách jiných než Web a Android.
104104
- [x] Přidat Příběh a stylizovat nabídky do stylu kyberpunk.
105105
- [ ] Přidat úvodní obrazovku a ikonky.
106106

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ flutter build apk --split-per-abi
100100
- [x] Create Game Core.
101101
- [x] Create Pseudo-3D HUD.
102102
- [x] Add Sounds and Music.
103-
- [ ] Fix Audio on platforms other than Web and Android.
103+
- [x] Fix Audio on platforms other than Web and Android.
104104
- [x] Add a Story and stylize the menus to Cyberpunk style.
105105
- [ ] Add Splash Screen and Icons.
106106

README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ flutter build apk --split-per-abi
102102
- [x] Создать игровое ядро.
103103
- [x] Создать псевдо-3D интерфейс.
104104
- [x] Добавить звуки и музыку.
105-
- [ ] Исправить аудио на платформах, отличных от Веб и Андроид.
105+
- [x] Исправить аудио на платформах, отличных от Веб и Андроид.
106106
- [x] Добавить предысторию и стилизовать меню под киберпанк.
107107
- [ ] Добавить заставку и иконки.
108108

pubspec.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ packages:
2222
url: "https://pub.dartlang.org"
2323
source: hosted
2424
version: "2.1.0"
25+
characters:
26+
dependency: transitive
27+
description:
28+
name: characters
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "1.1.0-nullsafety"
2532
charcode:
2633
dependency: transitive
2734
description:
@@ -35,7 +42,7 @@ packages:
3542
name: collection
3643
url: "https://pub.dartlang.org"
3744
source: hosted
38-
version: "1.14.12"
45+
version: "1.15.0-nullsafety"
3946
convert:
4047
dependency: transitive
4148
description:
@@ -77,7 +84,7 @@ packages:
7784
name: flare_flutter
7885
url: "https://pub.dartlang.org"
7986
source: hosted
80-
version: "2.0.5"
87+
version: "2.0.4"
8188
flutter:
8289
dependency: "direct main"
8390
description: flutter
@@ -115,7 +122,7 @@ packages:
115122
name: meta
116123
url: "https://pub.dartlang.org"
117124
source: hosted
118-
version: "1.1.8"
125+
version: "1.3.0-nullsafety"
119126
path:
120127
dependency: transitive
121128
description:
@@ -253,7 +260,7 @@ packages:
253260
name: typed_data
254261
url: "https://pub.dartlang.org"
255262
source: hosted
256-
version: "1.1.6"
263+
version: "1.3.0-nullsafety"
257264
url_launcher:
258265
dependency: "direct main"
259266
description:
@@ -302,7 +309,7 @@ packages:
302309
name: vector_math
303310
url: "https://pub.dartlang.org"
304311
source: hosted
305-
version: "2.0.8"
312+
version: "2.1.0-nullsafety"
306313
xdg_directories:
307314
dependency: transitive
308315
description:
@@ -311,5 +318,5 @@ packages:
311318
source: hosted
312319
version: "0.1.0"
313320
sdks:
314-
dart: ">2.8.0 <3.0.0"
321+
dart: ">=2.9.0-18.0 <2.9.0"
315322
flutter: ">=1.12.13+hotfix.6 <2.0.0"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: plan_et_b
2-
description: Indie philosophical PWA game made in Flutter for Hack20 Hackathon.
2+
description: Awarded PWA game made in Flutter for Hack20 Hackathon.
33

44
environment:
55
sdk: ">2.8.0"
@@ -10,7 +10,8 @@ dependencies:
1010

1111
auto_size_text: any
1212
url_launcher: any
13-
flare_flutter: ^2.0.5
13+
# Rive is only working properly with version 2.0.4 on macOS builds
14+
flare_flutter: 2.0.4
1415
assets_audio_player: ^2.0.8+2
1516
sa_stateless_animation: ^1.0.1
1617

@@ -42,6 +43,5 @@ flutter:
4243
- family: Polentical Neon
4344
fonts:
4445
- asset: third-party/fonts/polentical-neon/Polentical Neon Regular.ttf
45-
4646
# - asset: third-party/fonts/polentical-neon/Polentical Neon Italic.ttf
4747
# style: italic

0 commit comments

Comments
 (0)