Adamu Jethro
Adamu Jethro
I got this after running this example import 'package:flutter/material.dart'; import 'package:flutter_carousel_slider/carousel_slider.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter...
After running the app on my browser, I got this error from my console **"Uncaught SyntaxError: Unexpected token '
## Subject of the issue When I use scroll={{enabled: true}} and preventSnapRefocus, as props, preventSnapRefocus does not work ## [BUG] Bug Reproduce Steps Tell us how to reproduce this issue....