Implemented license_detail_view and license_view

This commit is contained in:
2025-08-04 21:16:48 +02:00
parent e00dcd7715
commit 7691d74f37
10 changed files with 5674 additions and 55 deletions

View File

@@ -56,6 +56,12 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get about => 'About';
@override
String get licenses => 'Licenses';
@override
String get license_details => 'License Details';
@override
String get empty_text_1 => 'Pretty empty here...';