finally "fixed" all shit issues in vscode

This commit is contained in:
Kima
2023-12-21 21:17:38 +01:00
parent 6bac82f7d6
commit d34371bfff
17 changed files with 69 additions and 52 deletions

View File

@@ -4,7 +4,7 @@ import 'package:flutter_linkify/flutter_linkify.dart';
import 'settings_screen.i18n.dart';
class PrivacyView extends StatelessWidget {
const PrivacyView({Key? key}) : super(key: key);
const PrivacyView({super.key});
static void show(BuildContext context) => showDialog(
context: context,