mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
lint
opt pages Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -35,7 +35,7 @@ class SavePanel extends StatefulWidget {
|
||||
@override
|
||||
State<SavePanel> createState() => _SavePanelState();
|
||||
|
||||
static void toSavePanel({upMid, item}) {
|
||||
static void toSavePanel({dynamic upMid, dynamic item}) {
|
||||
Get.generalDialog(
|
||||
barrierLabel: '',
|
||||
barrierDismissible: true,
|
||||
@@ -161,7 +161,7 @@ class _SavePanelState extends State<SavePanel> {
|
||||
}
|
||||
}
|
||||
|
||||
String parseDyn(item) {
|
||||
String parseDyn(dynamic item) {
|
||||
String uri = '';
|
||||
try {
|
||||
switch (item.type) {
|
||||
|
||||
Reference in New Issue
Block a user