Skip to content

Commit f5afdda

Browse files
committed
Update fish-redux to 0.2.8
1 parent 2b82f5b commit f5afdda

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

mobile/lib/unit/playing_progress_timer_generator.dart

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'package:fish_redux/fish_redux.dart';
21
import 'dart:async';
32

43
import 'package:flutter_cached_music_player/flutter_cached_music_player.dart';
@@ -19,9 +18,9 @@ void generatePlayingProcessTimer(dynamic ctx) {
1918
.dispatch(AppStateActionCreator.updateContentLength(contentLength));
2019

2120
ctx.dispatch(
22-
PlayControllerActionCreator.updatePlayingPosition(playPosition));
21+
PlayControllerActionCreator.updatePlayingPositionAction(playPosition));
2322
ctx.dispatch(
24-
PlayControllerActionCreator.updateContentLength(contentLength));
23+
PlayControllerActionCreator.updateContentLengthAction(contentLength));
2524

2625
if (playPosition >= contentLength) {
2726
t.cancel();

mobile/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
dio: ^2.1.0
1919
shared_preferences: ^0.5.1+2
2020
fluttertoast: ^3.0.3
21-
fish_redux: ^0.1.5
21+
fish_redux: ^0.2.8
2222

2323

2424
# The following adds the Cupertino Icons font to your application.

server/api-server/package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)