srdjan86
Results
2
comments of
srdjan86
I started getting same error once I upgraded Flutter to 3.0.5 Fixed by specifying used gestures: `gesturesToOverride: [GestureType.onTapDown]`
Exactly as @mateen-demah said, 7.8.0 works perfect with older version of flutter, just make sure to hard code the version value in pubspec.yaml as auto_route: 7.8.0