upgrade deps

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-18 17:05:00 +08:00
parent cef7e478f5
commit fef6a8c22a
7 changed files with 22 additions and 37 deletions

View File

@@ -495,9 +495,8 @@ class _EditProfilePageState extends State<EditProfilePage> {
toolbarTitle: '裁剪',
toolbarColor: theme.colorScheme.secondaryContainer,
toolbarWidgetColor: theme.colorScheme.onSecondaryContainer,
aspectRatioPresets: [
CropAspectRatioPresetCustom(),
],
statusBarLight: theme.colorScheme.brightness.isLight,
aspectRatioPresets: [CropAspectRatioPresetCustom()],
lockAspectRatio: true,
hideBottomControls: true,
cropStyle: CropStyle.circle,
@@ -505,9 +504,7 @@ class _EditProfilePageState extends State<EditProfilePage> {
),
IOSUiSettings(
title: '裁剪',
aspectRatioPresets: [
CropAspectRatioPresetCustom(),
],
aspectRatioPresets: [CropAspectRatioPresetCustom()],
cropStyle: CropStyle.circle,
aspectRatioLockEnabled: true,
resetAspectRatioEnabled: false,