Skip to content

Commit

Permalink
previous commit didn't do anything, here is fr
Browse files Browse the repository at this point in the history
(actually) resolves #72
  • Loading branch information
mytja committed Apr 28, 2024
1 parent 782422f commit 57f6a54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
5 changes: 3 additions & 2 deletions tarok/lib/game/game.dart
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ class Game extends StatelessWidget {
Radius.circular(20)),
),
child: Center(
child: Text(
controller.selectedKing.value ==
child: TwemojiText(
text: controller
.selectedKing.value ==
"/pik/kralj"
? "♠️"
: (controller.selectedKing
Expand Down
9 changes: 5 additions & 4 deletions tarok/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,11 @@ packages:
twemoji_v2:
dependency: "direct main"
description:
name: twemoji_v2
sha256: e573f62ef26b1261c6a5e027096187a9b49da77d14bdeb54b16a55bd1127d482
url: "https://pub.dev"
source: hosted
path: "."
ref: main
resolved-ref: "3021e6459a59439f9e6c7cbd7df53fef1e9af511"
url: "https://github.com/mytja/twemoji_v2"
source: git
version: "0.5.3"
typed_data:
dependency: transitive
Expand Down
8 changes: 4 additions & 4 deletions tarok/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ dependencies:
omni_datetime_picker: ^1.0.9
fl_chart: ^0.66.0
file_picker: ^4.6.1
twemoji_v2: ^0.5.3
twemoji_v2:
git:
url: https://github.com/mytja/twemoji_v2
ref: main

dev_dependencies:
flutter_test:
Expand Down Expand Up @@ -98,9 +101,6 @@ names_launcher:
web:
enable: true

twemoji_v2:
includes: "🖐️"

flutter:
uses-material-design: true
assets:
Expand Down

0 comments on commit 57f6a54

Please sign in to comment.