chore: Update dependencies (#1088)

* chore: Update submodules and dependencies

Update the fl_lib and circle_chart submodules to the latest commit

Upgrade the hive_ce_generator dependency from 1.9.2 to 1.11.0

* build: Updated dependency versions

Updated fl_chart to 1.2.0, json_serializable to 6.13.0, and test to 1.29.0

Replaced flutter_secure_storage_macos with flutter_secure_storage_darwin

Removed the animations and screenshot dependencies, which are no longer in use

* chore: Update French i18n
This commit is contained in:
GT610
2026-03-25 11:49:50 +08:00
committed by GitHub
parent c4d528733d
commit fa4ac00ced
36 changed files with 336 additions and 287 deletions

View File

@@ -1,5 +1,7 @@
part of 'entry.dart';
const _sponsorUrl = 'https://cdn.lpkt.cn/donate';
final class _AppAboutPage extends StatefulWidget {
const _AppAboutPage();
@@ -40,6 +42,11 @@ final class _AppAboutPageState extends State<_AppAboutPage> with AutomaticKeepAl
text: libL10n.license,
onTap: () => showLicensePage(context: context),
),
Btn.elevated(
icon: const Icon(MingCute.heart_fill),
text: l10n.sponsor,
onTap: () => _sponsorUrl.launchUrl(),
),
].joinWith(UIs.width13),
),
),