Apply dart autofixes
This commit is contained in:
parent
fa26d2f914
commit
505e3c2cd7
7 changed files with 11 additions and 9 deletions
|
@ -75,7 +75,7 @@ class ModManagerState extends State<ModManager> {
|
|||
child: ListTile(
|
||||
title: Text(mod.mod_name),
|
||||
subtitle: Text(
|
||||
"ID: ${mod.mod_id}\nLoad Order: ${idx}\nEnabled: ${mod.enabled}"),
|
||||
"ID: ${mod.mod_id}\nLoad Order: $idx\nEnabled: ${mod.enabled}"),
|
||||
onTap: () async {
|
||||
final reply = await Navigator.pushNamed(
|
||||
context, "/server/mods/edit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue