From e24183eb9c194e0a40201d50def21ba0e37d3290 Mon Sep 17 00:00:00 2001 From: "Gitea Actions [bot]" Date: Sat, 9 May 2026 18:00:12 +0000 Subject: [PATCH] Updated licenses [skip ci] --- lib/l10n/generated/app_localizations.dart | 12 +++++ .../settings_view/licenses/oss_licenses.dart | 44 +++++++++++++++++-- 2 files changed, 53 insertions(+), 3 deletions(-) diff --git a/lib/l10n/generated/app_localizations.dart b/lib/l10n/generated/app_localizations.dart index 1f6abff..749c8ed 100644 --- a/lib/l10n/generated/app_localizations.dart +++ b/lib/l10n/generated/app_localizations.dart @@ -386,6 +386,12 @@ abstract class AppLocalizations { /// **'Error reading file'** String get error_reading_file; + /// No description provided for @exit_view. + /// + /// In en, this message translates to: + /// **'Exit View'** + String get exit_view; + /// No description provided for @export_canceled. /// /// In en, this message translates to: @@ -494,6 +500,12 @@ abstract class AppLocalizations { /// **'Licenses'** String get licenses; + /// No description provided for @live_edit_mode. + /// + /// In en, this message translates to: + /// **'Live Edit Mode'** + String get live_edit_mode; + /// No description provided for @match_in_progress. /// /// In en, this message translates to: diff --git a/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart b/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart index 92f3080..5b9a689 100644 --- a/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart +++ b/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart @@ -54,6 +54,7 @@ const allDependencies = [ _flutter, _flutter_lints, _flutter_localizations, + _flutter_numeric_text, _flutter_plugin_android_lifecycle, _flutter_popup, _flutter_test, @@ -169,6 +170,7 @@ const dependencies = [ _file_saver, _flutter, _flutter_localizations, + _flutter_numeric_text, _flutter_popup, _fluttericon, _font_awesome_flutter, @@ -2591,6 +2593,42 @@ const _flutter_localizations = Package( devDependencies: [PackageRef('flutter_test')], ); +/// flutter_numeric_text 1.3.3 +const _flutter_numeric_text = Package( + name: 'flutter_numeric_text', + description: 'This widget allows you to animate any text. The widget is easy to use and allows you to seamlessly replace Text(data) with NumericText(data).', + homepage: 'https://github.com/strash/flutter_numeric_text', + repository: 'https://github.com/strash/flutter_numeric_text', + authors: [], + version: '1.3.3', + spdxIdentifiers: ['MIT'], + isMarkdown: false, + isSdk: false, + dependencies: [PackageRef('flutter')], + devDependencies: [PackageRef('flutter_test'), PackageRef('flutter_lints')], + license: '''MIT License + +Copyright (c) 2025 Strash One + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.''', + ); + /// flutter_plugin_android_lifecycle 2.0.34 const _flutter_plugin_android_lifecycle = Package( name: 'flutter_plugin_android_lifecycle', @@ -37713,16 +37751,16 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.''', ); -/// tallee 0.0.28+262 +/// tallee 0.0.29+263 const _tallee = Package( name: 'tallee', description: 'Tracking App for Card Games', authors: [], - version: '0.0.28+262', + version: '0.0.29+263', spdxIdentifiers: ['LGPL-3.0'], isMarkdown: false, isSdk: false, - dependencies: [PackageRef('clock'), PackageRef('collection'), PackageRef('cupertino_icons'), PackageRef('drift'), PackageRef('drift_flutter'), PackageRef('file_picker'), PackageRef('file_saver'), PackageRef('flutter'), PackageRef('flutter_localizations'), PackageRef('flutter_popup'), PackageRef('fluttericon'), PackageRef('font_awesome_flutter'), PackageRef('intl'), PackageRef('json_schema'), PackageRef('package_info_plus'), PackageRef('path_provider'), PackageRef('provider'), PackageRef('skeletonizer'), PackageRef('url_launcher'), PackageRef('uuid')], + dependencies: [PackageRef('clock'), PackageRef('collection'), PackageRef('cupertino_icons'), PackageRef('drift'), PackageRef('drift_flutter'), PackageRef('file_picker'), PackageRef('file_saver'), PackageRef('flutter'), PackageRef('flutter_localizations'), PackageRef('flutter_numeric_text'), PackageRef('flutter_popup'), PackageRef('fluttericon'), PackageRef('font_awesome_flutter'), PackageRef('intl'), PackageRef('json_schema'), PackageRef('package_info_plus'), PackageRef('path_provider'), PackageRef('provider'), PackageRef('skeletonizer'), PackageRef('url_launcher'), PackageRef('uuid')], devDependencies: [PackageRef('flutter_test'), PackageRef('build_runner'), PackageRef('dart_pubspec_licenses'), PackageRef('drift_dev'), PackageRef('flutter_lints')], license: '''GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007