3003h / Eros-FE

An e-hentai/exhentai app make on flutter
Apache License 2.0
2.76k stars 116 forks source link

Bump flutter_list_view from 1.1.18 to 1.1.20 #202

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flutter_list_view from 1.1.18 to 1.1.20.

Changelog

Sourced from flutter_list_view's changelog.

0.1.0

  • Provide keep position feature
  • provide show top in reverse mode
  • Reuse list item element to save performance

0.1.1

  • Provide jumpToIndex

1.0.0

  • Provide anmiteToIndex
  • Integrate pull_to_refresh

1.0.2

  • Add initIndex,initOffset and initOffsetBasedOnBottom
  • Add Element Positions Callback

1.0.3

  • Correct the items did not response the gesture event

1.0.4

  • Correct sticky header may not response the gesture event

1.0.5

  • Fix the exception when change size of child

1.0.7

  • Fix drag down item will be clip if the items can't fill full screen.

1.0.8

  • When reuse exist element, the same key will be priority reused it. avoid update one item twice in very short time.

1.0.9

  • Resolve performance issue when without onItemHeight and onItemKey and child count more than 1M

1.1.0

  • Add permanent item which will not to be reused and keep in FlutterListView util FlutterListView disposed

1.1.1

  • Provide option to determine whether or not generate items during scrolling to make scroll to index more smooth

1.1.2

  • Fix bug: It cause exception when the user stop scroll manually while invoke animite to index

1.1.3

  • Add FlutterListView.builder and FlutterListView.separated

1.1.4

  • Add ensureVisible(index) functionality

1.1.5

  • Fixed jump to index or init index will scroll to wrong position

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #205.