EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
612 stars 202 forks source link

Examples should call super.initState first #251

Closed erf closed 11 months ago

erf commented 1 year ago

I see in your examples that you call super.initState after your own code initialization. According to the docs you should start with a call to super.initState (from framework.dart line 1002):

  /// Implementations of this method should start with a call to the inherited
  /// method, as in `super.initState()`.

PS: I also notice this package has not been maintained in a while and issues unanswered, is it still active ?