Skip to content

Commit 01f07e8

Browse files
committed
feat:增加更多倒计时背景声,增加更多的名言名句
1 parent 32e2820 commit 01f07e8

22 files changed

+280
-47
lines changed

app/assets/musics/Birds.mp3

1.84 MB
Binary file not shown.

app/assets/musics/Campfire.mp3

752 KB
Binary file not shown.

app/assets/musics/RiverStream.mp3

390 KB
Binary file not shown.

app/assets/musics/SeaWaves.mp3

4.06 MB
Binary file not shown.

app/assets/musics/SummerNight.mp3

4.79 MB
Binary file not shown.

app/assets/musics/Thunderstorm.mp3

561 KB
Binary file not shown.

app/assets/musics/WhiteNoise.mp3

4.58 MB
Binary file not shown.

app/ios/Flutter/flutter_export_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export "FLUTTER_APPLICATION_PATH=/Users/HTC/Documents/Programing/Flutter/iPomodo
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_TARGET=/Users/HTC/Documents/Programing/Flutter/iPomodoro-Flutter/app/lib/main.dart"
77
export "FLUTTER_BUILD_DIR=build"
8-
export "FLUTTER_BUILD_NAME=3.0.0"
8+
export "FLUTTER_BUILD_NAME=3.1.0"
99
export "FLUTTER_BUILD_NUMBER=230124"
10-
export "DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ=="
10+
export "DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ=="
1111
export "DART_OBFUSCATION=false"
1212
export "TRACK_WIDGET_CREATION=true"
1313
export "TREE_SHAKE_ICONS=false"

app/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
"$(inherited)",
460460
"@executable_path/Frameworks",
461461
);
462-
MARKETING_VERSION = 3.0.0;
462+
MARKETING_VERSION = 3.1.0;
463463
PRODUCT_BUNDLE_IDENTIFIER = com.iHTCboy.iPomodoro;
464464
PRODUCT_NAME = "$(TARGET_NAME)";
465465
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -593,7 +593,7 @@
593593
"$(inherited)",
594594
"@executable_path/Frameworks",
595595
);
596-
MARKETING_VERSION = 3.0.0;
596+
MARKETING_VERSION = 3.1.0;
597597
PRODUCT_BUNDLE_IDENTIFIER = com.iHTCboy.iPomodoro;
598598
PRODUCT_NAME = "$(TARGET_NAME)";
599599
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -619,7 +619,7 @@
619619
"$(inherited)",
620620
"@executable_path/Frameworks",
621621
);
622-
MARKETING_VERSION = 3.0.0;
622+
MARKETING_VERSION = 3.1.0;
623623
PRODUCT_BUNDLE_IDENTIFIER = com.iHTCboy.iPomodoro;
624624
PRODUCT_NAME = "$(TARGET_NAME)";
625625
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

app/lib/common/utils/audio_utils.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class AudioPlayerUtil {
3535
}
3636
}
3737

38+
static stopAudio() {
39+
return player.stop();
40+
}
3841
setCache(url) {
3942
AudioPlayer.global.setGlobalAudioContext(audioContext);
4043
audioPlayer.setPlayerMode(PlayerMode.lowLatency);

0 commit comments

Comments
 (0)