Update flutter

This commit is contained in:
2024-04-26 01:14:49 +02:00
parent b26636d400
commit 67237c0a50
91 changed files with 709 additions and 1906 deletions

View File

@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
class ErrorScreen extends StatelessWidget {
const ErrorScreen({Key? key}) : super(key: key);
const ErrorScreen({super.key});
@override
Widget build(BuildContext context) {