Added documentation
This commit is contained in:
@@ -3,6 +3,8 @@ import 'package:cabo_counter/l10n/generated/app_localizations.dart'
|
||||
show AppLocalizations;
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
/// A view that displays the details of a specific open source software license.
|
||||
/// It shows the title and the full license text in a scrollable view.
|
||||
class LicenseDetailView extends StatelessWidget {
|
||||
final String title, license;
|
||||
const LicenseDetailView(
|
||||
|
||||
@@ -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});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user