mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: upgrade linter & fix lint issues
This commit is contained in:
@@ -25,7 +25,7 @@ import '../../data/res/ui.dart';
|
||||
import '../widget/custom_appbar.dart';
|
||||
|
||||
class BackupPage extends StatelessWidget {
|
||||
BackupPage({Key? key}) : super(key: key);
|
||||
BackupPage({super.key});
|
||||
|
||||
final icloudLoading = ValueNotifier(false);
|
||||
final webdavLoading = ValueNotifier(false);
|
||||
|
||||
Reference in New Issue
Block a user