Attempt fixing inability to zoom with carousel control

codemagic-setup
Hank Grabowski 2023-01-29 23:54:12 -05:00
rodzic b23f45a180
commit 818ef20524
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -91,6 +91,7 @@ class _ImageViewerScreenState extends State<ImageViewerScreen> {
child: Column(
children: [
CarouselSlider.builder(
disableGesture: true,
itemCount: widget.attachments.length,
itemBuilder: (context, index, realIndex) {
return SizedBox(

Wyświetl plik

@ -54,8 +54,8 @@ dev_dependencies:
flutter:
uses-material-design: true
# assets:
# Add assets from the images directory to the application.
#- .env
# Add assets from the images directory to the application.
#- .env
parts:
uet-lms:
source: .