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

Fix linter warnings #79

Open kwill39 opened 10 months ago

kwill39 commented 10 months ago

Currently, pub.dev shows a score of 120/140 for this package due to static analysis warnings.

This PR fixes the linter warnings affecting the package score as well as 2 other linter warnings regarding not using super in constructor parameters.