mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-18 11:46:33 -07:00
feature: Details screen rework (#190)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
473e817e0f
commit
d2138da785
21 changed files with 462 additions and 394 deletions
|
|
@ -82,6 +82,8 @@ class Genres extends StatelessWidget {
|
|||
return Wrap(
|
||||
runSpacing: 8,
|
||||
spacing: 8,
|
||||
runAlignment: WrapAlignment.center,
|
||||
alignment: WrapAlignment.center,
|
||||
children: genres
|
||||
.map(
|
||||
(genre) => ChipButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue