Skip to content

Commit

Permalink
Fix wrap alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Dec 21, 2024
1 parent b307130 commit 97e2ffc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pub_stats/lib/view/widget/stats/stats_charts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class StatsCharts extends StatelessWidget {
Text('Comparing', style: context.textTheme.titleLarge),
const SizedBox(height: 16),
Wrap(
alignment: WrapAlignment.center,
spacing: 8,
children: stats
.mapIndexed(
Expand All @@ -80,6 +81,7 @@ class StatsCharts extends StatelessWidget {
],
const SizedBox(height: 32),
Wrap(
alignment: WrapAlignment.center,
children: [
likeCountChart,
popularityScoreChart,
Expand Down

0 comments on commit 97e2ffc

Please sign in to comment.