modified: .circleci/config.yml

modified:   README.md
	modified:   lib/home/audioplayer.dart
This commit is contained in:
stonegate 2020-03-14 11:48:17 +08:00
parent d78a280be8
commit 505215bf0d
3 changed files with 2 additions and 5 deletions

View File

@ -13,10 +13,6 @@ jobs:
- run:
name: Run Flutter doctor
command: flutter doctor
-run:
name: flutter run
command: flutter run
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV

View File

@ -5,7 +5,7 @@
<img src="https://raw.githubusercontent.com/stonega/tsacdop/master/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png" art = "Logo"/>
</br>
<img src="https://raw.githubusercontent.com/stonega/tsacdop/master/android/app/src/main/res/mipmap-xhdpi/text.png" art = "Tsacdop"/>
</p>
t p</p>
Enjoy podcasts with Tsacdop.

View File

@ -16,6 +16,7 @@ import 'package:tsacdop/home/audiopanel.dart';
import 'package:tsacdop/util/pageroute.dart';
import 'package:tsacdop/util/colorize.dart';
//Custom slider
class MyRoundSliderThumpShape extends SliderComponentShape {
const MyRoundSliderThumpShape({
this.enabledThumbRadius = 10.0,