- Fix hasVisualOverflow
- Remove unused platform directories
- Move creation of CurvedAnimation to didUpdateWidget
- Add sticky header case to example
- Fix usage without header
- Fix translationOffset not passed to SliverExpandable by AnimatedSliverExpandable
- Ability to use without a header
- Breaking Changes:
AnimatedSliverExpandable
no longer performs toggling the state and instead a boolean value forexpanded
should be providedSliverExpandableHeaderBuilder
signature changed to drop theonToggle
callback
- Initial release