mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
refa: later view page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
10
lib/pages/later/base_controller.dart
Normal file
10
lib/pages/later/base_controller.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:PiliPlus/pages/later/view.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
class LaterBaseController extends GetxController {
|
||||
RxBool enableMultiSelect = false.obs;
|
||||
RxInt checkedCount = 0.obs;
|
||||
|
||||
RxMap<LaterViewType, int> counts =
|
||||
{for (final item in LaterViewType.values) item: -1}.obs;
|
||||
}
|
||||
Reference in New Issue
Block a user