bump: flutter:3.27.0 rust:1.83.0

This commit is contained in:
2024-12-14 13:48:24 +08:00
parent 4b70ec1914
commit c112a920ec
47 changed files with 187 additions and 160 deletions

View File

@ -70,7 +70,7 @@ class App extends HookConsumerWidget {
defaultButtonStyle: ButtonStyle(
shape: WidgetStateProperty.all(RoundedRectangleBorder(
borderRadius: BorderRadius.circular(4),
side: BorderSide(color: Colors.white.withOpacity(.01)))),
side: BorderSide(color: Colors.white.withValues(alpha: .01)))),
))),
locale: appState.appLocale,
debugShowCheckedModeBanner: false,