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

@@ -7,6 +7,8 @@ import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:url_launcher/url_launcher.dart';
/// A view that displays information about the app, including its name, version,
/// privacy policy, imprint, and licenses.
class AboutView extends StatelessWidget {
const AboutView({super.key});