flutter_popup_card 0.1.1
flutter_popup_card: ^0.1.1 copied to clipboard
A Flutter plugin to create a card or custom widget that can popup overtop of your main app.
Changelog #
0.1.1 #
- Fix Material Card definition
- Add another popup example and documentation
0.1.0 #
- Add
anchorKeyto allow positioning card around elements
0.0.8 #
- Add animations to opening/closing the card & background
0.0.7 #
- Update dependenices and Flutter version to run on 3.41.2
- Add Github CI/CD pipelines for automatic build and test
0.0.6 #
- Add
dimBackgroundoption to popup
0.0.5 #
- Fix broken image paths in docs
0.0.4 #
- Update image path in docs
0.0.3 #
- Updates docs and example
0.0.2 #
- Fix background behind border radius
- Add example app
- Add safe area option
0.0.1 #
- Create a simple popup card that can be shown with
showPopupCard