We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3411fae commit 0f73501Copy full SHA for 0f73501
lib/screens/home_page.dart
@@ -107,6 +107,7 @@ class _HomePageState extends State<HomePage> {
107
constraints: BoxConstraints(maxHeight: playlistHeight),
108
child: CarouselView.weighted(
109
flexWeights: const <int>[3, 2, 1],
110
+ itemSnapping: true,
111
onTap: (index) => Navigator.push(
112
context,
113
MaterialPageRoute(
@@ -204,6 +205,7 @@ class _HomePageState extends State<HomePage> {
204
205
constraints: BoxConstraints(maxHeight: contentHeight),
206
207
208
209
210
211
0 commit comments