Changed skeleton data from 3 to 2 tiles
This commit is contained in:
@@ -34,7 +34,7 @@ class _HomeViewState extends State<HomeView> {
|
||||
|
||||
/// Recent matches to display, initially filled with skeleton matches
|
||||
List<Match> recentMatches = List.filled(
|
||||
3,
|
||||
2,
|
||||
Match(
|
||||
name: 'Skeleton Match',
|
||||
group: Group(
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: game_tracker
|
||||
description: "Game Tracking App for Card Games"
|
||||
publish_to: 'none'
|
||||
version: 0.0.2+70
|
||||
version: 0.0.2+73
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
|
||||
Reference in New Issue
Block a user