/dynamic_pin_list

Dynamic pinning of items in a list using slivers and a pinch of magic 🔮

Primary LanguageC++MIT LicenseMIT

dynamic_pin_list

Use this repository as a starting point for setting up control dynamic pining of items in the list (CustomScrollView)

Customize the animation of the docking widget at the bottom of the list to your liking.

Related question: How do I dynamically anchor an item at the top or bottom of a list?

To run this example, clone the repository on your machine and use the command:

flutter run

Feature

The selected item can be anchored both at the bottom and at the top of the list, depending on its current position in the list.

dynamic_pin_1.gif

Dependencies
flutter_hooks
visibility_detector
sliver_tools