Skip to content

Commit b6c642d

Browse files
committed
Bump version to v2.18.2+476
1 parent d2dfb16 commit b6c642d

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

lib/widgets/sp_floating_relax_sound_tile.dart

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,7 @@ class SpFloatingRelaxSoundsTile extends StatelessWidget {
133133
color: foregroundColor,
134134
icon: SpAnimatedIcons.fadeScale(
135135
duration: Durations.long1,
136-
firstChild: SpLoopAnimationBuilder(
137-
duration: const Duration(milliseconds: 500),
138-
curve: Curves.ease,
139-
child: const Icon(SpIcons.pauseCircle),
140-
builder: (context, value, child) {
141-
return Transform.scale(
142-
scale: lerpDouble(1, 0.9, value),
143-
child: child,
144-
);
145-
},
146-
),
136+
firstChild: const Icon(SpIcons.pauseCircle),
147137
secondChild: const Icon(SpIcons.playCircle),
148138
showFirst: provider.playing,
149139
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: storypad
2-
version: 2.18.2+475
2+
version: 2.18.2+476
33
publish_to: none
44
environment:
55
sdk: ^3.8.0

0 commit comments

Comments
 (0)