bump version. завтра оторвем яйца жиже
This commit is contained in:
@@ -487,41 +487,7 @@ class _SettingsTabState extends State<SettingsTab> {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
]
|
],
|
||||||
: const SizedBox.shrink(
|
|
||||||
key: ValueKey('developers_settings_hidden'),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
SliverToBoxAdapter(
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.fromLTRB(16, 12, 16, 0),
|
|
||||||
child: _buildSection(
|
|
||||||
context,
|
|
||||||
items: [
|
|
||||||
_SettingsItem(
|
|
||||||
icon: Symbols.system_update,
|
|
||||||
label: _isCheckingForUpdates
|
|
||||||
? l10n.updateChecking
|
|
||||||
: l10n.updateCheck,
|
|
||||||
onTap: _isCheckingForUpdates ? null : _checkForUpdates,
|
|
||||||
),
|
|
||||||
_SettingsItem(
|
|
||||||
leading: Image.asset(
|
|
||||||
'assets/komet.png',
|
|
||||||
width: 22,
|
|
||||||
height: 22,
|
|
||||||
color: cs.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
label: 'Komet',
|
|
||||||
onTap: () {
|
|
||||||
Navigator.push(
|
|
||||||
context,
|
|
||||||
MaterialPageRoute(
|
|
||||||
builder: (context) => const KometSettingsScreen(),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -585,6 +551,15 @@ class _SettingsTabState extends State<SettingsTab> {
|
|||||||
child: _buildSection(
|
child: _buildSection(
|
||||||
context,
|
context,
|
||||||
items: [
|
items: [
|
||||||
|
_SettingsItem(
|
||||||
|
icon: Symbols.system_update,
|
||||||
|
label: _isCheckingForUpdates
|
||||||
|
? l10n.updateChecking
|
||||||
|
: l10n.updateCheck,
|
||||||
|
onTap: _isCheckingForUpdates
|
||||||
|
? null
|
||||||
|
: _checkForUpdates,
|
||||||
|
),
|
||||||
_SettingsItem(
|
_SettingsItem(
|
||||||
leading: Image.asset(
|
leading: Image.asset(
|
||||||
'assets/komet.png',
|
'assets/komet.png',
|
||||||
|
|||||||
+1
-1
@@ -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: 0.5.0+14
|
version: 0.5.16+16
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.10.4
|
sdk: ^3.10.4
|
||||||
|
|||||||
Reference in New Issue
Block a user