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.1k stars 129 forks source link

Rect argument contained a NaN value #64

Open mstestlp opened 2 years ago

mstestlp commented 2 years ago

StickyHeader( header: YyTips( msg: "xiangyu_gps_false".tr, btnTitle: "btn_go_setting".tr, onPressed: () {}, ), content: ws)

当切换到其他pageview页面的时候,会出现异常Rect argument contained a NaN value

When switching to other pageview pages, an exception will appear " Rect argument contained a NaN value "

alestiago commented 2 years ago

Hi @sbiweeq! Thanks for opening an issue.

Any chance you can provide a minimal reproductive example of the issue you're having?