🚀 Launch 3.1.0+114

This commit is contained in:
2025-07-20 18:31:58 +08:00
parent 18db50d80c
commit 25ae18d6a9
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ part 'config.g.dart';
const kTokenPairStoreKey = 'dyn_user_tk'; const kTokenPairStoreKey = 'dyn_user_tk';
const kNetworkServerDefault = 'https://nt.solian.app'; const kNetworkServerDefault = 'https://api.solian.app';
const kNetworkServerStoreKey = 'app_server_url'; const kNetworkServerStoreKey = 'app_server_url';
const kAppbarTransparentStoreKey = 'app_bar_transparent'; const kAppbarTransparentStoreKey = 'app_bar_transparent';
@@ -82,7 +82,7 @@ class AppSettingsNotifier extends _$AppSettingsNotifier {
Size? _getWindowSizeFromPrefs(SharedPreferences prefs) { Size? _getWindowSizeFromPrefs(SharedPreferences prefs) {
final sizeString = prefs.getString(kAppWindowSize); final sizeString = prefs.getString(kAppWindowSize);
if (sizeString == null) return null; if (sizeString == null) return null;
try { try {
final parts = sizeString.split(','); final parts = sizeString.split(',');
if (parts.length == 2) { if (parts.length == 2) {

View File

@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts # In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix. # of the product and file versions while build-number is used as the build suffix.
version: 3.1.0+113 version: 3.1.0+114
environment: environment:
sdk: ^3.7.2 sdk: ^3.7.2