new: VersionRelated

This commit is contained in:
lollipopkit
2024-03-20 20:26:22 -06:00
parent d5ce11c788
commit fae3a20a9e
12 changed files with 166 additions and 95 deletions

View File

@@ -0,0 +1,9 @@
import 'package:toolbox/data/model/app/server_detail_card.dart';
abstract interface class VersionRelated {
int? get sinceBuild;
static final funcs = <void Function(int cur)>[
ServerDetailCards.autoAddNewCards,
];
}