Compare commits

..

1 Commits

Author SHA1 Message Date
chen08209
66f61e4dfa Optimize android vpn performance
Add custom primary color and color scheme

Add linux on arm build

Add win on arm build
2025-04-18 15:35:29 +08:00
2 changed files with 3 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ class _StartButtonState extends State<StartButton>
utils.getTimeDifference(
DateTime.now(),
),
style: context.textTheme.titleMedium?.toSoftBold,
style: Theme.of(context).textTheme.titleMedium?.toSoftBold,
),
)
.width +
@@ -126,9 +126,7 @@ class _StartButtonState extends State<StartButton>
final text = utils.getTimeText(runTime);
return Text(
text,
style: Theme.of(context).textTheme.titleMedium?.toSoftBold.copyWith(
color: context.colorScheme.onPrimaryContainer
),
style: Theme.of(context).textTheme.titleMedium?.toSoftBold,
);
},
),

View File

@@ -1,7 +1,7 @@
name: fl_clash
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
publish_to: 'none'
version: 0.8.82+202504182
version: 0.8.82+202504181
environment:
sdk: '>=3.1.0 <4.0.0'