Added documentation

This commit is contained in:
2025-08-05 14:33:16 +02:00
parent 07906d61dd
commit 92d8a6f68f
4 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
/// A view that displays a list of the open source software licenses used in the app.
/// It allows users to tap on a license to view its details in a separate screen.
class LicenseView extends StatelessWidget {
const LicenseView({super.key});