floating_pullup_card 1.2.0 floating_pullup_card: ^1.2.0 copied to clipboard
A beautiful and custom floating pull up style Card for flutter
[1.2.0] - 7/09/22 #
- Update to support flutter 3.0.x
[1.1.0] - 06/10/21 #
- Null Safety fixes
- Typing issues
- Issue: https://github.com/victorevox/floating_pullup_card/issues/2
[1.0.0] - 09/08/21 #
- Null Safety migration
- Added some progress for the Overlay logic
[0.2.2] - 10/06/20. #
- Improve custom uncollapsed function, now card height is calculated based on uncollapsed offset function
[0.2.1] - 17/04/20. #
- Fixes
[0.2.0] - 17/04/20. #
- Improve the way widget was comparing state changes on paramchanges
[0.1.9] - 14/04/20. #
- Fixes
[0.1.8] - 14/04/20. #
- Reset state offset when screen constraints changes
[0.1.7] - 03/03/20. #
- Fix initial transition from Offset 0 to CallapsedOffset
[0.1.6] - 26/03/20. #
- Improvements, fix function reference comparation when looking for widget update
[0.1.5] - 25/03/20. #
- Added Overlay capablity
[0.1.4] - 20/03/20. #
- Fix some imports
[0.1.3] - 20/03/20. #
- Added new [onOutsideTap] property which defines a callback for outside card
tap
gestures, it also can make the state change if returning [FloatingPullUpState]
[0.1.2] - 4/02/20. #
- Removed debug code
[0.1.1] - 4/02/20. #
- Added example.
- Added docs
[0.1.0] - 31/01/20. #
- Initial release.