[FIXED] How to fix SingleChildScrollView and InteractiveViewer gesture conflict
Issue I use InteractiveViewer inside the SingleChildScrollView, this is my full code: import ‘package:flutter/material.dart’; import ‘../constants/images.dart’; void main() { runApp(MyApp());
Read more