sliver_sticky_collapsable_panel 1.0.8 sliver_sticky_collapsable_panel: ^1.0.8 copied to clipboard
A Sliver implementation of sticky collapsable header with a sliver as child.
1.0.8 #
- remove careless use of new api in flutter 3.13 since flutter source code has no hint for new api
- chore - run example with flutter 2.15 to flutter 3.16 to make sure compatibility
1.0.7 #
- when expand pined header, calibration position more accurately
1.0.6 #
- add iOS style sticky header, just like what ios contact app use
1.0.5 #
- adjust parameter order to highlight required parameters
1.0.4 #
- regenerate example with latest stable flutter chanel
1.0.3 #
- update README for simplest demo
1.0.2 #
- chore - fix spelling errors
- chore - clean code
1.0.1 #
- use default dart format configuration
1.0.0 #
- implementation of sliver_sticky_collapsable_panel
- relying solely on the Flutter framework itself
- null-safety ready, dart 3 ready