You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might want to point out somewhere what the minimum required version of Flutter for this repo is. I did try the current latest stable (2.2.0), but then there were a lot of errors like:
../lib/src/scroll_bar.dart:826:29: Error: Type 'LongPressDownDetails' not found.
Switching to 2.3.0-1.0.pre solved it for me.
Regards,
Sander
The text was updated successfully, but these errors were encountered:
Hi Todd,
Awesome talk and what a great library.
You might want to point out somewhere what the minimum required version of Flutter for this repo is. I did try the current latest stable (2.2.0), but then there were a lot of errors like:
../lib/src/scroll_bar.dart:826:29: Error: Type 'LongPressDownDetails' not found.
Switching to 2.3.0-1.0.pre solved it for me.
Regards,
Sander
The text was updated successfully, but these errors were encountered: