Skip to content

Commit

Permalink
refactor: hide warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dnielopez committed Oct 26, 2023
1 parent 5abd26d commit 32d8493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/pages/ranking/ranking.dart
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ class _RankingScreenState extends State<RankingScreen> {

final findprofileb = await findprofile('${decodeAllData.playerkey}');
String nickName = '';
print('findprofileb: $findprofileb');
print('decodeAllData.playerkey: ${decodeAllData.playerkey}');

if (findprofileb != null) {
nickName = findprofileb.nickname;
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dinogrow
description: 2D blockchain game about growing dinosaurs.
version: 1.0.2+5
version: 1.0.3+6

environment:
sdk: ">=3.0.2 <4.0.0"
Expand Down

0 comments on commit 32d8493

Please sign in to comment.