mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: merge rcmd and live
This commit is contained in:
6
lib/pages/common/popup_controller.dart
Normal file
6
lib/pages/common/popup_controller.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:PiliPalaX/pages/common/common_controller.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
abstract class PopupController extends CommonController {
|
||||
List<OverlayEntry?> popupDialog = <OverlayEntry?>[];
|
||||
}
|
||||
Reference in New Issue
Block a user