fixed warnings

This commit is contained in:
Kima
2023-12-10 22:49:55 +01:00
parent 7b7f603d9c
commit c06e9bc807
7 changed files with 13 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import 'package:filcnaplo_mobile_ui/common/widgets/update/updates_view.dart';
import 'package:flutter/material.dart';
class UpdateViewable extends StatelessWidget {
const UpdateViewable(this.release, {Key? key}) : super(key: key);
const UpdateViewable(this.release, {super.key});
final Release release;