admin管理员组

文章数量:1300174

I am building a Flutter widget that displays a ranked leaderboard of users, where one of those users is me. I want to implement the following functionality:

  • If I'm not currently visible in the list, my leaderboard tile should be fixed at the bottom of the screen.
  • When I scroll down to my rank, my tile should be inserted smoothly into the list.

本文标签: listviewFlutter sticky list tileStack Overflow