fluttercommunity / flutter_sticky_headers

Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot
https://pub.dev/packages/sticky_headers
MIT License
1.07k stars 130 forks source link

Error with Flutter 3.13.1 - Does not build #78

Closed AndreSait closed 1 year ago

AndreSait commented 1 year ago

Simply installing sticky headers and adding import 'package:sticky_headers/sticky_headers.dart'; causes these errors.

` ../../../.pub-cache/hosted/pub.dev/sticky_headers-0.3.0+2/lib/sticky_headers/render.dart:49:53: Error: The operator '+' isn't defined for the class 'ScrollPosition'.

AndreSait commented 1 year ago

Just delete this