Skip to content

Commit 139eedd

Browse files
author
AhsanSarwar45
committed
Bump pubspec version
1 parent ea61a80 commit 139eedd

File tree

6 files changed

+52
-1
lines changed

6 files changed

+52
-1
lines changed

fastlane/metadata/android/en-US/changelogs/211.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This is a beta release. Please report any issues via GitHub or email.
66
* Improved spinner time picker interface
77
* Improved dial time picker 24h interface
88
* Added discription for audio channel options
9+
* Added option to change separator for digital clock widget
910

1011

1112
🐛 Fixes
@@ -17,6 +18,7 @@ This is a beta release. Please report any issues via GitHub or email.
1718
* Fixed upcoming alarm notification appearing after alarm rings
1819
* Fixed upcoming alarm notification not updating for repeating alarms
1920
* Fixed upcoming alarm notification not updating for repeating alarms
21+
* Fixed splash color
2022

2123

2224

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
This is a beta release. Please report any issues via GitHub or email.
2+
3+
✨ Enhancements
4+
5+
* Added option to change first day of week
6+
* Improved spinner time picker interface
7+
* Improved dial time picker 24h interface
8+
* Added discription for audio channel options
9+
* Added option to change separator for digital clock widget
10+
11+
12+
🐛 Fixes
13+
14+
* Fixed app not opening on Android 11 and lower when Digital clock widget is used
15+
* Fixed app assuming foreground after alarm rings, even though it was closed before
16+
* Fixed media, notification and ringtone audio channels not working
17+
* Fixed other apps' music not restarting after alarm rings
18+
* Fixed upcoming alarm notification appearing after alarm rings
19+
* Fixed upcoming alarm notification not updating for repeating alarms
20+
* Fixed upcoming alarm notification not updating for repeating alarms
21+
* Fixed splash color
22+
23+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
This is a beta release. Please report any issues via GitHub or email.
2+
3+
✨ Enhancements
4+
5+
* Added option to change first day of week
6+
* Improved spinner time picker interface
7+
* Improved dial time picker 24h interface
8+
* Added discription for audio channel options
9+
* Added option to change separator for digital clock widget
10+
11+
12+
🐛 Fixes
13+
14+
* Fixed app not opening on Android 11 and lower when Digital clock widget is used
15+
* Fixed app assuming foreground after alarm rings, even though it was closed before
16+
* Fixed media, notification and ringtone audio channels not working
17+
* Fixed other apps' music not restarting after alarm rings
18+
* Fixed upcoming alarm notification appearing after alarm rings
19+
* Fixed upcoming alarm notification not updating for repeating alarms
20+
* Fixed upcoming alarm notification not updating for repeating alarms
21+
* Fixed splash color
22+
23+
24+

lib/theme/theme.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ThemeData defaultTheme = ThemeData(
3131
colorScheme: getColorScheme(defaultColorScheme),
3232
timePickerTheme: timePickerTheme,
3333
dialogTheme: dialogTheme,
34+
splashColor: defaultColorScheme.background,
3435
switchTheme: getSwitchTheme(defaultColorScheme),
3536
snackBarTheme: getSnackBarTheme(defaultColorScheme, defaultStyleTheme),
3637
inputDecorationTheme: getInputTheme(defaultColorScheme, defaultStyleTheme),

lib/theme/utils/color_scheme.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ ThemeData getTheme(
7070
bodyColor: colorSchemeData.onBackground,
7171
displayColor: colorSchemeData.onBackground,
7272
),
73+
splashColor: colorSchemeData.background,
7374
snackBarTheme: getSnackBarTheme(colorSchemeData, styleTheme),
7475
inputDecorationTheme: getInputTheme(colorSchemeData, styleTheme),
7576
popupMenuTheme: getPopupMenuTheme(colorSchemeData, styleTheme),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: clock_app
22
description: An alarm, clock, timer and stowatch app.
33

44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
5-
version: 0.5.0-alpha5+21
5+
version: 0.5.0-beta2+21
66

77
environment:
88
sdk: ">=2.18.6 <4.0.0"

0 commit comments

Comments
 (0)